/* CSS Document */

/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/ 
html, body, * {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
}
body {
	margin-top: 10px;
}
:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	font-size: 16px; 
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #004C92;
	line-height: 26px; 
}

h2 { 
font-size: 1.4; 
margin-bottom: 0.5em; 
}

h3 { 
font-size: 1.2; 
margin-bottom: 0.8em; 
}

h4, h5, h6, p, ul, ol, address, blockquote, dl, table {  
margin-bottom: 1em; 
}

ul, li { list-style-type: none; } 
ol, ol li { list-style-type: decimal; }

em {  
font-style: italic; 
}

strong { 
font-weight: bold;
}

fieldset { border: none; }

a:link {
	color: #004C92;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004C92;
}
a:hover {
	text-decoration: underline;
	color: #004C92;
}
a:active {
	text-decoration: none;
	color: #004C92;
}

/* 
* Not really a default style, but this class is used in 
* every project. 
*/ 
.clear:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
font-size: 0; 
}

.clear { display: inline-table; }

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { display: block; } 
/* Hide from IE/Mac */ 

#main {
	background-image: url(../images/mainbck.jpg);
	background-repeat: no-repeat;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #00539B;
}
.nav:link {
	color: #FFFFFF;
	font-size:14px;
	text-decoration: none;
}
.nav:visited {
	text-decoration: none;
	font-size:14px;
	color: #FFFFFF;
}
.nav:hover {
	text-decoration: underline;
	font-size:14px;
	color: #FFFFFF;
}
.nav:active {
	text-decoration: none;
	font-size:14px;
	color: #FFFFFF;
}#nav_holder {
	padding-top: 107px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.white_but:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white_but:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white_but:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.white_but:active {
	text-decoration: none;
	color: #FFFFFF;
}
#nav_holder {
	padding-top: 107px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#main_content {
	padding-right: 20px;
	padding-left: 60px;
}
#footer {
	padding-left:20px;
	padding-bottom:20px;
	padding-right: 20px;
}
.white {
	color:#FFFFFF;
}
.main_bck {
	background-image:url(../images/main_bck.gif);
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:15px;
}
.right_bck {
	background-image:url(../images/right_bck.gif);
	background-repeat:repeat-y;
}
.quote {
	font-size:16px;
	line-height:24px;
	color:#FFFFFF;
	font-style:italic;
}
.input1 {
	height: 18px;
	width: 250px;
	padding-top: 2px;
	border: 1px solid #0071AE;
}
.input2 {
	height: 80px;
	width: 340px;
	padding-top: 2px;
	border: 1px solid #0071AE;
}
.white14 {
	font-size:14px;
	line-height: 20px;
	color: #FFFFFF;
}
.white14_but:link {
	color: #FFFFFF;
	font-size:14px;
	text-decoration: none;
}
.white14_but:visited {
	text-decoration: none;
	font-size:14px;
	color: #FFFFFF;
}
.white14_but:hover {
	text-decoration: underline;
	font-size:14px;
	color: #FFFFFF;
}
.white14_but:active {
	text-decoration: none;
	font-size:14px;
	color: #FFFFFF;
}
