body {
	margin:auto;
	padding:0;
	background-color: #1F2448;
	width: 800px;
}
#wrapper {
	margin-top:35px;
	width:800px;
	background:transparent;
}
#insidewrapper {
	padding:0px;
	margin-top:35px;
	margin-bottom:-5px;
	margin-left:-5px;
	background-image: url(../media/wrapperbkg.jpg);
	width:820px;
}

#header {
	width:800px;
	height:150px;
	background-image:url(../media/header.jpg);
}
#content {
	float:right;
	padding:5px;
	width:550px;
	background:transparent;
	margin-right:8px;
	background-image:url(../media/bkg1.jpg);
	background-repeat:no-repeat;
}
#content p  {
	color: black;
	font-size: 13.5px;
	line-height: 1.5;
}
#content h1 {
	font-family:arial;
	text-decoration:underline;
	color:#1F2448;
	font-size: 25px;
	letter-spacing:5px;
}

#middlecolumn {
	float:left;
	margin:5px;
	padding-left:10px;
	padding-right:10px;
	width:360px;
}
#middlecolumn p  {
	font-size: 13px;
	line-height: 1.5;
}
#middlecolumn h1 {
	color: gray;
	font-size: 25px;
	letter-spacing:3px;
}
#leftcolumn {
	float:left;
	width: 240px;
	background-color:#B7B8DD;
	margin-top:-4px;
	margin-left:8px;
}
#leftcolumn p  {
	font-family:times;
	margin-left:5px;
	padding-left:5px;
	font-size: 12px;
	line-height: 1.5;
}
#leftcolumn h3  {
	
	margin:5px;
	font-size: 13px;
	line-height: 1.5;
}
#rightcolumn p  {
	margin:5px;
	font-size: 13.5px;
	letter-spacing:2px;
	line-height: 1.5;
	border-bottom:solid;
	border-color:#B7B8DD;
	border-bottom-width:thick;
}
#rightcolumn {
	float:right;
	margin-right: 8px;
	width: 150px;
	background:transparent;
}
#footer{
	width:800px;
	background:transparent;
}

a.one:link {
	color: white; 
	text-decoration:none; 
	font-family:arial; 
	padding:25px;
}

a.one:visited {
	color: white;
}

a.one:hover {
	color: black;
}

.tabmeunu{
	padding: 0;
	width: 100%;
	overflow: hidden;
	background: transparent;
}

.tabmenu ul{
	font: bold 11px Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabmenu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}

.tabmenu a{
	float: right;
	color: white;
	background:url(../media/menubgtop.gif) center center repeat-x;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
}

.tabmenu a span{
	float: right;
	display: block;
	background: transparent;
	padding: 7px 9px 3px 6px;
	cursor: pointer;
}

.tabmenu a span{
	float: none;
}


.tabmenu a:hover, .tabmenu li.selected a{
	background-color: #000066;
	color: white;
}

.tabmenu a:hover span{
	background: url(../media/menubg.gif) center center repeat-x;
}


.colordivider{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 5px;
	background: gray; 
	border-top: 1px solid #fff; 
}

.navigation{
	float:left;
	width: 100%;
	font-weight: bold;
}

.navigation:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.navigation ul{
	float:left;
	width: 100%;
	background: url(../media/menubg.gif) center center repeat-x;
	padding: 5px 3px;
	margin: 0;
	text-align: left;
}

.navigation ul li{
	display: inline;
}

.navigation ul li a{
	color: white;
	font:bold 12px arial;
	letter-spacing: 1.5px;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
}

.navigation ul li a:hover, .chromestyle ul li a.selected{ 
	background: url(../media/chromebg-over.gif) center center repeat-x;
}

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ 
	width: 100%;
}

.dropmenudiv a:hover{ 
	background-color: #F0F0F0;
}