body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	background-color: #232F43;
	background-image: url(../images/bgstripe.gif);
	background-repeat: repeat;
}
div.big_container {
	display: table;
	width: 100%;
}
div.super_main {
	display: table;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 20px;
	border-right-width: 0px;
	border-bottom-width: 20px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div.top_area {
	background-color: #333333;
	padding: 5px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
	display: table;
}
div.logo_area {
	background-color: #666666;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	color: #FFFFFF;
	display: table;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div.header_area {
	background-color: #719DDC;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 270px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.sub_area {
	background-color: #808900;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	color: #FFFFFF;
	display: table;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div.content_area {
	background-color: #FCFFD7;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px
	color: #FFFFFF;
	display: table;
}
div.footer_sub_area {
	background-color: #CCCCCC;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	color: #333333;
	display: table;
}
div.footer_area {
	background-color: #666666;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	color: #FFFFFF;
	display: table;
	background-image: url(../images/bottomfooterbg.gif);
	background-repeat: repeat;
}
div.footer_area a:link, div.footer_area a:active, div.footer_area a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
div.footer_area a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div.link_transparency {
	display: table;
	float: right;
	height: 270px;
	width: 235px;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
	background-color: #000000;
}
div.link_container {
	display: table;
	float: right;
	height: 270px;
	width: 235px;
	position: relative;
	right: -235px;
	color: #FFFFFF;
}
div.left_content {
	display: table;
	padding: 5px;
	float: left;
	width: 65%;
}
div.right_content {
	display: table;
	padding: 5px;
	float: left;
	width: 30%;
}
div.leftlogo_content {
	display: table;
	padding: 5px;
	float: left;
	width: 67%;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

div.rightlogo_content {
	display: table;
	padding: 5px;
	float: right;
	width: 30%;
	background-color: #CCCCCC;
	color: #333333;
	font-weight: bold;
}
div.right_content_container{
	display: table;
	padding: 5px;
	width: 100%;
	border: 1px dashed #808900;
	background-color: #F8FF9B;
}
form.nomargin {
	margin: 0px;
	padding: 0px;
}
input.searchfield {
	border: 1px solid #666666;
	background-color: #FFFFCC;
}
input.searchbutton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #21498D;
	border: 1px solid #21498D;
}
ul.mainlink {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
ul.mainlink li {
}
ul.mainlink li a:link ,ul.mainlink li a:visited , ul.mainlink li a:active {
	color: #FFFFFF;
	display: block;
	height: 40px;
	width: 100%;
	text-decoration: none;
	line-height: 40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-weight: bold;
	font-size: 14px;
}
ul.mainlink li a:hover{
	color: #FFFFFF;
	background-color: #333333;
}
