body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1C4DA4;
	height: 100%;
}
.navMain {
	background-image: url(../images/nav-main.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	padding-left: 10px;
	padding-right: 5px;
}
.add-top {
	width: 310px;
	float: left;
	padding-top: 10px;
	margin-top: 10px;
}

.topNav {
	height: 10px;
	margin-top: 10px;
}
.whiteBold12 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.navBot {
	height: 10px;
}

.main {
	padding: 10px;
	background-color: #FFFFFF;
}
.navigation a {
	display: block;
	float: left;
	height: 40px;
	width: 110px;
	text-align: center;
	line-height: 40px;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
.navigation {
	height: 40px;
	float: left;
	color: #CCCCCC;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.search {
	float: left;
	width: 340px;
	padding-top: 8px;
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 10px;
}
.header {
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	line-height: 20px;
	height: 75px;
	padding-right: 10px;
}

.navBg {
	
}


.navBg a {
	
}
.navBg a:hover {
	
}

.main p {
	margin-top: 0px;
}
.main {
	font-size: 12px;
	line-height: 20px;
}
.main a {
	color: #000099;
	text-decoration: none;
}
.main a:hover {
	text-decoration: underline;
}
.main strong {
	font-weight: normal;
}


h1 {
	font-size: 16px;
	color: #000066;
}
h2 {
	font-size: 12px;
	color: #000066;
	margin-bottom: 0px;
}
h2 a {
	text-decoration: none;
	color: #000066;
}
h2 a:visited {
	text-decoration: none;
	color: #000099;
}







td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.containerMain {
	width: 960px;
	height: 100%;
}
.containerLeft {
	width: 240px;
	float: left;
	height: 100%;
}
.containerRight {
	height: auto;
	float: left;
	width: 720px;
}
.container {
	height: 100%;
}





.cssnav2	{
	position:relative;
	background-image:  url(../images/nav-bg.png);
	background-repeat: repeat;
	white-space: nowrap;
	display: block;
	width: 240px;
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	font-size: 10px;
	height: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
			}
.cssnav2 a {
	display: block;
	color: #CCCCCC;
	font-size: 10px;
	width: 240px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	height: 20px;
	padding: 0px;						
}

.cssnav2 img {
    visibility:hidden;
	width: 240px;
	border: 0;
	height: 20px;
}
* html a:hover {
	visibility:visible;
	color: #FFFFFF;

}
.cssnav2 a:hover img{
	visibility:visible;
	color: #FFFFFF;

}
.cssnav2 span {
	position: absolute;
	left: 0px;
	top: 3px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 240px;
	height: 20px;
	text-align: left;
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;
	text-indent: 5px;
}
