body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FF0000;
	background-color: #DEE6F1;	
}


/* Link styling */

a:link {
	color: #4764C9;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #5385FF;
	text-decoration: none;
	font-weight: bold;	
}

a:hover {
	text-decoration: underline;
}


/* Block element styles */

h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #202431;
	margin: 3px 0px 12px;
}


h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #202431;
	margin: 3px 0px 10px;	
}

h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


/* Text style classes */

.bodytext {
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	color: #000;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.headline {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #3B3BA6;
	margin: 5px 0px 8px;
}


.subheadline {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #3B3BA6;
	margin: 0px 0px 3px;
}

.bodySmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 13px;
}

.button {
	margin: 10px 0px 3px;
}


/* Overall page structure */

#globalContainer {
	width: 544px;
	margin: 7px auto;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
		
}

#borderTop {
	background-image: url(Picts/images/bg_top.gif);
	height: 9px;
}

.header {
	width: 800px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	height: auto;
	overflow:auto;	
}

#nav {
	width: 800;
	margin-left: 8px;
	margin-right: 8px;
	color: #FFFFFF;
	overflow:auto;
	height: 150px;

}

#mainContent {
	width: 512px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 18px;
	overflow:auto;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: #FFFFFF;
}

#leftcolumn {
	width: 400px;
	height: auto;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	overflow:auto;
	float: left;
}

#lowerleft {
	width: 250px;
	height: auto;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	overflow:auto;
	float: left;
}

#lowerright {
	width: 500px;
	height: auto;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	overflow:auto;
	float: right;
}

.floatright {
	width: 490px;
	height: auto;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	overflow:auto;
	float: right;
}

.floatleft {
	width: 290px;
	height: auto;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	overflow:auto;
	float: left;
}

#centerPics {
    width: 587px;
	height: auto;
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	overflow:auto;
	float: center;
}

#rightcolumn {
	width: 370px;
	height: auto;
	padding-top: 4px;
	padding-bottom: 18px;
	overflow:auto;
	float: right;
}

.clearAll {
	clear:both;}

.blubg {
	background-color: #333366;
}

#borderBottom {
	background-image: url(images/bg_bottom.gif);
	height: 9px;
}


#footer {
	background-color: #686471;
	line-height: 12px;
	color: #1D1E27;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 1px;
	font-size: 10px;
	overflow: auto;
}

