/* General Page Properties*/

body { 

	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}

h1 { font-size: 18px; width: 100%; border-bottom: 1px solid #000000; text-align: left; }

h2 { font-size: 16px; width: 100%; text-align: left; padding: 0; margin: 0; }



/* layout table */
#layout { width: 900px; background-color: #ffffff; }
/* end layout table */


/* top include */
#top { width: 900px; height: 100px; background-color: #6666ff; text-align: center; border-bottom: 1px solid #666666; }

a.imglink:hover { background: none; text-decoration: none; }

/* end top include */


/* left include CSS */

#left 
{ 
	width: 300px;
	background-color: #CCCCFF;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}


#left p { padding-left: 10px; }

div.menulink
{

	width: 270px;
	margin-left: 10px;
	padding-left: 0;
	padding-top: 20px;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	line-height: 25px;
	

}



a.menulink1:link { color: #000000; font-weight: bold; line-height: 20px; text-decoration: none; line-height: 25px;  }
a.menulink1:visited { color: #666666; font-weight: bold; line-height: 20px; text-decoration: none; line-height: 25px;  }

a.menulink1:hover { background: #6666FF; color: #ffffff; font-weight: bold; line-height: 20px; line-height: 25px; }




div.logo { padding-top: 30px; padding-bottom: 10px; }

/* end left include CSS */


/* main content include */

#right { width: 600px; padding: 10px; vertical-align: top; text-align: left; background-color: #f9f5e1; border-left: 3px solid #666666; }


/* end main content include */

/* bottom include */

#bottom
{

	background-color: #CCFFCC;
	font-size: 10px;
	
}

