/* CSS Document */
body {
	background-color: #C6C6C6;
	margin-bottom: 0px;
	clear: both;
	text-align: center;
	a: 
}

#mainContainer {
	background-color: #FFFFFF;
	width: 968px;
	margin: 0 auto 0 auto;
}

#mainImg {
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;
}

.contentBg {
	background-image: url(images/cont_bg.gif);
	background-color:#000000;
}

.caption{
	margin: 5px;
	padding: 5px;
	border: 2px solid #CEE1FF;
	font-size: 12px;
	text-align: center;

}

#contentContainer {
	width: 930px;
	margin-left: 19px;
	margin-right: 19px;
	text-align:left;
}

#content {
	width: 596px;
	position:relative;
	left:147px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bac4c6;
}

#copyright {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-right: 19px;
	padding: 10px;
	clear: both;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	font-weight:bold;
	text-align: center;
	color: #9d0300;
	margin-top: 1px;
}

h2 {
	margin-top:0px;
}

h3 {
	margin:0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#submenu {
	color:#dadada; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
	
#submenu a {
	color:#dadada; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding-left:15px;
	padding-right:15px; 
}
