/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #263343;
	line-height: 1.4em;
}
h3 {
	color: #0A5E8C;	
}
a:link {
	color: #0A5E8C;
	text-decoration: underline;
}
a:visited {
	color: #0A5E8C;
	text-decoration: underline;
}
a:hover {
	color: #F4D16D;
	text-decoration: underline;
}
a:active {
	color: #F4D16D;
	text-decoration: underline;
}
.nav a:link {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.nav a:visited {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.nav a:hover {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.nav a:active {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#wrapper {
	width:600px;
    background-color:#263343;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
}
#headerbox {
	position:relative;
	clear:both;
	width:576px;
	height:252px;
}
#contentbox {
	position:relative;
	clear:both;
	width:476px;
	background-color: #263343;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-y;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contentbox img {
	padding-left: 15px;
}
#footerbox {
	position:relative;
	clear:both;
	width:576px;
	background-color: #263343;
	background-image: url(images/bg-boxbottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	line-height:1.4em;
}
