html, body { height: 100%; }
body {
	margin: 0px; padding: 0px; 
	/*background-color: rgb(23,42,139);*/
	background-color: rgb(15,30,122);
	background-image: url(../images/site_background.png);
	background-repeat: repeat-x;
	
}
body, p, ol, ul, td {
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	font-size:   11px;
	line-height: 18px;
	color: rgb(255,255,255); /* font color */
}
img {
	border: 0px;
}
table td { vertical-align: top; }
p { 
	margin-left: 10px;
	margin-right: 10px;
}


h1 {
  clear: both;
  font-family: arial, helvetica, tahoma, verdana, sans-serif;
  border-bottom: 1px solid #000;
  padding-left: 25px;
  padding-bottom: 5px;
  color: rgb(255,187,2);
  font-size: 20px;
}

h2 {
  clear: both;
  font-family: arial, helvetica, tahoma, verdana, sans-serif;
  padding: 0 0 8px 0;
  margin: 0;
  font-size: 18px;
}

h3 {
  clear: both;
  font-family: arial, helvetica, tahoma, verdana, sans-serif;
  padding: 0 0 8px 0;
  margin: 0;
  font-size: 16px;
}

div.mainBox { width:805px;  margin-left: auto; margin-right: auto; border: 0px; }

#menuItem {
	float: left;
}

div.mainBoxTopBG {
	width:805px; 
	height:27px; 
}

#content {
	background: url(../images/content_bg.png) top right repeat-y;
	min-height: 200px;
}
div.mainBoxContentArt { /* this contains the weird logo looking thing on the left (04_01_art.png) */
	float: left;
}
div.whiteSideBar { /* calling this 3 times in the html... */
	float: left;
	width: 3px;
	height: 100%;
	background: rgb(255,255,255);
	background: url(../images/bg_white.jpg);
}
div.sideMenu {
	float: left;
	width: 134px;
	background-color: rgb(138,177,231);
	background-image: url(../images/side_menu_bg.png);
	background-repeat: no-repeat;
	padding-top: 126px;
	min-height: 220px;
}
div.sideMenu a {
	padding-left: 18px;
}
div.sideMenu a:hover {
	padding-left: 18px;
	background-image: url(../images/side_menu_rollover_thing.png);
	background-repeat: no-repeat;
}


div.mainBoxContentRight {
	width:610px; 
	padding: 0px; 
	float: left; 
	background-color: rgb(0,0,0);
	color: rgb(255,255,255); /* font color */

}
div.mainBoxContentRight a,a:hover,a:visited,a:active { 
	color: rgb(255,255,255); 
	text-decoration: underline;
	font-family: arial, helvetica, tahoma, verdana, sans-serif; 
	font-size: 11px; 
	border: 1px black;
}
div.mainBoxContentRight p 
{
	margin: 15px;
}


div.mainBoxFooter {
	width:753; 
	height: 61px;
	margin-left: 52px;
	padding-top: 3px;
	padding-left: 5px;
	clear: left;
	text-align: center;
	background-image: url(../images/05_footer_bg.png); 
	background-repeat: no-repeat;
	background-position: top left;
}

a,a:hover,a:visited,a:active {
	color: rgb(255,255,255);
	font-size: 13px;
	font-weight: bold;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	text-decoration: none;
}
.pass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0011DD;
	background-color: #000000;
	border-color: #0000CC;
	border-width: thin;
	margin: 3px;
}
.user {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0011DD;
	background-color: #000000;
	border-color: #0011DD;
	border-width: thin;
	margin: 3px;
}
.submit {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 background-color: #333333;
	 color: #ffffff;
	 margin-right: 6px; 
	border-color: #0011DD;
}

