

html, body {
	margin:0;
	padding:0;
	height:100%;
	background: #000000;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	}

td { margin:0; padding:0; vertical-align:top; border:none; }
img  { border:0px; margin:0px; padding:0px;}



/* Style for Page Sections - Header Footer etc
========================================== */
#container {
	min-height:100%;
	position:relative;
	margin:0px; 
	padding:0px;
	text-align:left;	
	}
	/* IE 6 and lower hack */
	* html #container{height:100%;}

/* Header DIV tag */
#header 					{ width:100%; background:#242424; }

#header_content 			{ width:900px; height:20px; text-align:left; line-height:18px; font-size:10px; color:#738CB4; margin-left:auto; margin-right:auto;}
#header_content a 			{ color:#738CB4; text-decoration:none; }					  
#header_content a:visited 	{ color:#738CB4; }						
#header_content a:active 	{ color:#738CB4; }					
#header_content a:link 		{ color:#738CB4; }						
#header_content a:hover 	{ color:#FFFFFF; }
#header_content small		{ color:#666666; font-size:10px; }


#footer 					{ width:100%; height:20px; position:absolute; bottom:0; background: #242424; }

#footer_content 			{ width:900px; height:20px; line-height:18px; font-size:10px; color:#666666; margin-left:auto; margin-right:auto;}
#footer_content a 			{ color:#666666; text-decoration:none; }					  
#footer_content a:visited 	{ color:#666666; }						
#footer_content a:active 	{ color:#666666; }					
#footer_content a:link 		{ color:#666666; }						
#footer_content a:hover 	{ color:#FFFFFF; }
#footer_content small		{ color:#666666; font-size:9px; }
 
/* BODY (Mid-Section */ 
#body 						{ width:100%; position:relative; text-align:center;  }
#body_content 				{ width:900px; min-height:550px; font-size:11px; color:#738CB4;  margin-left:auto; margin-right:auto;
						  background-image: url("/_images/mouse.jpg"); background-repeat:no-repeat; background-position:center; }
/* IE 6 and lower hack */
* html #body_content{height:550px;}


/* Misc Styles
========================================== */
img.floatLeft 		{ float:left; margin: 5px 5px 5px 0px; padding: 0px 0px 0px 0px; border:0;}
img.floatLeftTop 	{ float:left; margin: 0px 5px 5px 0px; padding: 0px 5px 0px 0px; border:0; }

img.floatRight 		{ float:right; margin: 0px 0px 0px 5px; padding: 0px 0px 0px 5px; border:0;}
img.floatRightTop 	{ float:right; margin: 0px 0px 0px 5px; padding: 0px 0px 0px 5px; border:0;}

.linebreak 			{ background:#738CB4; clear:both;  margin: 5px 0px 5px 0px; line-height:1px; border-bottom:solid #738CB4 1px;}







