body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color:#000000;
	background-color: #333333; 
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: sans-serif;
	font-size: 100.01%;
	/*background-image: url(images/blue_grad.png);*/
	/*background-repeat: repeat-y;*/
        /*background-position: 50% 0px;*/
}
#box {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 1px;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
}
a:link, a:visited {
	color:#FFFFFF;
}
a:hover{
	color:#FF0000;
	text-decoration:none;
	border-bottom: 1px dashed #FF0000;
}
#header {
	background-image: url(images/title_bar_new.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	margin: 10px 0px 0px 0px;
	padding: 1px 1px 1px 0px;
}
#top-nav{
	width: 100%;
	background-color : #49405D;
	/*background-color : #02486C;*/
	height : 30px;
	font-size: 80%;
	/*border-top : 2px solid #FFFFFF;*/
	padding: 0px;
	margin: 4px 0px 0px 0px;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;*/
}
#top-nav ul {
	list-style-type: none;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#top-nav ul li {
	display: inline;
	margin-right: 40px;
	margin-left: 40px;
}
#top-nav li a{
	color : #FFFFFF;
}
#top-nav li a:hover{
	color: #FF0000;
	text-decoration: none;
}
#main {
	/*background-color: #330033; */
	background-color: #49405D;
	font-size: .75em;
	line-height: 1.7em;
	padding: 1px 10px 2000px 0px;
	margin: 5px 0px -2000px 0px;
	border: thin none #FF0000;
	float: left;
	/*width: 782;*/
	width: 100%;
	overflow: hidden;
}

#main div {
	padding: 1px 10px 2000px 1px;
	margin: 2px 10px -2000px 0px;
	float: left;
	/*width: 200px;*/
	width: 60%;
	overflow: hidden;
	border-right: 1px solid #CCFF66; 
}

#main .smallcol {
	width: 36%;
	padding: 1px 1px 2000px 1px;
	margin: 2px 1px -2000px 1px;
	border: none;
}

#main p {
	padding-left: 20px;
	padding-right: 15px;
	color:#CCCCCC;
}
#main h1 {
	text-transform:uppercase;
	margin:10px 20px 0px 20px;
	color:#CCFF66;
	text-align:left;
	font-size: 120%;
	border-bottom: 1px solid #D0EB6A;
}
#main h2 {
	text-transform:uppercase;
	margin:10px 20px 0px 20px;
	color:#02486C;
	text-align:left;
	font-size: 120%;
}

