* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
body {
	margin: 20px 0 80px 0;
	background: url(../images/topolines.gif) top left #ffc425;
}
h1 {
	text-transform: uppercase;
	color: #98002e;
}
a {
	color: #98002e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.page {
	width: 900px;
	margin: auto;
	background: url(../images/pgtop.jpg) no-repeat top left #ffffff;
}
.bottom {
	padding: 0 3px;
	background: url(../images/pgbot.jpg) no-repeat bottom left;
}
/****** General navigation settings ******/
.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav a {
	text-decoration: none;
}
.hnav a {
	float: left;
}
/***** Top Nav *****/
div.topnav {
	height: 26px;
	margin-bottom: 2px;
	padding-left: 115px;
	background-color: #3f3f3f;
	
}
div.topnav a:hover {
	color: #aaaaaa;
}
ul.topnav {
	height: 14px;
	display: table;
}
ul.topnav li {
	float: left;
/*	display: inline;*/
	position: relative;

	
}
ul.topnav a {
	height: 14px;
	
	 padding: 6px 8px; 
	color: #ffffff;
	background-color: #666666;
	border-right: 1px solid #ffffff;
}
ul.topnav li.first a,
ul.topnav li.login a {
	background-color: transparent;
}
ul.topnav li.first a,
ul.topnav li.last a,
ul.topnav li.login a {
	border-right: none;
}
ul.topnav .first a {
	padding: 6px 8px 6px 0;
}
ul.topnav .login a {
	padding: 6px 0 6px 8px;
}

/*************** Top Nav Submenu ***********/
.subnav {
	visibility: hidden;
	position: absolute;
	top: 26px;
	left: 0;
	background-color: #666666;
}
.topnav li:hover ul,
.topnav a:hover ul {
	visibility: visible;
}
.subnav li {
	float: none!important;
}
.subnav a {
	padding: 6px!important;
	display: inline-block;
	float: none;
	border-right: none!important;
	white-space:nowrap;	
}

/*************** Home Page *****************/
#logo {
	margin: 10px 30px;
}
#headtxt {
	margin: 30px 30px 0 0;
	display: inline;
	float: right;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 11pt;
	font-style: italic;
	color: #98002e;
}
#headimg {
	height: 145px;
	background-color: #b2b2b2;
}
#home #headimg {
	height: 238px;
}
.main {
	width: 100%;
	overflow: auto;
	padding: 10px 0;
	border-top: 5px solid #b2b2b2;
}
#home .main {
	padding: 40px 0;
}
.left, .right {
	float: left;
}
.left {
	width: 220px;
	padding-top: 50px;
	float: left;
	text-align: right;
}
.right {
	width: 570px;
	margin-left: 50px;
	float: left;
}
#home .left {
	width: 400px;
	padding: 0 30px 0 60px;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 13pt;
	font-style: italic;
	text-align: left;
	line-height: 1.5em;
	color: #999999;
}
#home .right {
	width: 300px;
	height: 200px;
}
.footer {
	width: 870px;
	margin: auto;
	padding: 7px 15px;
}
.footer * {
	font-size: 7pt;
	color: #eeeeee;
}
/*************** Top Nav Menu v1 *****************
.menubar {
	margin-bottom: 2px;
	background-color: #3f3f3f;
}
.menu {
	display: table;
	margin: 0 auto;
	padding: 0;
	white-space:nowrap;
	list-style-type:none;
}
* html .menu {
	display: inline-block;
	width: 1px;
	padding: 6px 10px;
}  
.menu li {
	padding: 6px 0;
	display: table-cell;
	position: relative;
	background-color: #666666;
}
.menu li.first,
.menu li.login {
	background-color: transparent;
}
.menu li.first a,
.menu li.login a {
	border-right: none;
}
* html .menu li {
	display: inline;
}
.menu a {
	padding: 1px 8px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tahoma, arial narrow, arial;
	font-size: 8pt;
	border-right: 1px solid #ffffff;
}
* html .menu a {
	display: inline-block;
	padding: 1px 10px 1px 8px;
}
.menu a:hover {
	color: #aaaaaa;
}
.menu li.last a {
	border-right: none;
}
*********************************************/
