﻿html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2E2E2E;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
}

#pagefooter {
	padding-top:7px;
}

#pagefooter a:link {
	color: #cccccc;
	text-decoration: none;
}

#pagefooter a:visited {
	color: #cccccc;
	text-decoration: none;
}

#pagefooter a:active {
	color: #cccccc;
	text-decoration: none;
}

#pagefooter a:hover {
	text-decoration: underline; 
	color: #ffffff;
}

#mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.containerclass {
	min-height: 750px;
}

#header {
	width: 920px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 80px;
}

#subheader {
	width: 660px;
	height: 22px;
	line-height: 1.5em;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	padding-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #333333;
}

h3 {
	font-size:12px;
}

h2 {
	font-size:16px;
}

.leftcolumnclass {
	padding-bottom: 20px;
}

#leftcolumnheader {
	background: #32488b;
	font-size: 22px;
	height: 60px;
	line-height: 26px;
	text-align: right;
	padding-right: 12px;
	color: #faffc2;
	border-color: #c3495b;
	border-right-style: solid;
	border-right-width: 1px;
	width: 200px;
	float: left;
}	

#rightcolumnheader {
	float: right;
	font-size: 22px;
	line-height: 26px;
	text-align: left;
	background: #999999;
	color: #ffffff;
	height: 60px;
	width: 700px;
	position: relative;	
}

.rightcolumnclass {
	line-height: 190%;
	padding-bottom: 20px;
}

.rightcolumntext {
	padding-left: 10px;
	height: auto;
	width: inherit;
}

.buttons  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #748fe6;
	color: #ffffff;
	margin-right: 16px;
	margin-top: 4px;
	height: 24px;
	border: 1px solid #dddddd;
}

.sidebarheader {
	margin-top: 15px;
	margin-left: 10px;
	width: 200px;
	height: 24px;	
	background:#4A64BD;
	text-align:center;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	border: 1px solid #5b7cc5;
}

.sidebartext {
	padding-top: 5px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 180px;
	height: auto;
	font-size: 11px;
	background: #d4def5;
	border: 1px solid #5b7cc5;
}

.promomenu {
	width: 180px;
}
.promomenu  ul {
	text-align: left;
	margin-left: 20px;	
}
.promomenu  li {
	list-style-type: disc;
	line-height: 20px;
}
.promomenu  li  a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
}	
.promomenu  li  a:link, .promomenu  li  a:visited {
	display: block;
}
