 /* IE6 Scrollbars bug */
html { 
	overflow-x: auto;
	}
/* Body entry. Change page background color, default font, font size, etc. Leave text-align:center to center content
	#maincontent will set text-align back to left for the content. Any other tables / divs you use must use text-align:left to re-align
	the content properly. This is a work around to a known Internet Explorer bug. */
body{
	background : /*#001F56*/ /*#000066*/ #000000;
	font-family : Arial;
	font-size : 16px;
	color : #ffffff;	
	margin : 0px;
	padding : 0px;
}

/* anchors/links */
a:active {	text-decoration : underline; color : white; }
a:link {	text-decoration : underline; color : white; }
a:visited {	text-decoration : underline; color : white; }
a:hover {	text-decoration : underline; color : white; }

/*images*/
img{border : 0;}

/*tables*/
table{border : 0;}
table a{text-decoration : none;}


form {
	margin : 0;
	}

form p {
	margin : 0;
	}

blockquote p {
	margin : 0;
	}

/* Main Wrapper. Adjust document width here. Leave margins alone to auto-center content */
#wrapper{
	height : 95%;
	width : 95%;
	margin-right : auto;
	margin-left : auto;
	/*border : solid 1px white;*/
	}

/*header*/
#header{
	float : center;
	height : 175px;
	/*width : 789px;*/
	/*border : dashed 1px;*/
	}
#header img{
	float : left;
	}
#header p{
	float : center;
	font-weight : bold;
	/*text-align : center;*/
	}
#header form{
	padding : 0;
	margin : 0;
	}

/*main and menu wrapper*/
#content{
	height : 100%;
	width : 100%;
	/*border : dotted 1px;*/
	}

/*content*/
#main{
	float : center;
	text-align : center;
	/*height : 390px;
	width : 635px;
	background : url(./mn75q.jpg) no-repeat;*/
	/*border : dashed 1px;*/
	}
#maincontent{
	height : 346px;
	width : 616px;
	margin-top : 22px;
	margin-bottom : 22px;
	margin-left : 2px;
	margin-right : 15px;
	overflow : auto;
	/*text-align : center;
	/*border : solid 1px white;*/
	}

/*menu*/
#menu{
	float : left;
	height : 390px;
	width : 139px;
	overflow : auto;
	/*border : solid 5px;
	border-color : #ffffff;*/
	}
#menu a{
	font-weight : bold;
	/*font-size : 20px;*/
	}

/*footer*/
#footer{
	text-align : center;
	/*height : 44px;
	width : 789px;
	background : url(./ft75q.jpg) no-repeat;
	/*border : dotted 1px;*/
	padding : 0px;
	margin : 0px;
	}
#footer blockquote{
	margin-top : 0px;
	padding : 0px;
	font-size : 10px;
	}