/* CSS Document */

* {margin:0 0 0 0; padding:0 0 0 0; border: 0 0 0 0;}

/* START Alsett Clearing method */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%}
.clearfix {display: block;}
/* END Alsett Clearing method */

body {font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		background-color:#031161;
		font-size:11px;
		background-image:url(main_bg_repeat.jpg);
		background-attachment:fixed;
		margin-left:auto;
		margin-right:auto;
		}
		
	div#wrap{width:750px;
			margin-left:auto;
			margin-right:auto;
			padding-top:20px;
		   }	
		div#top {width:750px;
				height:115px;
				clear:both;
				}
				
				div#topleft {background-image:url(corner_topleft.gif);
							background-repeat:no-repeat;
							background-position:bottom left;
							width:86px;
							height:115px;
							float:left;
							}
				
				div#topcenter{background-image:url(repeat_top.jpg);
							 background-repeat:repeat-x;
							 background-position:bottom left;
							 height:115px;
							 width:577px;
							 float:left;
							}
							
							div#logo{width:179px;
									height:115px;
									float:left;
									background-image:url(logo_main.gif);
									background-repeat:no-repeat;
									}
							
							div#topNav {width:395px;
										height:15px;
										float:left;
										padding-top:4px;
										color:#000000;
										text-align:right;
										font-size:14px;
										}
										
										div#topNav a:link {text-decoration:none;
														   color:#888888;
														  }
										div#topNav a:visited {text-decoration:none;
															 color:#888888;
														  }
										div#topNav a:hover {text-decoration:underline;
															color:#FFFFFF;
														   }
										div#topNav a:active {text-decoration:underline;
															color:#ffffff;
															}
										
							div#mainNav{width:395px;
										height:42px;
										padding-top:52px;
										float:left;
										text-align:right;
										}
							
				
				div#topright {background-image:url(corner_topright.gif);
							  background-repeat:no-repeat;
							  background-position:bottom left;
							  width:87px;
							  height:115px;
							  float:left;
							  }
		
		
		div#mid{clear:both;
				width:750px;
				background-image:url(repeat_mid.jpg);
				background-repeat:repeat-y;}
				
				div#content{width:577px;
							padding-left:87px;
							clear:both;
							color:#000000;}
		
										div#content a:link {text-decoration:none;
															color:#999999;
															 }
										div#content a:visited {text-decoration:none;
															 color:#999999;
														  }
										div#content a:hover {text-decoration:underline;
															color:#FFFFFF;
														   }
										div#content a:active {text-decoration:underline;
															color:#FFFFFF;
															}
						div#content p {text-indent:25px;}
		
		div#bottom{width:750px;
				   height:87px;
				   clear:both;
				   }
					
					div#bottomleft{background-image:url(corner_btmleft.gif);
								  background-repeat:no-repeat;
								  height:87px;
								  width:86px;
								  float:left;
								  }
					
					div#bottomcenter {background-image:url(repeat_bottom.jpg);
									 background-repeat:repeat-x;
									 width:577px;
									 height:87px;
									 float:left;
									 }
									 
					div#bottomright {background-image:url(corner_btmright.gif);
									background-repeat:no-repeat;
									height:87px;
									width:87px;
									float:left;
									}				 
									 
								 
								 
								 
								 
								 
								 