@charset "utf-8";

html, body, h1, h2, h3, h4, table, td, tr, center{
	margin: 0;
	padding: 0;
}

body  {
	background: #ffffff;
	margin: 0;
	padding: 0;
	color:#000542;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1, h2, h3, p, a, li, span, table, td, body {
	text-align:justify;
}

hr {
	color:#CCC;
	background-color:#CCC;
	border:1px;
	height:1px;
}

h1 {
	font-size:20px;
	color:#666;
	margin-bottom:5px;
}

h2 {
	font-size:18px;
	color:#465F84;
}

h3 {
	font-size:16px;
	color:#465F84;
}

td img {
	display: block;
}

a {
	color:#465F84;
	text-decoration:none;
}

a:hover {	
	color:#9ABCFA;
	text-decoration:undeline;
}

#body { 
	background-color: #ffffff;
	background-image:url(../images/bgbody.jpg);
	background-position:center;
	background-repeat:repeat-y;
} 

#pageContent {
	padding-top: 0px;
	padding-right: 43px;
	padding-bottom: 5px;
	padding-left: 43px;
}

#rightNav {
	width: 175px;
	float: right;
	border-style:dotted;
	border-left-width:1px;
	border-bottom-width:1px;;
	border-top-width:0px;
	border-right-width:0px;
	padding-left: 10px;
	margin-left: 10px;
}

ul {
	margin:0;
	margin-left:30px;
	margin-bottom:10px;
	padding:0;
	list-style-image: url(../images/bullet.jpg);
}

li {
	margin-bottom: 5px;
}

#rightNav a {
	font-size:16px;
	text-decoration:none;
}

#rightNav h3 {
	margin-bottom: 10px;
	margin-left: 10px;
}

#atAGlance {
	width: 570px;
	height: 170px;
	border:#999;
	border-style:solid;
	border-width:medium;
	margin-top:10px;
	margin-bottom:10px;
	padding: 10px;
	background-color:#EEE;
}

#rightNote {
	font-size:11px;
	color:#999;
	font-weight:normal;
}

#picBorder {
	border:#999;
	border-style:solid;
	border-width:medium;
	float: left;
	margin-right: 8px;
	margin-top: 8px;
}

#proPic {
	border:#999;
	border-style:solid;
	border-width:medium;
	margin-right: 15px;
	margin-top: 5px;
}
	

#slideShow {
	float: left;
	margin-top: 22px;
	margin-right: 20px;
	margin-bottom: 10px;
	border-color:#bbc0fc;
	border-style:solid;
	border-width:medium;
}

#footer { 
	background-color: #ffffff;
	background-image:url(../images/bgfooter.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:45px;
	font-size:11px;
	color:#999;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.left {
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	width: 200px;
	height: 170px;
}

.leftT {
	float: left;
	margin-right: 8px;
	margin-top:0px;
	width: 200px;
	height: 170px;
}

.clearfloat { 
    height:0;
    font-size: 1px;
    line-height: 0px;
}

