﻿


body {
	background: #000000;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: small; /*	background: #5a5a5a url(logo/bck_body.jpg) 0 0 repeat-x; */;
	color: #333333;
}

#overall {
	border: medium solid #FFFFFF;
	width: 720px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #FF8000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #F9E297; /* change this to change overall
	/*	background-color: #E3FFAA; */;
}

ol {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 120px;
}
ol ol {
	float: left;
	position: absolute;
	top: 0;
	left: 35px;/*increase will push the starting point of drop down column to right*/
	
	display: none;
}
ol li {
	position: relative;
}
li a {
	display: block;
	padding: 5px;
	border: 1px none #FFFFFF;
	background-color: #FEE9C0; /* This will change the color of Menu tab */
	height: 15px;
	width: 100px;/*increase will increase the size of drop down column*/;
	text-decoration: none;
}
li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFCC66;/*change this to have a diffent color of menu box*/;
	color: #FF6600;/*change this to have a diffent color of menu text */;
	text-decoration: none;
}

#menu-strip {
	/*background-color: #CCCC00;  Change this to have a different color of Menu Strip */
}

li.over ol {
	display: block;
}
li:hover ol {
	display: block;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #008000;
	text-decoration: none;
}
a {
	color: #008000;
}

#h3 {
	font-weight: bold;
	font-size: 14px;
}

#logo {
	background-color: #FFFFFF;
}
#main {
	width: 720px;

}
#main-top {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#main-top-inside {
	width: 700px;
	margin: 5px 5px 5px 5px;
	margin-left: auto;
	color: #09325B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#main-left {
	width: 120px;
	margin-left: 5px;
}
#main-center {
	margin: 5px 5px 5px 5px;
	width: 450px;
	background-color: #FFFFFF;/*change this to change the main text body background*/;
	padding-right: 30px;
}
#main-center-inside {
	width: 420px;
	margin: 5px 5px 5px 5px;
	margin-left: auto;
	color: #09325B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}


#main-right {
	width: 70px;
	text-align: center;
}
#footer {
	width: 728px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	background-color: #FFCC66;
	/* background-color: #C6FF4F; old */
	text-decoration: none;
}
