a {
	color: #244674;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: white;
	background: #F0C630;
	text-decoration: underline;
}

a:visited {
	color:#244674;
}

a:active {
	color:#625114;
}

body {
	background: #244574;
	font-family: Arial, "MS Trebuchet", sans-serif;
	color:#244574;
}

.highlight {
	background: #F8FF07;
}

p {font-size: 12pt;}

h1 {
	font-size: 18pt;
	font-variant: small-caps;
}

h2 {
	font-size: 16pt;
	font-variant: small-caps;
}

img {
	border: 0px;
}

.LinksListTitle {
	font-weight:bolder;
	font-size:14pt;
}

table a, tr a, td a {
	margin: 20px;
}

table a:visited, tr a:visited, td a:visited {
	text-decoration:none;
	margin: 20px;
}
table a:hover {color: #244674;background:white;}

#mainBox {
	background: white;
	position: relative;
	
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	min-height: 500px;
	width:90%;
	/*height:600px;*/
}

#logo {
	position: relative;
	padding:15px;
	top:0;
	left:0;
}

#logo a:hover{
	background:none;
}
#motto {
	position: relative;	
	top: 0;
	left:0;
	margin-top:-15px;
	padding-left:35px;
	color: #4873A8;
	font-family: "Times New Roman";
}


#pageTitle {
	text-align:right;
	position: relative;
	float: right;
	/*top: -100px; */
	margin-top:-70px;
	margin-right: 30px;
	padding-right:35px;
	width:200px;
}

#insertContentHere {
	position: relative;	
	/*border: solid 1px;*/
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 40px;
}

#footer {	
	z-index:100;
	position:absolute;
	left:15px;
	
	bottom:0px;	
	width: 95%;
	
	border-top: solid 1px #CBD9E6;
	margin-left:10px;
	margin-bottom:15px;
	margin-top:40px;
}

.footerText {
	margin:0;
	background: #CBD9E6;
	font-size:10px;
	width:50%;
}


#footerNav {
	z-index:200;
	position: absolute;
	background: transparent;
	text-align: right;
	
	margin-bottom: 15px;
	margin-right:45px;
	right:0;
	bottom:0;
	width: 100px;
	font-size:10px;
}


#footerNav a:hover {
	color: #4873A8;
	font-weight: bolder;
}

#rightSideContent {
	position:absolute;
	height:100%;
	top:0;
	right:0;
}

#leftSideContent {
	position:relative;;
}

tbody a:hover{
	text-decoration:none;
}

#benefits td {
	vertical-align:text-top;
	padding-left:25px;
	padding-right:25px;

}

ul li {
	font-size:16pt;
	margin-bottom: 15px;
}

.bannerNote {
	text-align:center;
	background:#BED2E6;
	font-size:18pt;
	padding:10px;
	margin:30px;
}