@charset "utf-8";
/* CSS Document */


body {
	font-family: "Crimson Text", Georgia, Times New Roman, Times, serif; 
	color: #031790;
	background-color: #000066;   
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
    
#container {
	position:relative;
	width : 956px;
	margin-left : auto;
	margin-right : auto;
	border : 4px solid #F68F0A;
	background-color: #fff8b2;
}

#outer-container {
	width : 964px;
	margin-left : auto;
	margin-right : auto;
}


/* ===================  Clear Fix  =================== */	
		
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



/* ===================  HyperLinks  =================== */

a:link {
	color: #CD3700;
    text-decoration: none;
}

a:visited {	
	color: #CD3700; 
    text-decoration: none;
}

a:hover {
	color: #551011;	
    text-decoration: none;
}

a:active {
	color: #CD3700;
	text-decoration: none;
}



/* ===================  Typography  =================== */

h1 { font-family:  'Crimson Text', Georgia, Times New Roman, Times, serif; 
	font-weight:400;	
	font-size: 200%;	
	line-height: 100%;	
 
	}

h2 {
	font-family: 'Crimson Text', Georgia, Times New Roman, Times, serif;
	font-weight: 400;
	font-size: 160%;
	line-height: 110%;
	}

h3 { font-family:  'Crimson Text', Georgia, Times New Roman, Times, serif; 
	font-weight:400;	
	font-size: 130%;	
	line-height: 120%;	
	margin: 0; padding-bottom: 0.5em; 
	}

h4 { font-family:  'Crimson Text', Georgia, Times New Roman, Times, serif; 
	font-weight:400;	
	font-size: 100%;	
	line-height: 110%;	
	margin: 0; padding-bottom: 0.0em; 
	}

h5 { font-family:  'PT Sans Narrow', 'Arial Narrow', 'Helvetica Condensed', Arial, Verdana, sans-serif;  
	font-weight:400;	
	font-size: 120%;	
	line-height: 130%;	
	margin: 0; padding-bottom: 0.0em; 
	}

h6 { font-family:  'PT Sans Narrow', 'Arial Narrow', 'Helvetica Condensed', Arial, Verdana, sans-serif;  
	font-weight:400;	
	font-size: 100%;	
	line-height: 110%;	
	margin: 0; padding-bottom: 0.0em; 
	}



/* ===================  Styles  =================== */

#container-inner-border {   
	border: 2px solid #000;
} 

#main-content {
	margin-left: 90px;
	margin-right: 90px; 
}

#img-border {
	border: 6px groove #F68F0A;
}

.forminput { font-family:  'PT Sans Narrow', 'Arial Narrow', 'Helvetica Condensed', Arial, Verdana, sans-serif; 
	font-weight:normal;	
	font-size: 20px;	
	line-height: 24px;	
	}
	
#main-nav-table { font-family:  'PT Sans Narrow', 'Arial Narrow', 'Helvetica Condensed', Arial, Verdana, sans-serif; 
	font-weight:normal;	
	font-size: 0.9em;	
	line-height: 1.0em;	
	}
	
#pad-70left-70right {
	margin-left: 70px;
	margin-right: 70px; 
}
	
#pad-30left-30right {
	margin-left: 30px;
	margin-right: 30px; 
}

#pad-15left-15right {
	margin-left: 15px;
	margin-right: 15px; 
}
#pad-00left-30right {
	margin-left: 0px;
	margin-right: 30px;
}

.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}
