@charset "UTF-8";
/* Layout  */

body {
	
	 margin: 0;
    padding: 0;
	margin-top: 20px;
	border:  #000000;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 15px;
	line-height: 22px;
}
a {color:#004990 }
#container{
	width: 945px;
	/* Center Div on page */
	position: relative;
	left: 50%;
	margin-left: -472px; /* half the width of the div */
	border: #333333 1px groove;
	
}

#content{
width: auto;

^min-height: 1200px;

}

	
#topnav{
	background-image:url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	height: 41px;}
	
#topnav_home{
	height: 41px;}

#bottomnav{
	background-image:url(../images/bg_logo.png);
	background-repeat: no-repeat;
	width: 945px;
	height: 89px;}
	
#bottomnav_home{
	background-color: #9b7838;
	height: 20px;
	width: 945px;}

.left_float{float: left; padding-right: 10px;}
.right_float{float: right; padding-left: 10px;}

#twocolumn{width: 46%; float: left; padding-bottom: 40px;}


/*Content */

h1 {
	color: #213F9A;
	font-size: 24px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h2 {
	color: #004990;
	font-size: 14px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding:0px;
}

/* A hack for regular text to appear as an h2 but without the vertical spacing that comes with the h2*/
h4 {
	color: #004990;
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding:0px;
}
	
h3 {
	color: #213F9A;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}

.footer{
	padding-top: 65px;
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #FFFFFF; 
	}
	
.footer_home{
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #FFFFFF; 
	}
	

.copy{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 15px;
	line-height: 22px;
	min-height:400px; 
	height: auto;
	/* Another joyous IE hack to make min height work on pages that dont have enough copy. Did I say I hate IE? */
	*height: 400px; 
	padding-left:75px; 
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 0px;
	background-color: #FFFFFF;}
	
	.copy_soonimage{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 15px;
	line-height: 20px;
	min-height:430px; 
	height: auto;
	/* Another joyous IE hack to make min height work on pages that dont have enough copy. Did I say I hate IE? */
	*height: 430px;
	padding-left: 75px;
	padding-top: 85px;
	padding-right: 60px;
	padding-bottom: 0px;
	background-color: #FFFFFF;}
	
	.copy_regimage{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 15px;
	line-height: 20px;
	min-height:400px; 
	height: auto;
	/* Another joyous IE hack to make min height work on pages that dont have enough copy. Did I say I hate IE? */
	*height: 400px; 
	padding-left: 65px; 
	padding-top: 75px;
	padding-right: 60px;
	padding-bottom: 0px;
	background-color: #FFFFFF;}
	
.copy_lgimage{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 15px;
	line-height: 20px;
	min-height:400px; 
	height: auto;
	/* Another joyous IE hack to make min height work on pages that dont have enough copy. Did I say I hate IE? */
	*height: 400px;
	padding-left: 350px; 
	padding-top: 65px;
	padding-right: 60px;
	padding-bottom: 0px;
	background-color: #FFFFFF;}
	
.copy_home{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
	line-height: 20px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 485px;
	 padding-top: 305px;}
	
a.compresults:link{
	color:#9b7838;
	font-style: italic;
	text-decoration: none;}
	
a.compresults:hover{
	color:#9b7838;
	text-decoration: underline;}
a.compresults:visited{
	color:#9b7838;
	text-decoration: none;}

.compresults{ color: #9b7838; font-style:italic bold; font-variant:normal;}

.capital{ font-size: 18px;}
.spammer {
width:20px;
visibility: hidden;
}