body { 
text-align: left;
background-color: #fff; 
background-image: url(../images/background2.png);
background-repeat: no-repeat; 
background-position: top center;
}

img{
border-style: none;
}

* {
margin: 0;
padding: 0;
}

.inside { 
padding: 10px;
}

#wrap {
width: 900px;
border: 0px solid #fff;
margin: 0 auto; /* center hack*/
text-align: left; /* center hack*/
border-bottom: 3px solid #eee;
}

#wrap_inner {
width: 900px;
background-color: #fff; 
background-image: url(../images/inwrap_bg.png); 
background-repeat: repeat-y;
}

#content {
float: left; 
width: 606px;
overflow: hidden;
}

#sidebar-right {
float: left; 
width: 342px; 
overflow: hidden; 
} 

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: normal;
}

#header{
width: 605px;
height: 170px;
color: #FFF;
font-weight: bold;
float: left; 
}

p, h1, h2, h3, h4{
margin-bottom: 9pt;
margin-top: 9pt;
}

a{
text-decoration: none;
color: #000099;
font-weight: bold;
}

a:hover{
text-decoration: none;
color: #CCC;
}

h1,.componentheading{
font-size: 16px;
}

h2,.contentheading{
font-size: 16px;
}


h2{
font-size: 18px;
font-weight: bold;
font-style: normal;
}


h3{
font-family: Georgia, Times New Roman, Times, serif; 
color: #C00;  
font-size: 18pt;
font-weight: normal;
font-style: normal;
}

h4{
font-size: 11px;
}

h5{
font-family: Georgia, Times New Roman, Times, serif; 
font-size: 16px;
}

h6 { color: #000;  font-size: 9pt;
	text-decoration: none; font-weight: normal; 
	border: 1px solid #999;
   padding: 10px;
   margin: 10px;
   text-align: center;
	}

ul {
	list-style: square inside; 
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	}
li {
	margin-top: 6px
	}	

hr {
color: #666;
background-color: #666;
height: 1px;
margin-top: 12px;
margin-bottom: 12px;
}

