
body {
 background-color:   #000000;
 color:              #D2D5FF;
 font-family:  "Microsoft Sans Serif", sans-serif;
 font-size: 9px;
 margin:             0px;
}

P {
	font-size : 13px;
	font-family : "Microsoft Sans Serif";
}

TD {
	font-size : 13px;
	font-family : "Microsoft Sans Serif";
}

h5{
	color : #006699;
}

/* main content areas */
.header, .sidebar {
 background-color:   #1A93BF;
 color:              #fff;
 font-family:        Verdana, Arial, sans-serif;
 margin-left : 0px;
}

/* main content */
.content { 
background-color: #fff;
padding: 20px 70px 30px 70px;  
text-align: left; 
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 13px;
  font-weight : 500;
  }
  
.choicesbox {
	background-color : Navy;
	border : 1px solid Yellow;
	color : #FFFFFF;
	margin : 5% 10%;
	padding : 10px 20px 10px 20px;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	azimuth : center-left;
}

.choicesbox2 a:link {
	color : #000000;
}

.choicesbox2 a:visited {
	color : #333333;
}

.choicesbox2 a:active, .choicesbox a:hover {
	color : #CC0033;
}
/* sidebar buttons */
.button {
float: right;
clear: right;
 background-color:   #1a83bb;
 border:             1px solid #66CC99;
 color: #66CC99;
 margin-bottom:      0px;
 margin-top:         5px;
 margin-left:			15px;
 padding:            5px;
 width:              150px;
 font-family : Tahoma, Verdana, Helvetica, sans-serif;
 font-size : 13px;
 font-weight : bolder;
 text-align : center;
}

/* sidebar button links */
.button a { 
color: #fff;
 font-family : Tahoma, Verdana, Helvetica, sans-serif;
 font-size : 13px;
 font-weight : bold;
 text-align : center;
 }
.button a:hover { color: #BFE288; }



/* copyright stuff */
.footer {
 background-color:   #1A93BF;
 color:              #fff;
 font-family:        Verdana, Arial, sans-serif;
 font-size:          smaller;
 padding:            5px;
 text-align:         center;
}




#navcontainer
{
background: #006699;
border-top: 2px solid #D2D5FF;
font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist
{
list-style: none outside none;
margin: 0;
padding: 0;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li
{
bottom: 11px;
display: inline;
line-height: 1.2em;
margin: 0;
padding: 0;
position: relative;
}

html>body #navlist li
{
background: #000;
margin: 0 3px 0 0;
padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #000000;
border: 1px solid #D2D5FF;
bottom: 2px;
color: #FFF;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
background: #C00;
bottom: 1px;
color: #FFF;
position: relative;
right: 1px;
}

#navlist a:active
{
background: #999;
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #66CC99;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
bottom: 0;
color: #FFF;
cursor: text;
margin: 0;
padding: 2px 5px 0px 5px;
position: relative;
right: 0;
}

/* footer links need to be white, not blue */
.footer a { background-color: transparent; color: #fff; }

