@charset "UTF-8";
/* CSS Document */

body {
	background-color:#05237b;
	background-image:url(images/mainBGR.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin:0px;
}

.content {
	background-image:url(images/content.png);
	background-repeat:repeat-y;
	width:900px;
	background-position: center;
	font-family:Cambria,Georgia,Times,"Times New Roman",serif;
	font-size:16px;
}

.content2 {
	background-image:url(images/content.png);
	background-repeat:repeat-y;
	width:900px;
	background-position: center;
	font-family:Cambria,Georgia,Times,"Times New Roman",serif;
	font-size:12px;

}

.footer {
background-image:url(images/footer.png);
background-repeat:no-repeat;
width:900px;
height:198px;
text-align:center;
color:#cccccc;
font-size:14px;
font-weight:bold;
}

.footer a:link, .footer a:visited, .footer a:active {
color:#CCCCCC;
text-decoration:none;
font-size:10px;
font-weight:normal;
}
.footer a:hover {
color:#ffffff;
text-decoration:none;
font-size:10px;
font-weight:normal;
}
.nav {
width:140px;
height:25px;
line-height:25px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#3a549e;
text-align:center;
background-image:url(images/nav1.jpg);
background-repeat:no-repeat;
margin-bottom:5px;

}

.nav a {
color:#3a549e;
text-decoration:none;
}

.nav a:hover {
color:#ffffff;
text-decoration:none;
background-image:url(images/nav2.jpg);
background-repeat:no-repeat;
display:block;
}

.menubase {
background-image:url(images/menubase.png);
background-repeat:no-repeat;
width:900px;
height:37px;
background-position:center;
}

.menulaunch {
background-image:url(images/menubarlaunch.png);
background-repeat:no-repeat;
width:900px;
height:60px;
background-position:center;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3a549e;
	font-size:24px;
	font-weight:bold;
}

.bold {
color:#3a549e;
font-weight:bold;
}

.boldwhite {
color:#fff;
font-weight:bold;
}

a {
text-decoration:none;
}

.tabletop {
font-weight:bold;
color:#FFFFFF;
background-color:#000000;
}

.tablecont {
background-color:#3a84c3;
text-indent:10px;
color:#FFFFFF;
}

.tablecont2 {
color:#FFFFFF;
background-color:#3a84c3;
}

.tablecont3 {
	color:#FFFFFF;
	background-color:#003366;
	text-indent:10px;
}

.tablecont a:link, .tablecont a:active, .tablecont a:visited, .tablecont2 a:link, .tablecont2 a:active, .tablecont2 a:visited {
color:#FFFF99;
}

.tablecont a:hover, tablecont2 a:hover, tablewhite a:hover {
color:#FFFF99;
text-decoration:underline;
}


.tablewhite a:link, .tablewhite a:active, .tablewhite a:visited {
color:#FFFF99;
}

.tablewhite {
color:#FFFFFF;
}
.white {
color:#FFFFFF;
}
.titleRED {
	font-family: Verdana;

	color: #990000;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 34px;
	/*line-height: 44px;*/

	font-weight: bold;
}

.titleBLUE {
	font-family: Verdana;

	color: #0066CC;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 28px;
	/*line-height: 44px;*/

	font-weight: bold;
}

.titleDARK {
font-family: Verdana;

	color: #333333;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 24px;
	/*line-height: 44px;*/
	
	font-weight: bold;
}
.tcb {
	color:#3366CC;
	font-weight:bold;
}

 .blue {
  color:#0066CC;
 font-weight:bold;
 }