body {
	background-image: url(images/home_bg.jpg);
}
#Top {
	position:absolute;
	left:125px;
	top:124px;
	width:600px;
	height:28px;
	z-index:1;
}
#Side {
	position:absolute;
	left:25px;
	top:148px;
	width:125px;
	height:478px;
	z-index:2;
	background-color: #0D1BFF;
	padding-left: 10px;
}
#Main {
	position:absolute;
	left:162px;
	top:148px;
	width:547px;
	height:478px;
	z-index:1;
	background-color: #CCCCCC;
	right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: scroll;
}
#OtherNews {
	position:absolute;
	left:731px;
	top:125px;
	width:173px;
	height:493px;
	z-index:4;
	background-color: #00FFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: auto;
}


#dropmenudiv{
	position:absolute;
	background-color: #0D1BFF;
	border:0px solid black;
	border-bottom-width: 0;
	color: #FFFFFF;
	z-index:100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}


#dropmenudiv a:hover{ /*hover background color*/
background-color: #0D1BFF;
}



/*** Nav bar styles ***/

/* Sample CSS definition for the example list. Remove if desired */
/*.navlist li { */
/*	list-style-type: square; */
/*	width: 135px; */
/*	background-color: #0D1BFF; */
/*	color: #CCCCCC;	*/
/* } */




#AdvtTop {
	position:absolute;
	left:651px;
	top:9px;
	width:250px;
	height:100px;
	z-index:5;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}
.style3 {font-size: 16px}

.style4 {font-size: 8px}

.style5 {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: inherit;
}

.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.style8 {
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

P { font-size: 8pt }
P {
	line-height: normal;
	font-style: normal;
}  /* relative to 'font-size', i.e. 12pt */

