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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg1.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #021d51;
	}
	
img {
	margin: auto;
	}
	
a img, a:visited img {
	border: 1px solid  #CCCCCC;
	}
	
#container {
	width: 648px;
	margin: 43px auto 0 auto;
	}
	
#header {
	margin: 0px; padding: 0px;
	height: 157px;
	font-size: 0px;
	line-height: 0px;
}

#nav {
	width: 622px;
	height: 72px;
	background-color: #FFFFFF;
	margin: 0px; padding: 0px;
	}
	
#nav a, #nav a:visited {
	margin: 0 0 15px 0;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 10px 0 10px;
	}
	
#nav a:hover, #nav a:visited:hover {
	color: #375eaa;
	}
	
#main {
	width: 560px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	padding: 0 18px 15px 18px;
	font-family: Trebuchet MS, Helvetica, Sans-serif;
	font-size: 13px;
	line-height: 22px;
	}
	
#footer {
	width: 560px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	padding: 0 18px 0 18px;
	font-family: Trebuchet MS, Helvetica, Sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	}
	
/*/ CLASSES - Special Txt, special divs. /*/

.special {
	color: #34425b;
	text-align: center;
	font-size: 13px;
	}
	
.lgRed {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	}
	
.lg {
	font-size: 16px;
	font-weight: bold;
	}
	
.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	}
	