body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #aaa;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;}

h1 {
	font-size: 25px;
	color: #006295;
	margin: 0;
	padding: 0;
	font-weight: normal;}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dashed #999999;
	padding-bottom: 2px;}

img {border-style: none;}

ul {list-style-type: square;}

li {padding: 2px 0px;}

th {
	color: #fff;
	background-color: #006295;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;}

tr {border-bottom: 1px solid #ccc;}

#container {
	border: 1px solid #666;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	padding: 0px 15px 12px;}

#header {
	background-image: url(../images/head.gif);
	padding: 0px;
	height: 75px;
	width: 740px;
	margin-bottom: 12px;
	float: left;}
	
#logo {float: left;}

#nav {
	font-size: 11px;
	font-weight: bold;
	margin: 50px 8px 0px 0px;
	text-align: right;
	float: right;
	padding: 0;}

#nav a:link {color: #006295; text-decoration: none;}
#nav a:visited{color: #006295; text-decoration: none;}
#nav a:hover{color: #fc0;text-decoration: none;}
#nav a:active{color: #006295; text-decoration: none;}

#mainImage {width: 740px;}

#content {
	font-size: 13px;
	width: 740px;
	border: 1px solid #666;
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding-bottom: 30px;
	padding-top: 25px;
}

#contentLeft {
	float:left;
	width:525px;
	text-align: justify;
	font-size: 12px;
	padding: 0px 20px;
	vertical-align: top;
	border-right: 1px solid #ccc;
}

#contentRight {
	float:right;
	width:170px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#contentRightText {
	text-align: left;
	width: 148px;
	font-size: 11px;
}


#contentFull {
	float:left;
	width:700px;
	text-align: justify;
	font-size: 12px;
	padding: 20px 0px 30px 20px;
	vertical-align: top;}

#footer {
	font-size: 11px;
	text-decoration: none;
	background-color: #006295;
	text-align: center;
	color: #fff;
	height: 24px;
	width: 730px;
	border: 1px solid #666;
	line-height: 22px;
	clear:both;
	float: none;
	padding-right: 5px;
	padding-left: 5px;
}

#footerRight {float: right;}
#footerLeft {float: left;}

#footer a:link {color: #fff; text-decoration: none;}
#footer a:visited{color: #fff; text-decoration: none;}
#footer a:hover{color: #fc0; text-decoration: none;}
#footer a:active{color: #fff; text-decoration: none;}

.textBold {font-weight: bold;}
