:root
	{
	overflow-y: scroll;
	}

body
	{
	background: #f2f1e7;
	font-family: arial;
	font-size: 12px;
	width: 100%;
	margin: 0;
	text-align: center;
	width: 100%;
	}
	
td
	{
	background: #eae9da;
	font-family: arial;
	font-size: 10px;
	}

.total
	{
	width: 911px;
	margin:0 auto;
	}

.menuContainer
	{
	text-align: left;
	height: 154px;
	}
	
.contentContainer
	{
	float: right;
	text-align: left;
	width: 800px;
	}

a.menuActive
	{
	font-size: 14px;
	color: #d15400;
	text-decoration: none;
	margin: 15px;
	}

a:hover.menuActive
	{
	text-decoration: none;
	margin: 15px;
	}

a
	{
	color: #3366ff;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}
	
a.menu
	{
	font-size: 14px;
	margin: 15px;
	color: #0d2d83;
	text-decoration: none;
	}
	
a:hover.menu
	{
	text-decoration: none;
	}

a.anchor
	{
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
	}
	
a:hover.achor
	{
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
	}
	
h1
	{
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	margin-bottom: 5px;
	}

li
	{
	list-style-image: url(../images/pic_listitem.gif);
	}

.sub
	{
	margin-top: 20px;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
	}
	
.content
	{
	width: 500px;
	padding: 15px;
	line-height: 18px;
	text-align: left;
	}

.contentAll
	{
	width: 750px;
	padding: 15px;
	line-height: 18px;
	text-align: left;
	}

.footer
	{
	background: #efe1cf;
	width: 790px;
	height: 15px;
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	color: #999999;
	clear: both;
	}
	
.redTeaser
	{
	background: #efe1cf;
	width: 220px;
	padding: 15px;
	text-align: left;
	font-size: 10px;
	line-height: 14px;
	color: #cc6600;
	}
	
.blueTeaser
	{
	background: #dde1e1;
	width: 220px;
	padding: 15px;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	color: #cc6600;
	}
	
.imageLeft
	{
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: solid 5px #efe1cf;
	}

.imageRight
	{
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 5px #efe1cf;
	}

#dropmenudiv
	{
	border-top: solid 3px #d15400;
	position:absolute;
	background: #FFFFF;
	text-align: left;
	font-size: 11px;
	color: #0d2d83;
	line-height:18px;
	z-index:100;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	-moz-opacity: 0.95;
	}

#dropmenudiv a
	{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: solid 1px #f8e6d9;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #0d2d83;
	}

#dropmenudiv a:hover
	{ 
	/*hover background color*/
	background-color: #efe1cf;
	}