body{
	background:#FFFFFF;
	margin:9px;
	font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color:#666666;
}

A:link{ color:#999999; text-decoration:none; }
A:hover{ color:#6C8EFF; text-decoration:underline; }
A:active{ color:#999999; text-decoration:none; }
A:active:hover{ color:#6C8EFF; text-decoration:underline; }
/*
A:visited{ color:#999999; text-decoration:none; }
A:visited:hover{ color:#6C8EFF; text-decoration:underline; }
*/

#wrap{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#sidebar{
	float:left;
	text-align:left;
	margin-top:70px;
	width:150px;
}

#container{
	width:600px;
	margin-left:160px;
	border-left:#CCCCCC 1px solid;
}

.content{
	width:550px;
	padding:20px;
	float:left;
}

h3{
	text-align:right;
	color:#6C8EFF;
	font-size:14pt;
	font-weight:bold;
}

h4{
	text-align:right;
	color:#6C8EFF;
	font-size:11pt;
	
}

p{
	text-align:justify;
	padding:10px;
}

#title{
	height:80px;
	margin-top:30px;
	border-bottom:#CCCCCC 1px solid;
	text-align:right;
	font-size:30pt;
	letter-spacing:-1px;
	color:#6C8EFF;
}

#title a{
	text-decoration: none;
	color:#6C8EFF;
}

#footer{
text-align:center;
font-size:10px;
height:30px;
margin-top:10px;
border-top:#CCCCCC 1px solid;
text-transform:lowercase;
}

/**************** navigation styles ****************/

#navlist{
	padding: 0 1px 1px;
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	background:#F3F3F3;
	width: 13em;
}

#navlist li{
	list-style: none;
	margin: 0;
	border-bottom:#CCCCCC 1px solid;
	text-align: right;
}

#navlist li a{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	background: #F3F3F3;
	text-decoration: none;
}

#navlist li a:link{
	color: #6C8EFF;
}

#navlist li a:visited {
	color: #999999;
}

#navlist li a:hover{
	border-color: #FE3;
	color: #666666;
	background: #FFFFFF;
}

/**************** images styles ****************/

a img{
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.center {
	display: block;
	margin: 0 auto 5px auto;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}

/**************** table styles ****************/

#table{
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
	width: 570px;
	text-align: center;
	border-collapse: collapse;
	border: #CCCCCC 1px solid;
}

#table th{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	border: #CCCCCC 1px solid;
}

#table td{
	font-weight: bold;
	font-size: 12px;
	border: #CCCCCC 1px solid;
}

#table td a{
	display: block;
	padding: 7px 17px 7px 17px;
	text-decoration: none;
}

#table td a:hover{
	color: #666666;
	background: #DDDDDD;
}

#table a:link{
	color: #6C8EFF;
}

#table a:visited {
	color: #999999;
}

/*CSS for the scroller*/

#pscroller1{
	width: 150px;
	margin-top:5px;
	text-align:right;
	height: 140px;
	font: bold 12px Verdana, sans-serif;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	background:#F3F3F3;
	width: 13em;
}
#pscroller1 a{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	color: #6C8EFF;
	background: #F3F3F3;
	text-decoration: none;
}

#pscroller1 a:hover{
	color: #666666;
	background: #FFFFFF;
}

.someclass{ //class to apply to your scroller
}
