body {
	background-color:#FCFCFF;
	color:#353c8b;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

a {
	color:#353c8b;
	/*text-decoration:none;*/
}

a:hover {
	color:#268E3F;
	text-decoration:underline;
}


.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	text-align: left;
	width: 910px;
	border-left: 4px solid #CCC9EB;
	border-right: 4px solid #CCC9EB;
	border-bottom: 4px solid #CCC9EB;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 8px;
	background-color: white;
}
p{
	padding: 8px 0px;
}

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:900px;
	height:190px;
	position:relative;
}

#header topnav{
	display: inline;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	width: 600px;
	text-align: center;
}

#topnav {
	margin: 0;
	padding: 0;
	width: 900px;
}


#topnav table{
	margin: 0;
	padding: 0;
	width: 80%;
	border-collapse: collapse; 
}
#topnav table td{
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}


#header_text {
	font-weight:normal;
	left:350px;
	position:relative;
	top:20px;
	width:500px;
	text-align:center;
}
#header_text p {
	color:#FFFFFC;
	font-size:3em;
	font-style:italic;
}


/********************** Content ***************************/
#content {
	/*background-image:url(images/content_bg.gif);*/
	width:900px;
	padding-top: 20px;
}

#content div.image_right{
	display: inline;
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
	clear: right;
}

#content div.image_caption_right{
	text-align: center;
	color: white;
	background-color: #353c8b;
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 12px;
	font-size: 1.3em;
	border: 2px #353c8b solid;
	width: 400px;
}

img.left{
	display: inline;
	float: left;
	clear: none;
	padding: 0;
	margin: 0;
	padding-right: 1em;
}



#content div.image_caption_bottom{
	display: block;
	color: white;
	background-color: #353c8b;
	font-size: 1.25em;
	padding-right: 1em;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
	clear: none;
	margin: 0;
	
}

table.imagecaption{
	color: white;
	background-color: #353c8b;
	font-size: 1.25em;
	
}
td.imagecaption{
	padding: 10px;
}



#content img{
	border: 2px #353c8b solid;
}

#content img.pdficon{
	border: 0;
}


ul{
	margin-left: 3em;
}

img{ border: 0;}

h1{
	color:#09398B;
	font-size:44px;
	margin: 16px 0px 10px 0px;
	font-style: italic;
}

h2{
	font-size:18px;
	color: #09398B;
	margin-top: 0.9em;
	margin-bottom: 0.5em;
	padding-bottom: 0;
}

h3{
	font-size:16px;
}

#left {
	padding: 0px 2em 0px 2em;
	display:block;

}



/********************** Footer ***************************/

#footer {
	display: block;
	width:900px;
	margin-top: 40px;
	clear: both;
	
}

#footer1 {
	color: white;
	background-color: #353c8b;
	padding: 0.5em;
	font-size: 1.3em;
}
#footer1 a {
	color: #ffffcc;
	text-decoration: none;
}

#footer2{
	color: white;
	background-color: #353c8b;
	margin-top: 6px;
	padding: 0.5em;
}





#credits{
	text-align: center;
	font-size: 0.85em;
	color: #999999;
	font-family: verdana;
	margin-top: 6px;
}

#credits a{
	color: #493a8c;
}