/* ------------ STYLE ------------ */

body {
	font-family: 'Helvetica', sans-serif;
	font-size:;
	font-weight:;
	text-align:;
	color:;
	background-color: #626C80;
}

.content {
	font-family: 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

.copyright {
	font-family: 'Helvetica', sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color:#000000;
}

.navigation {
	font-family: 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #0034B6;
	white-space: pre;
}


/* ------------ HEADINGS ------------ */

.pagetitle {
	font-family: 'Arial', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #949CAD;
}

.titleblack {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

#h1 {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

#h3 {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}


/* ------------ TABLES ------------ */



/* ------------ LAYOUT ------------ */

#header {
	position: relative;
	float: left;
	top: -5px;
	left: 0px;
	width: 694px;
	min-width: 694px;
	height:225px;
	min-height: 225px;
	background-color:#D1D7E3;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #626C80;
	padding-right:3px;
	padding-left:3px;

}

#content {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 98%;
	min-width: 689px;
	height: 100%;
	min-height: 100%;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}

#backcontent {
	position: absolute;
	float: left;
	top: 0px;
	left: 113px;
	width: 693px;
	min-width: 700px;
	padding-bottom: 100px;
	background-color: #FFFFFF;
}

#logo {
	position: relative;
	float: left;
	top: -5px;
	left: 60px;
	width: 340px;
	min-width: 340px;
	height: 168px;
	min-height:168px;
	background-color: #FFFFFF;
	
}

#topcontent {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 290px;
	min-width: 290px;
	height: 350px;
	min-height:168px;
	padding-left: 10px;
	padding-bottom: 50px;
	background-color: #FFFFFF;
	
}



#copyright {
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	width: 640px;
	min-width: 640px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}


#footer {
	position: relative;
	float:  left;  
	clear: all ;
}

/* ------------ IMAGES ------------ */

img.floatRight { 
	float: right; 
	margin: 10px;
	left: 10px;
}

img.floatLeft { 
	float: left; 
	margin: 7px;
	left: 0px;
}

 
/* ------------ NAVIGATION ------------ */


#bottomnav {
	position: absolute;
	float: left;
	width: 700px;
	min-width: 700px;
	text-align: center;
	color:#626C80;

}


/* ------------ LINKS ------------ */

#content a:link {
	color: #0000ff;
	font-weight: normal;
	text-decoration: underline;
}

#content a:visited {
	color:#0000ff;
	font-weight: normal;
	text-decoration: underline;
}

#content a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#content a:active {
	color: #0000ff;
	font-weight: normal;
	text-decoration: underline;
}



#header a:link {
	color: #0000ff;
	font-weight: normal;
	text-decoration: underline;
}

#header a:visited {
	color:#0000ff;
	font-weight: normal;
	text-decoration: underline;
}

#header a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#header a:active {
	color: #0000ff;
	font-weight: normal;
	text-decoration: underline;
}


#topcontent a:link {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}

#topcontent a:visited {
	color:#0000ff;
	font-weight: bold;
	text-decoration: underline;
}

#topcontent a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#topcontent a:active {
	color:#626C80;
	font-weight: bold;
	text-decoration: underline;
}

#copyright a:link {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}

#copyright a:visited {
	color:#0000ff;
	font-weight: bold;
	text-decoration: underline;
}

#copyright a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#copyright a:active {
	color:#0000ff;
	font-weight: bold;
	text-decoration: underline;
}