/* CSS Document */

* { 
	margin:0; 
	padding:0; 
	border:0; 
}
body {
	background: url("/images/body-bg.gif") repeat-x;
	font-family : Tahoma, Verdana;
	font-size: 11px;
	line-height: 15px;
	color: #232323;
	height: 100%;
	text-align: center;
}
#outer {
	text-align: left;
	margin: 0px auto;
	width: 845px;
}

#shade-left {
	float: left;
	width: 20px;
	height: 741px;
	background: url("/images/edge-left.gif") no-repeat;
}

#shade-right {
	float: left;
	width: 20px;
	height: 741px;
	background: url("/images/edge-right.gif") no-repeat;
}

#pageWrapper {
	float:left;
	text-align: left;
	width:800px;
	background:#ffffff url("/images/background-x.gif") top left no-repeat;
}

#nav {
	width:800px;
	height:215px;
}
	
#content { 
	float:left;
	width:330px;
	padding:30px 0 0 250px;
}
#rightCol {
	float:left;
	width:160px;
	padding:30px 0 0 40px;
}
#footer {
	width:500px;
	padding:50px 0  0 250px;
}

p { font-size:12px; line-height:19px; padding:8px 0; }
.rightColOrng { font-weight:bold; color:#cc6600; padding-top:8px; }	
.orng { color:#cc6600; }
.blue { color:#0a6f99; }
.floatLeftPhoto { float:left; padding-right:10px; }
.floatLeftBullet { float:left; padding-right:6px; }
.breadCrumbs { font-weight:bold; color:#cc6600; }
.header { font-size:31px; padding:8px 0 10px 0; color:#CCCCCC; line-height:0; }

a, a:visited { color:#0a6f99; }
input { font:11px; border:1px solid #999999; }
h3 { font:13px Tahoma, Verdana; color:#0a6f99; padding-top:4px; }
hr { margin-top:15px; margin-bottom:15px; }
li { font-size:12px; margin:10px 10px; list-style-image:url(/images/bullet.gif); }

