body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#000000;
	text-align:center;
}
a {
	color:#FFFFFF;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:16px;
	padding:0px 0px 20px 0px;
	font-weight:bold;
}
h2 {
	font-weight:bold;
	padding:0px 0px 5px 0px;
}	
p {
	padding:0px 0px 15px 0px;
	text-align:justify;
}






#skip {
	display:none;
}








#container {
	width:752px;
	margin:0px auto;
	text-align:left;
	background:white;
}
#container .pad {
	/* This needed to create white border for IE6 (because of IE6 doesnt add the border to the element width) */
	margin:0px 1px;
	background:black;
	border-bottom:solid 1px white;
}
#container #linkbanner {
	position:absolute;
	top:90px;
	width:720px;
	margin:0px auto;
	text-align:right;
}








#foot {
	text-align:center;
	padding:15px;
	font-size:11px;
}
#foot ul {
	margin:0px 0px 10px 0px;
}
#foot li {
	display:inline;
}
#foot li a {
	border-right:solid 1px white;
	padding:0px 6px 0px 0px;
	margin:0px 3px 0px 0px;
}
#foot li.end a {
	border:0px;
	padding:0px;
	margin:0px;
}
#foot address {
	padding:0px 0px 5px 0px;
}






#header {
	height:132px;
	border-bottom:solid 1px white;
}
#header a {
	display:block;
	height:132px;
}
#header a strong {
	display:none;
}






#nav {
	text-align:center;
	font-size:12px;
	height:30px;
}
#nav ul {
	padding:8px 0px;
}
#nav li {
	display:inline;
}
#nav li a {
	padding:8px 13px;
	text-decoration:none;
}
#nav li a:hover {
	color:#CCCCCC;
}
#foot li.end a {
	padding:0px;
}
#nav li ul {
	display:none;
	font-size:1px;
	background:black;
	padding:0px;
}
#nav li ul li {
	display:block;
	padding:1px;
	border-top:solid 1px #CCCCCC;
}
#nav li ul li a {
	display:block;
	text-align:left;
	padding:3px 6px 3px 6px;
	font-size:11px;
	white-space: nowrap;
}
#nav li ul li a:hover {
	color:#FFFFFF;
	background:#3A3F42;
}
#nav li ul li.end a {

}










#content-container {
	background:#FFFFFF;
}





#content-left {
	background:#FFFFFF;
	width:337px;
	float:left;
}
#content-left .minheight {
	float:left;
	width:1px;
	height:636px;
}
#content-left .clearminheight {
	clear:left;
}
#content-left .nav {
	padding:80px 0px 0px 0px;
}
#content-left .nav li {
	display:inline;
}
#content-left .nav li a {
	color:black;
	font-size:14px;
	font-weight:bold;
	background: url(../img/content-left-nav.gif) no-repeat 0px 4px;
	padding:0px 0px 0px 13px;
	margin:0px 0px 0px 12px;
}










#content-right {
	background:#000000;
	width:412px;
	float:right;
}
#content-right .quote {
	height:106px;
	background:#333333;
	position:relative;
}
#content-right .quote p {
	width:275px;
	position:absolute;
	left:20px;
	bottom:10px;
	font-size:12px;
	padding:0px;
	text-align:left;
}
#content-right .quote p em {
	font-style:normal;
}
#content-right .quote p span {
	display:block;
	padding:12px 0px 0px 0px;
}







#content {
	padding:20px 20px 0px 20px;
}
#content .minheight {
	float:right;
	width:1px;
	height:510px;
}
#content .clearminheight {
	clear:right;
}
#content ul {
	padding:0px 0px 20px 0px;
}
#content li {
	background:url(../img/li.gif) no-repeat 0px 5px;
	padding:0px 0px 0px 10px;
}


