* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url(assets/bg.gif);
}
#wrapper { 
 margin: 0 auto;
 width: 902px;
 float: center;
 background: #ffffff;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 border: 1px solid #ccc;
 height: 110px;
 margin: 5px 0px 0px 0px;
 background: url(assets/header2.png);
}
#navigation {
 float: left;
 width: 750px;
 height: 25px;
 color: #333;
 border-bottom: 6px solid #b4034b;
 border-top: 1px solid #ffffff;
 margin: 0px 0px 0px 0px;
 background: url(assets/navbar.png);
 padding-left: 150px;
}
#flash {
 float: left;
 width: 900px;
 height: 200px;
 color: #333;
 background: #cccccc;
}
#leftcolumn { 
 background: #E9ECF1;
 margin: 0px 0px 0px 0px;
 height: 350px;
 width: 180px;
 float: left;
 display: inline;
 padding: 10px;
}
#leftcontent { 
 background: #E9ECF1;
 margin: 0px 0px 0px 0px;
 height: 350px;
 width: 180px;
 float: left;
}
#rightcolumn { 
 float: right;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 width: 660px;
 display: inline;
 padding: 10px;
}
#footer { 
 width: 890px;
 height: 35px;
 clear: both;
 border: 1px solid #ccc;
 background: #cccccc;
 margin: 0px 0px 10px 0px;
 padding: 5px;
}
ul {
	margin-left: 0;
	padding-top: 10;
	padding-left: 20px;
}

-->dropdown menu
#cssdropdown, #cssdropdown ul {
padding: 0;
margin-left: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border-left: 1px solid #ffffff;
background: url(assets/nav_bg.jpg);
line-height: 25px;
margin-left: 5px;
width: 130px;
color: #365365;
list-style: none;
}

.mainitems a{
margin-left: 6px;
margin-right: 0px;
text-decoration: none;
color: #ffffff;
}
.subuls{
display: none;
width: 200px;
left: 0;
background-color: #6495C0;
border: 1px solid #266890;
}

.subuls li{
width: 200px;
line-height: 25px;
background-color: #365365;
border-bottom: 1px solid #ffffff;
}

.subuls li a{
text-decoration: underline;
}

#cssdropdown li>ul { 
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { 
display: block;
}

-->footer menu section
#footermenu, #footermenu ul {
padding: 0;
margin-left: 0;
list-style: none;
}

#footermenu li {
float: right;
position: relative;
}

.footeritems{
border-left: 1px solid #2F4959;
background: #cccccc;
line-height: 10px;
margin-left: 10px;
color: #cccccc;
}

.footeritems a{
margin-left: 1px;
margin-right: 8px;
text-decoration: none;
color: #2F4959;
}

-->text
.h1 {
	color: #2F4959;
	font-weight: bold;
	margin-left: 10px;
	font-size:14px;
}
.footerlinks {
	color: #2F4959;
	margin-left: 10px;
	font-size:11px;
}
.header {
	color: #001773;
	margin-left: 10px;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style1 {
	color: #2F4959;
	font-weight: bold;
	font-size: 15px;
}

-->rounded corner
.adwrap object {
	width:600px;
	height:60px;
}
.teaser {
	width:600px;
	padding:0 0 14px 0;
	margin:10px auto;
	background:url("assets/tsr.gif") bottom left no-repeat;
}
.teaser h3 {
	margin:0;
	padding:7px 10px 3px 10px;
	background:url("assets/tsr.gif") top left no-repeat;
	font-size: 17px;
	color: #003366;
}
.teaser p, .teaser a.more {
	margin: 0;
	padding: 0 10px 3px;
	border: 1px solid #d8d8d8;
	border-width: 0 1px;
	background: #fff;
}
.teaser a.more {
	display: block;
	text-align: right;
	background: url("assets/tsr.gif") 410px 50% no-repeat;
	padding: 0 24px 0 0;
	text-decoration: none;
	color: #44a;
}
.teaser a.more:hover {
	text-decoration: underline;
}