@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #7CA6A5;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}

.header h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #10316B;
}

.header a
{
	color: #000;
}

.topNav
{
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	font-weight: bold;
	color: #FFF;
	background-color: #10316B;
}

.topNav a
{
	color: #FFF;
	text-decoration: none;
}

.topNav a:hover
{
	color: #FF0000;
	text-decoration: none;
}

.leftMenu
{
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 10px;
}

.leftMenu a
{
	color: #000;
}

.leftMenu a:hover
{
	color: #ff0000;
}

.navArrow
{
	background-color: #214a8c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a4cae1;
	margin-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding: 5px;
}

.navItem
{
	padding: 5px;
	font-weight: bold;
	background-color: #e7e8ff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a4cae1;
	margin-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.navItem a
{
	color: #000;
	text-decoration: none;
}

.mainBody
{
	background-color: #FFF;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
}

.tableBorder
{
	border: 1px solid #10316B;
}

.tableTitle
{
	font-weight: bold;
	color: #FFF;
	background-color: #10316B;
	padding: 5px;
}

.tableTitlea
{
	color: #000;
}

.tableContent
{
	background-image: url(../images/tableBg.png);
	background-color: #C8DAE9;
	background-repeat: repeat-x;
}

.mainBody h1
{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.mainBody a
{
	color: #7CA6A5;
	text-decoration: none;
}

.mainBody a:hover
{
	color: #cc3300;
	text-decoration: none;
}

.rightMenu
{
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-top: 10px;
}

.rightMenu a
{
	color: #000;
	text-decoration: underline;
}

.footer
{
	background-color: #FFF;
	text-align: center;
	padding: 5px;
	border: 1px solid #CCC;
}

.divider
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

.ad
{
	padding: 5px;
}

.img
{
	border: 1px solid #CCC;
}

label
{
	padding-right: 10px;
	width: 120px;
	display: block;
	float: left;
	font-weight: bold;
}