body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	}	
#MainTable {
	border: 1px;
	border-style: solid;
	border-top-style: none;
	border-color: #000000;
	}
#CompanyName {
	font-family: Tahoma, Verdana, Arial;
	color: #0000ff;
	font-size: 20px;
	padding-top: 50px;
	padding-left: 185px;
	font-weight: bold;
}
#Tagline {
	font-family: Tahoma, Verdana, Arial;
	color: #ff0000;
	font-size: 12px;
	padding-top: -5px;
	padding-left: 175px;
	font-weight: normal;
}
#MainBody {
	background-color: #FFFFFF;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
	
	}
#MainContent {
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	color: #336699;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 15px;
	line-height:16pt;
	}
#MainContent h1{
	font-size: 18px;
	color: #336699;
	border-bottom: 1px dashed #CCC;
	font-weight: normal;
	}
#MainContent h2{
	font-size: 14px;
	color: #336699;
	font-weight: normal;
	}		
#MainContent a:link, #MainContent a:visited {
	color: #007CDE;
	text-decoration: none;
	font-weight: bold;
	}
#MainContent a:hover {
	color: #007CDE;
	text-decoration: underline;
	font-weight: bold;
	}	
#LeftSideBar p {
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	color: #F5F5F5;
	font-size: 12px;
	padding: 6px;
	}
#LeftSideBar a:link, #LeftSideBar a:visited {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
	}
#LeftSideBar a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
	}				
.box {
	margin: 8px 5px 0 7px;
	padding: 5px;
	float:left;
	border: 1px solid #cccccc;
	overflow:auto;
	line-height: 10pt;
	text-align:left;
	width: 150px;
	font-family: Tahoma;
	font-size: 11px;


}
	
#Footer {
	background-color: #336699;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	font-size: 11.8px;
	color: #336699;
	padding-top:4px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	}
#Footer a:link, #Footer a:visited {
	text-decoration: none;
	color:#336699
	}
#Footer a:hover {		
	text-decoration: underline;
	}	

.inputbox {  font-family: Verdana, Arial, sans-serif; font-size: 10px; clip:   rect(   ); width: 100px}
#NormalList {
	list-style-position: outside;
	list-style-type: square;
	position: relative;
	height: auto;
	width: auto;
	left: 10;
	overflow: auto;
	visibility: visible;



}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 195px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	font: bold 11px verdana;
	}

ul li {
	position: relative;
	visibility: visible;

	}
	
li ul {
	position: absolute;
	left: 194px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #007CDE; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #E5E5E5;
	border-left: 0;
	border-right: 0;	
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #FFF; background: #336699; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
.boxCopy {
	padding: 5px;
	float:left;
	border: 1px solid #cccccc;
	overflow:auto;
	line-height: 10pt;
	text-align:justify;
	width: 240px;
	font-family: Tahoma;
	font-size: 11px;
	margin-top: 8px;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 7px;
}
