/* CSS Document */



#wrapper {
	width:100%;
	height:1000px;
	min-width:800px;
	}
	
#logobox {
	position:absolute;
	width:100%;
	height:110px;
	left:0;
	top:0px;
	background-color:#FFFFFF;
	background-image:url(images/backlogo.gif);
	background-repeat:repeat-x;
	min-width:881px;
}

#nav {
	position:absolute;
	top:10px;
	right:0px;
	width:200px;
	height:100%;
	background-color:#FFFFFF;
	float:right;
}
#content {
	position:absolute;
	top:98px;
	left:0;
	width:100%;
	
	
	
}

#footer {
	position:relative;
	top:50px;
	font-size:6pt;
	width:100%
}
.flow {
float: left;
clear: left;
width:70%;
padding:10px 0 0 10px;
}
.picbox {float:right;
padding-left:10px;}

.bold {font-weight:bold;}

.white {color:#FFFFFF;}
body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}
.firstletter {font-size:14pt;}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
	}
	
a:link {
	color: #2C2879;
}
a:visited {
	color: #2C2879;
}
a:active {
	color: #2C2879;
}

