body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #181F7A;
	color: #000000;
	margin-top: 0em;
	margin-right: 0 em;
	margin-bottom: 0 em;
	margin-left: 0 em
}

h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #173363;
}

h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #1C4A9F;
}

h4 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #205FD4;
}

h5 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #063A98;
}


h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #173363;
}

.page {
	border: 1px solid #75A5ED;
}

.row2 {
	background: #75A5ED;
	height: 8px;
	font-size: 8px;
}

.leftside {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #202670;
	background: #75A5ED;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
}

.leftside a:link, .leftside a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #202670;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
}

.leftside a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #D8CF3C;
	text-decoration: underline;
}

.main {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	padding: 20px;
	line-height: 18px;
}

.main a:link, .main a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #181F7A;
	text-decoration: underline;
}

.dots {
              border-left: 2px dotted #cc0000; 
              border-right: 2px dotted #cc0000; 
              border-top: 2px dotted #cc0000; 
              border-bottom: 2px dotted #cc0000;
 }
 
.xbig {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
	text-decoration: underline;
}

.expanded {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Verdana", Times, serif;
	font-size: 10px;
	color: #ffffff;
	background: #181F7A;
	height: 14px;
	text-align: center;
}

.spaced {
	line-height: 25px;
}

.footer A:link {
color: #ffffff;
font-size: 10px;
text-decoration: none;
}
.footer A:visited {
color: #ffffff;
font-size: 10px;
text-decoration: none;
}

#imageContainer {
	position:relative;
	margin:auto;
	width: 400px;
	height:250px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}