/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	text-align:center;
	padding: 12px;
}

form {
	padding: 0px;
	margin: 0px;
}

.tablebg {
	background-image: url(images/navigation_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


h1 {
	padding: 0px;
	margin: 0px;
	color: #3333CC;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 30px;
}

h2 {
	padding: 0px;
	margin: 0px;
	color: #009999;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 26px;
}

h3 {
	padding: 0px;
	margin: 0px;
	color: #009999;
	font-size: 18px;
	font-weight: normal;
	font-family: "Lucida Handwriting", Arial, Helvetica, sans-serif;
	line-height: 26px;
}

h4 {
	padding: 0px;
	margin: 0px;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
}

.large_highlight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009999;
	text-decoration: none;
	font-weight: bold;
}

.link_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}

.link_large:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.blue_highlight {
	color: #333399;
	font-size: 14px;
}

.largegreen{
	font-size: 12pt;
	color: #009999;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}

.largegreen_link{
	font-size: 12pt;
	color: #009999;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.largegreen_link:hover{
	font-size: 12pt;
	color: #99CCFF;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


/********************************************** navigation *************************************/


.navigation {
	padding-left: 54px;
	padding-right: 25px;
	padding-top: 4px;
	line-height: normal;
	padding-bottom: 16px;
}

.navigation_index {
	padding-left: 54px;
	padding-right: 25px;
	padding-top: 4px;
	line-height: normal;
	padding-bottom: 4px;
}

#nav {
	padding: 0px;
	margin: 0px;
	/* color: #3366CC; */
	list-style: none;
	font-size: 11px;
}

#nav ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
}
		
#nav li {
		margin: 0;
}



#nav li a {
		display: block;
		padding-bottom: 4px;
		/*color: #3366CC; */
		text-decoration: none;
		width: 100%;
}

.fourthlevel {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.fourthlevel:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

html>body #nav li a {
		width: auto;
}

#nav li a:hover {
		color: #FFFFFF;
		text-decoration: none;
}

#nav li a:active {
		color: #FFFFFF;
		text-decoration: none;
}

#flag {
	padding-bottom: 0px;
}

.nav_titles {
	font-family: "Arial Black", Arial, Helvetica, sans-serif, serif;
	color: #333399;
}

.nav_titles_blog {
	font-family: "Arial Black", Arial, Helvetica, sans-serif, serif;
	color: #FFFFFF;
}

.nav_titles_blog:visited {
	font-family: "Arial Black", Arial, Helvetica, sans-serif, serif;
	color: #FFFFFF;
}

.nav_subtitles {
	color: #3366CC;
}

.nav_repeatbg {
	background-image: url(images/navigation_bgrepeat.jpg);
	background-repeat: repeat;
}

#rotating_images {
	width: auto;
	height: 285px;
}

#gapleft {
	float: left;
	width: 24px;
	height: 100%;
}

#gapright {
	float: right;
	width: 12px;
	height: 100%;
}

#topnavigation {
	width: 498px;
	float: left;
	text-align: right;
}

#topnav li
{
display: inline;
list-style-type: none;
}

#topnav li a {
		color: #666666;
		text-decoration: none;
		width: 100%;
		padding-right: 20px;
}

#topnav li a:hover {
		color: #99CCFF;
		text-decoration: none;
}

.footer {
	line-height:18px;
	font-size: 11px;
}

.swclink {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

.swclink:hover {
	color: #99CCFF;
	text-decoration: none;
	font-size: 11px;
}

.left_bottom {
	width: 234px;
	height: 285px;
}

.left_bottom_index {
	width: 234px;
	height: 154px;
}

/************************************************ main ******************************************/

.maintext_index{
	padding-bottom: 0px;
}

.maintext{
	padding-bottom: 36px;
}

.link {
	color: #666666;
	text-decoration: underline;
}

.link:hover {
	color: #99CCFF;
	text-decoration: underline;
}

.link_light {
	color: #999999;
	text-decoration: underline;
}

.link_light:hover {
	color: #99CCFF;
	text-decoration: underline;
}

.linknounderline {
	color: #666666;
	text-decoration: none;
}

.linknounderline:hover {
	color: #99CCFF;
	text-decoration: none;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.quotes {
	color: #CC6699;
	font-style: italic;
}

.justified {
	text-align: justify;
}

.advert {
	line-height: normal;
	padding: 30px 0px 46px 0px;
}

.advert_green {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #1A8EAC;
}

.advert_white {
	font-family: "Arial Black", Arial, Helvetica, sans-serif, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 28px;
}

.advert_green_link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #1A8EAC;
	text-decoration: underline;
}

.advert_green_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.advert-multipass {
	line-height: normal;
	padding: 0px 0px 46px 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.advert-multipass-text {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.left-bottom {
	background-color: #A7C2ED;
}