body {
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

body, td, th {
	color: black;
}


h1, h2, h3, h4, h5, h6 {
	color: #E00024;
}

h1, h2, h3 {
	text-align:center;
}

a:link { color : navy; font-weight : bold; text-decoration : none; }
a:visited { color : #4682B4; font-weight : bold; text-decoration : none; }
a:hover { color: red; }

#quotebox
{
	width: 70%;
	background-color:#000066;
	color: white;
	padding: 0 8px;
	font-size: 90%;
	font-weight: normal;
	text-align:center;
	margin-left: auto ;
  	margin-right: auto ;

}
#quotebox p
{
	padding: 10px 6px 6px 6px;
	margin: 5px;
}

img
{
	border:1px;
}

img a 
{
  color:none;
	text-decoration:none;
	border:1px;
}

p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.captionleft, .captionright, .captioncentre{
	font-size: 10px;
	font-style: italic;
	text-align:left;
}

.captionright {
	text-align:right;
}

.captioncentre {
	text-align:center;
}

.small
{
	font-size: x-small;
}

#quotebox p.small
{
	padding-top: 0;
	padding-bottom: 15px;
}

#cvs, #cvs p
{
	background-color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
/* CONTAINER TABLE AND LEFT AND RIGHT COLS */
table#container
{
	align:center;
	border-left: 2px solid #4A3144;
	border-right: 2px solid #4A3144;
	border-bottom: 2px solid #4A3144;
	margin-top:5px;
}

#leftcol
{
	/* background-color: #996600;*/
	background-color: #E00024;
	width: 175px;
}

#maincol
{
	/*border-left: 2px solid black;
	 background-color: #CCCCCC; */
	background-color: #F4F0F1;
	padding: 20px 20px;
}

#maincoltext
{
	width: 585px;
	border-left: 2px solid black;
	/* background-color: #CCCCCC; */
	background-color: #F4F0F1;
	padding: 50px 20px;
}

/* MENU */


#hnavlist
{
margin: 0;
padding: 2px 0 7px 0;
white-space: nowrap;
background-color:  #E00024;
text-align:center;
}

#hnavlist ul, #hnavlist li
{
margin: 0;
padding: 0px;
display: inline;
list-style-type: none;
}

#hnavlist a:link, #hnavlist a:visited
{
font-weight: bold;
margin: 0 10px 4px 0;
text-decoration: none;
color: white;
font-size: .8em;
}

#hnavlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
/* color: #90052B; */
}

#hnavlist a.highlighted {
	color: black;
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
}

li { padding-bottom: 10px; }