body {
	background-color:#99cccc;
	color: #000000; 
	font-size: 16px; 
	font-family:lucida sans unicode, verdana; 
	font-weight:normal; 
	text-decoration:none; 
	text-align: center;
}
a, a:visited {
	color: #000099;
	text-decoration: none;
}

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

h1, h2, h3 {
	margin: 0px 0 5px 0;
}

h1 {
	font-size: 1.2em;
}

h2 { 
	font-size: 1.1em;
}

h3 {
	font-size: .80em;
	background-image: url(/images/streak.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 0 5px 0;
}

#container {
	background-color: #FFFFFF;
	background-image: url(/images/blue_corner7.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 950px;
	margin: auto auto 15px auto;
}

#header {
	width: 950px;
	height: 224px;
	color: 	#666666;
	font-weight: 900;
}

#header div.pic_container {
	display: inline;
	width: 150px;
	float:left;
	margin: 25px 0 0 25px;
}

#header div.logo_container {
	width: 720px;
	display: inline;
	float: left; 
	text-align: right; 
	margin: 0px 45px 0 0;
}

#page_body {
	width: 950px;
}

#menu_col, #main_col {
	float: left;
}

#menu_col {
	width: 200px;
	text-align: center;
}

#main_col {
	width: 700px;
	margin: 0px 20px 10px 10px;
}

#main_col p {
	text-align: justify;
}

#main_col ul, #main_col dl {
	text-align:left;
}

div.center_box, dl.center_box {
	width: 400px;
	clear: both;
	margin: 10px auto 0 auto;
	text-align: left;
}

dl.center_box dd div {
	float: right;
	width: 200px;
	display: inline;
	text-align: left;
}

.heading {
	font-size: 1.1em;
	font-weight: 900;
	text-align: left;
	text-decoration: underline;
	margin: 8px 0 0 0;
}

.heading_center {
	font-size: 1.1em;
	font-weight: 900;
	text-align: center;
	text-decoration: underline;
	margin: 8px 0 0 0;
}

.info_box {
	width: 200px;
	border: 1px solid #000000;
	background-color: #E5E5E5;
	padding: 5px;
	color: #000099;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

img.left, img.right, img.border {
	border: 1px solid #000000;
}

img.left, div.left {
	float: left;
	margin: 2px 8px 2px 0;
}

img.right, div.right {
	float: right;
	margin: 2px 0 2px 8px;
}

.no_border {
	border: none;
}

.half_wide {
	width: 50%;
	float: left;
}

/* begin definitions for the side  menu  */

.menu_wrap {
	width: 165px;
	padding: 5px 10px 10px 5px;
	margin: 30px auto 0 auto;
}

.menu_box_2 {
	background-image: url(/images/menu_bg_03.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 140px;
	margin: 15px 0 0 10px;
}

.menu_box_2 ul {
	padding:0; 
	margin:0; 
	list-style-type: none; 
}

.menu_box_2 ul li {
	float:left;
}

.menu_box_2 ul li a, .menu_box_2 ul li a:visited {
	display:block; 
	float:left; 
	text-decoration:none;
	background-image: url(/images/arrow.gif);
	background-position: bottom right;
	background-repeat: no-repeat; 
	width: 140px;
	font-size: 0.8em;
	font-weight: bold;
	color: #339999;
	line-height: 30px;
}

.menu_box_2 ul li:hover a, .menu_box_2 ul li a:hover{
	width: 140px;
	background-image: url(/images/menu_bg_04.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #000099;
	text-decoration: underline;
	line-height: 30px;
}

.menu_box {
	height: 30px;
	width: 140px;
	margin: 15px 0 0 10px;
}

.menu_box ul {
	padding:0; 
	margin:0; 
	list-style-type: none; 
}

.menu_box ul li {
	float:left;
}

.menu_box ul li a, .menu_box ul li a:visited {
	display:block; 
	float:left; 
	text-decoration:none;
	background-image: url(/images/menu_bg_01.gif);
	background-position: center center;
	background-repeat: no-repeat; 
	width: 140px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFDD;
	line-height: 30px;
}

.menu_box ul li:hover a, .menu_box ul li a:hover{
	width: 140px;
	background-image: url(/images/menu_bg_02.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #000099;
	text-decoration: none;
	line-height: 30px;
}

/* end menu buttons definitions */

/* Begin page navigation definitions*/

.pagenav {
	text-align: center;
	font-size: .9em;
	font-weight: 700;
	margin: 15px 0 15px 0;
}

.pagenav_title, .pagenav_title a, .pagenav_title a:visited, .pagenav_title a:hover {
	font-size: 1.1em;
	font-weight: 900;
	color: #000000;
	text-align: left;
	text-decoration: underline;
	margin: 8px 0 0 0;
}

/*END page navigation definitions*/

.center {
	text-align: center;
}

/* Begin pop-up window style -----------*/
.pu_window {
	background-color: #FFFFFF;
	padding: 10px;
	text-align: justify;
	font-size: .9em;
	font-weight: 500;
}
/* End pop-up window style -----------------*/

.spacer_1 {
	height: 10px;
	background-color: #CCCCCC;
	clear: both;
}

.spacer_2 {
	height: 10px;
	clear: both;
}


/*  Start style for CV ------ */
.cv {
	text-align: left;
	margin-top: 15px;
}

.cv dl dt{
	font-weight: 900;
	margin: 0 0 5px 0;
}

.cv dl dd {
	font-weight: 500;
	margin: 0 0 15px 10px;
}
/* End style for CV ------------------------ */

/* Start style for pages where the main body contains a generic unordered list------------- */

div.body_list li {
	position: relative;
	left: -10px;
	text-align: justify;
	margin: 0 0 15px 0;
}
/* End style for main body list ------------ */

.newsfeeds {
	text-align: left;
	padding: 8px;
}

.noborder {
	border: none;
}

.float_r {
	float: right;
	margin: 0 0 0 8px;
}

#preload {
	display: none;
}

#footer {
	font-size: .8em;
	font-weight: 900;
	padding: 8px 0 8px 0;
}