/* doddo 2006 */

body {
	font-family: Verdana;
	font-size: 70%;
	padding: 0;
	margin: 0;
	background-color: #10475E;
}



/* global elements */

img {
	border: 0;
}

a {
	color: #000000;
	font-weight: 600;
	text-decoration: underline;
}

a:hover {
	color: #10475E;
	font-weight: 600;
	text-decoration: underline;
}


#navigation_frame a {
	color: #1B3F94;
	font-weight: 500;
	line-height: 160%;
	text-decoration: none;
}

#navigation_frame a:hover {
	color: #000000;
	font-weight: 500;
	line-height: 160%;
	text-decoration: underline;
}

.textbox {
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #1B3F94;
	font-size: 90%;
	margin-bottom: 4px;
}

.nav_keyline {
	width: 108px;
}

.body_keyline {

}

.seperator {
	clear: both;
	float: left;
	height: 50px;
}

.small_seperator {
	clear: both;
	float: left;
	height: 15px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

p {
	padding-top: 0;
}

h1 {
	font-size: 140%;
	font-weight: 600;
}

h2 {
	font-size: 110%;
	font-weight: 600;
}




/* global page divs */

div#wrapper {
	position: relative;
	top: 0px;
	text-align: left;
	width: 760px;
	margin: 0 auto;	
}

div#white_space {
	float: left;
	width: 760px;
	border: 0;
}


/* different page element frames */

div#header_frame {
	position: relative;
	float: left;
	top: 0px; /* from top of page */
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 178px;
}

div#left_frame {
	position: relative;
	clear: both;
	float: left;
	background-image: url(../images/left-background.gif);
	background-repeat: no-repeat;
	width: 199px;
	height: 771px;
}

div#navigation_frame {
	position: relative;
	float: left;
	top: 40px;
	left: 7px;
	width: 137px;
	height: 217px;
	padding-left: 24px;
	padding-right: 0px;
	padding-top: 21px;
	padding-bottom: 0px;
	font-weight: 500;
}

.left_navigation {
	clear: both; 	
	vertical-align: top;
	padding-top: 3px;
	float: left; 
	width: 20px;
	min-height: 28px;
}
.left_navigation3 {
	clear: both; 	
	vertical-align: top;
	padding-top: 3px;
	float: left; 
	width: 20px;
	min-height: 48px;
}

.right_navigation {
	padding-top: 3px;
	float: left; 
	vertical-align: top;
	width: 117px;
	min-height: 28px;
	border-bottom: 1px solid #ffffff;
} 	
.right_navigation3 {
	padding-top: 3px;
	float: left; 
	vertical-align: top;
	width: 117px;
	min-height: 48px;
	border-bottom: 1px solid #ffffff;
} 	

.right_navigation_2 {
	padding-top: 3px;
	float: left; 
	width: 117px;
	min-height: 28px;
} 

div#content_frame {
	position: relative;
	float: left;
	background-color: #FFFFFF;
	width: 487px;
	min-height: 900px;
	padding: 11px;
}

div#heading {
	position: relative;
	float: left;
	background-color: #EEDC00;
	width: 418px;
	height: 39px;
	padding-top: 43px;
	padding-left: 69px;
}

div#heading_2 {
	position: relative;
	float: left;
	background-color: #EEDC00;
	width: 418px;
	height: 68px;
	padding-top: 43px;
	padding-left: 69px;
}

div#body_text {
	position: relative;
	clear: both;
	float: left;
	background-color: #FFFFFF;
	color: #1B3F94;
	padding-top: 11px;
	padding-left: 73px;
	width: 414px;
}

div#right_frame {
	position: relative;
	float: left;
	background-image: url(../images/right-background.gif);
	background-repeat: no-repeat;
	width: 52px;
	height: 771px;
}

.half_width {
	position: relative;
	float: left;
	width: 200px;
	padding-right: 7px;
}