@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif, Verdana;
	background: #0f3947 url(images/top-background.gif) top repeat-x;
	margin:0px;
	padding:0px;
	color:#ccc;
	}
	
#wrapper {
	width:972px;
	margin: 0px auto;
	}

	#headerLeft {
		background:url(images/header-left.gif) no-repeat;
		width:16px;
		height:290px;
		float:left;
		}
	#header {
		width:940px;
		float:left;
		}
	#headerRight {
		background:url(images/header-right.gif) no-repeat;
		width:16px;
		height:290px;
		float:left;
		}

#main {
	width:972px;
	background:url(images/main-background.gif) repeat-y;
	}
	
#breadcrumbs {
	float:left;
	font-size:10px;
	text-transform:uppercase;
	margin-left:50px;
	}
	
	#breadcrumbs a, #breadcrumbs a:hover {
		font-weight:bold;
		}
	
#content {
	width:600px;
	clear:both;
	padding:10px 170px;
	font-size:12px;
	line-height:18px;
	}
	
h1 {
	font-size:24px;
	line-height:24px;
	color:#7cb0c1;
	}	
	
h2 {
	font-size:20px;
	line-height:20px;
	color:#a4d0df;
	font-weight:normal;
	}	
	
ul li {
	margin: 10px 0px;
	}
	
dt {
	margin: 0px 10px;
	font-weight:bold;
	}
	
dd {
	margin: 0px 40px 10px;
	}			

#bottom {
	background:url(images/bottom.gif) no-repeat;
	height:70px;
	}
	
#footer {
	width:940px;
	clear:both;
	font-size:12px;
	line-height:18px;
	margin:0px auto;
	color:#FFFFFF;
	}		
	
	#footerLeft {
		width:50px;
		height:35px;
		float:left;
		}
	#footerCenter {
		width:840px;
		height:35px;
		text-align:center;
		background:url(images/bottom-nav-bg.gif) repeat-x;
		float:left;
		padding:5px 0px;
		}
	#footerRight {
		width:50px;
		height:35px;
		float:left;
		}	
	
a {
		color:#FFFFFF;
		text-decoration:none;
		}
a:hover {
		color:#fc6;
		text-decoration:underline;
		}
		
#content a, #content a:hover {
		color:#fc6;
		text-decoration:underline;
		}		

#design {
	width:940px;
	font-size:10px;
	color:#366;
	text-align:right;
	padding: 0px 20px 20px;
	clear:both;
	}

#design a, #design a:hover {
	color:#366;
	text-decoration:none;
	}		
	
td {
	padding:10px 0px 0px 0px;
	}