body {
	font-family:Verdana;
	font-size:x-small;
	color:#003565;
	margin:0px;
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
	background-color:#FFFFFF;
	cursor: default;
	width:100%;
}

/* Layout styles */
#container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-right:1px solid #003565;
}

.menu_row {
	width:20%;
	vertical-align:top;
	text-align:center;
}

.content_row {
	width:80%;
}
/* Header styles */
#header {
	font-size:large;
	vertical-align:middle;
	font-weight: bold;
	width:100%;
}

.header {
	color:#003565;
	width:100%;	
    font-size: 10pt;
	font-family:Verdana;
}

}

#subheader {
	font-family:Verdana;
	font-size:xx-small;
	color:#4575A5;
	letter-spacing: 0.5px;
	padding-bottom:5px;
}

/* Navigation styles */
#navigation {
	width:100%;
	font-family:Verdana;
	text-align:right;
	font-size:xx-small;
	border-top:1px solid #003565;
	border-left:1px solid #003565;
}

#navigation td {
	background-color:#B9CEE5;
}

/* Content styles */
#content {
	border-top:1px solid #003565;
	border-left:1px solid #003565;
	text-align:justify;
	vertical-align:top;
	width:100%;
}

#content p {
	padding-left:17.5px;
	margin-top:7.5px;
	margin-bottom:7.5px;
}

#content a {
	color:#4575A5;
}

#content a:hover {
	color:#003565;
	text-decoration:underline;	
}

.content_div {
	width:auto;
	height:100%;
	overflow:auto;
	padding-right:7.5px;
	padding-left:7.5px;
  font-family: verdana;
  font-size: 7.5pt;
  font-weight: normal;
  color: #003565;
  background-color: #FFFFFF
}

/* Other styles */

h2 {
	color:#003565;
	font-size:10pt;
	margin:0px;
	margin-top:7.5px;
	border-bottom:1px solid #000000;
}

.spacer {
	width:100%;
	height:auto;
}

.nav_table {
	width:90%;
	margin-top:7.5px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #003565;
	text-align:left;
  font-family: verdana;
  font-size: 7.5pt;
  font-weight: normal;
  color: #003565;
  background-color: #FFFFFF
}

.nav_header {
	font-family:Verdana;
	font-weight:bold;
	border-bottom:1px solid #003565;
	background-color:#B9CEE5;
	color:#003565
}

.nav_header2 {
	font-family:Verdana;
	font-weight:bold;
	border-bottom:1px solid #003565;
    border-top:1px solid #003565;
	background-color:#B9CEE5;
	color:#003565
}

.nav_table a {
	font-weight:normal;
}

.rant {
	color:#4575A5;
}

.copyright {
	font-size:xx-small;
	color:#003565;
	text-align:right;
	padding-right:7.5px;
}

.charlie {
	color:#4575A5;
	font-weight:bold;
}

.nav {
  font-family: verdana;
  font-size: 7.5pt;
  font-weight: normal;
  color: #003565;
  background-color: #FFFFFF
}

a {	text-decoration: none}
a:link { background-color: transparent}
a:visited { background-color: transparent}
a:hover,
a.linkon:link,
a.linkon:visited { text-decoration:underline; background-color: transparent}
