* { padding: 0; margin: 0; }

body {
	font-size: 11px;
	font-family: Tahoma;
	color: #7d7b7b;
	background-color: #727375;
	line-height: 20px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

#wrapper { 
 margin: 0 auto;
 width: 660px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#header {
	color: #333;
	width: 660px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/header.png);
	padding-top: 20px;
}

#header a{
	margin-left: 30px;
	margin-top: 30px;
	font-weight: bolder;
	color: White;
	text-decoration: none;
}

#header a:hover{
	text-decoration: underline;
}

#navigation{
	width: 680px;
	height: 200px;
}


#rightcolumn { 
 display: inline;
 padding: 0px;
 margin: 0px;
 width: 470px;
 float: right;
 margin-top: 8px;
}

#leftcolumn { 
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
	margin-top: 8px;
}

#footer {
	margin: 8px 0px 0px 0px;
	text-align: center;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 10px;
}

#footer a{
	text-decoration: none;
	color: Gray;
}

#footer a:hover{
	text-decoration: underline;
	color: Gray;
}

.clear { clear: both; background: none; }

#rightContent{
	background-color: White;
	padding-top: 20px;
}

#leftContent{
	padding-top: 20px;
	background: bottom url(images/left.png);	
}

#col1{
	width: 147px;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: White;
}

#col1 a{
	float: right;
	margin-right: 15px;
	text-decoration: underline;
}

#col2{
	width: 147px;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: White;
}

#col2 a{
	float: right;
	margin-right: 15px;
	text-decoration: underline;
}

#col3{
	width: 145px;
	float: left;
	padding-left: 11px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: White;
}

#col3 a{
	float: right;
	margin-right: 15px;
	text-decoration: underline;
}

#col1 p{
	padding: 5px;	
}

#col2 p{
	padding: 5px;		
}

#col3 p{
	padding: 5px;	
}


h2{
	font-size: 13px;
	background-image: url(images/h2.png);
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	color: white;
}

h3{
	font-size: 12px;
	margin-left: 30px;
	margin-right: 30px;
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
}

h4{
	font-size: 12px;
	padding-left: 5px;	
}
.text{
	padding-left: 30px;
	padding-right: 25px;
	padding-bottom: 20px;
}

.text img{
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}


#rightContent ul{
	padding-left: 20px;
	padding-bottom: 10px;
}


#leftcolumn h2{
	background-image: url(images/h2_left.png);
}

img{
	border: 0px;
	float: left;
}

table {
	padding: 0px;
	width: 380px;
}

table td {
	border: 1px solid #C0C0C0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: gray;
	font-size: 10px;
}

table th {
	border: 1px solid #C0C0C0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: grey;
	font-size: 10px;
}

.level1{
	list-style: none;
	text-transform: uppercase;	
	font-weight: bolder;
}

.level1 ul{
}

.level2{
	display: auto;
	margin-left: 20px;
	list-style: none;
	text-transform: lowercase;
	padding-right: 10px;
	font-weight: normal;
}



#leftSpace{
	background: bottom url(images/left_bottom.png);	
}

#rightSpace{
	height: 20px;
	background: bottom url(images/right_bottom.png);
}

a {
	color: #00A1EC;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: Gray;
}

a.active{
	color: Gray;
}

ol{
	padding-left: 10px;
}

#rightContent ul{
	padding-left: 50px;
	list-style: disc;
	padding-bottom: 10px;
	padding-top: 10px;
}

#rightContent li{
	padding-right: 15px;
}

#textLeft{
	width: 235px;
	float: left;
	background-color: White;
	text-align: left;
}

#textRight{
	width: 235px;
	float: right;
	text-align: left;
	background-color: White;
}

#textLeft ul{
	padding-left: 45px;
	padding-top: 0px;
	margin: 0px;
}

#textRight ul{
	padding-left: 15px;
	padding-top: 0px;
	margin: 0px;
}

#textLeft ul li{
}

#textRight ul li{

}

.centerText{
	padding-left: 150px;
	padding-bottom: 20px;
}
