 
/* ---- MAIN STYLE ---- */

body {
	text-align:center;
	background-color:#000000;
	margin-top:0px;
	background-attachment: fixed;
	}

#container {
	font-size: 12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
	width:780px;
	border:2px solid #28406B;
	background-color:#FFFFFF;
	padding:10px;
	margin-right:auto;
	margin-left:auto;
	}

#content {
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	line-height:1.3;
	clear:both;
	}	

#header {
	text-align:center;
	/*background-image:url(../images/header.jpg);*/
	background-position:top center;
	background-repeat:no-repeat;
	height:100px;
	width:760px;
	margin-bottom:10px;
	}

#header img {
	display:inline;
	}

#footer	{
	background-color:#FFFFFF;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;	
	color:#000000;
	text-align:center;
	}


/* ---- HEADINGS ---- */

h1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 22px;
	text-align:center;
	}
	
h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 20px;
	}

h3 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	}

h4 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	}


/* ---- LINKS ---- */

A	{ 
	font-weight: bold;
	color: #3161DE; 
	text-decoration: underline;
	}

A:HOVER	{ 
		font-weight : bold; 
		color : #3669EEC; 
		text-decoration: underline;
		} 

A:VISITED {
		  color: #3161DE; 
          font-weight: bold; 
          text-decoration: underline;	
          }

A:ACTIVE { 
		 font-weight : bold; 
	     color : #3669EE; 
	     text-decoration : underline;
    	 } 


/* ---- FORM FORMATTING ---- */

form	{
		margin: 0;
		padding: 0;
		}

fieldset {
		border-width:1px;
		border-style:solid;
		padding:10px;
		border-color:#314C7A;
		margin:0;
		}

legend 	{
		font-family:arial,helvetica,sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#314C7A;
		padding-bottom:15px;
		}

	label 	{
		width: 10em; 
		float: none;
		margin:3px .5em 0;
		text-align:right;
		}
		
	label.error { 
		color: #C00; 
		float:none;
		padding-left: .2em; 
		vertical-align: top; 
		font-weight:bold;
		font-variant:small-caps;
		display: none;
		}		
		
.btnstyle {
		background-color:#CCCCCC;
		color:#000000;
		height:25px;
		width:180px;
		font-weight:bold;
		font:arial,helvetica,sans-serif;
		font-size:12px;
}

.btnstylelong {
		background-color:#CCCCCC;
		color:#000000;
		height:25px;
		width:300px;
		font-weight:bold;
		font:arial,helvetica,sans-serif;
		font-size:12px;
}
.hide
{

	display:none;

}


