/* CSS Document */
body
	{ 
		background-color:#CCCCFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
a
	{
		color:#000033;
		text-decoration:none;
		font-weight:bold;
	}
a:hover
	{
		color:#0033CC;
		text-decoration:underline;
	}
#mainTable
	{ 
		background-color:#3366CC;
	  	width:750px; 
	}
#logo
	{ 
		border-bottom:2px solid #003366;
	  	width:80%;
	}
#titleImage
	{
		text-align:right;
		vertical-align:bottom;
	}
#menuBar
	{
		 background:url(../images/bar.jpg) repeat-x;
		 font-family:Arial, Helvetica, sans-serif; 
		 padding-left:15px; 
		 padding-top:5px; 
		 padding-bottom:5px; 
		 border-left:1px solid #003366; 
		 border-right:1px solid #003366;
		 background-color:#FFFFFF;
	}
#bodyText
	{
		 border-left:1px solid #003366;
		 border-right:1px solid #003366;
		 background-color:#FFFFFF;
		 width:750px;
	}
#bodyText td
	{
		 padding:15px;
	}
#footer
	{	
		 border-bottom:1px solid #003366;
		 width:722px;
		 background-color:#FFFFFF;
	}
