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

* Filename: 
* Description: 
* Version: 
* Website: 
* Author: 

== STRUCTURE =========================================

* Page width: 

-------------------------------------------------------*/

/* Reset
-------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {margin: 0; padding: 0;}
body {
	background: #50a6e3 url(images/bg.gif) repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
h2, h3, h4, h5, h6, p, ul {padding-bottom: 10px;}
ul {padding-left: 20px;}
h2 {font-size: 17px; color: #13749f; padding: 5px 0px;}
h3 {font-size: 13px; color: #7e0600; padding: 5px 0px;}
h3 a:link {color: #7e0600; text-decoration: underline;}
h3 a:visited {color: #7e0600; text-decoration: underline;}
h3 a:hover {color: #7e0600; text-decoration: none;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}
h6 {font-size: 13px;}
p {font-size: 12px;}
a:link {color: #7e0600; font-weight: bold; text-decoration: underline;}
a:visited {color: #7e0600; font-weight: bold; text-decoration: underline;}
a:hover {color: #7e0600;font-weight: bold;  text-decoration: none;}
img {
	border: 0px;
}
.wrapper {
	width: 735px;
	margin: 0px auto;
}
.header {
	width: 727px;
	margin: 0px auto;
}
.navbar {
	margin: 0px auto;
}
.container {
	width: 735px; margin-top: 10px;
}
.footer {
	width: 727px; height: 50px; 
	margin-top: 10px;
	background: url(images/footer.gif) no-repeat top;
}
.footer .nav-bot {
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	color: #f5f5f5;
}
.footer .nav-bot a:link {color: #f5f5f5; text-decoration: none;}
.footer .nav-bot a:visited {color: #f5f5f5; text-decoration: none;}
.footer .nav-bot a:hover {color: #f5f5f5; text-decoration: underline;}
.footer .copy {
	font-size: 10px;
	text-align: center;
}