body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

a {
	font-size: 10px;
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
li {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
}

input {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
}

textarea {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
}

select {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
}

p, .p {
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}

h1,.h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3366CC;
}

h2, .h2 {
	font-size: 16px;
	font-weight: bold;
	color: #3366CC;
}


h3, .h3 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

h4,.h4 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

h5,.h5 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	line-height: 18px;
}

ul {
	list-style: disc url(/images/pointer1.gif) inside;
	margin: 1em;
	padding: 2px;

}

li.selected {
	list-style: disc url(/images/pointer1_bold.gif) inside;
}

#pagewrapper 
{ 
width: 670px; 
margin-right:auto; 
margin-left:auto; 
margin-top:50px; 
padding:0px;
text-align: left; 
}

#pageheader 
{ 
padding-left:10 px;
text-align: left; 
}

#contentbox 
{ 
float:left; 
width:670px; 
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
padding:5px;
margin-top:10px;  
background-image:url(/images/squared/rays_bg.jpg);background-repeat:no-repeat;
}

#sidebar 
{ 
float:left; 
width: 140px; 
padding-right: 30px; 
padding-left: 10px; 

} 

#content{
float:right;
width: 450px;
padding:5px;
}

#contentdivider
{ 
width:440px; 
border: 1px solid #CCCCCC;
padding:5px;
margin-top:10px;  
}

html>body #sidebar { 
width:150 px;
}

#footer {
float:left; 
width:670px; 
text-align:center;
font-size: 10px;
font-weight: normal;
margin-top:5px;
margin-bottom:5px;
padding:5px;
}