html, body, h1, h2, h3, a, p, ul, ol, table, td, tr {
  font-family: Tahoma, Arial, sans-serif;
}

#page {
}

#main {
	background-image: url(../images/left_col_bg.jpg);
	background-repeat: repeat-y;
	background-position: 110px top;
}

#col1 {
	width: 276px;
}

#col1_content {
	margin: 0px;
}

#col2 {
  width: 1px;
  display: none;
}

#col3 {
	border-left:0px solid #AAAAAA;
	border-right:0px dotted #AAAAAA;
	margin-left:261px;
	margin-right:0px;
	margin-top:26px;
	padding-left:92px;
	padding-right:46px;	
	padding-bottom:34px;	
}

#header {
	height:222px;
	background-color: white;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#topnav {
  width: 1px;
  height: 1px;
  display: none;
}

#footer {
	display:none;
	height:0px;
}

.mainMenu {
	padding-top:34px;
}

.mainMenu ul {
	text-align:right;
	border: none;
}

.mainMenu ul li a, .mainMenu ul li strong {
	background-color:transparent;
	border-bottom:0px solid #EEEEEE;
	color: #004da0;
	height: 25px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0%;
	margin:0px;
	width:auto;
	font-weight:bold;
	font-size:16px;
}

.mainMenu ul li strong {
	background-color: transparent;
	background-image: url(../images/nav_act_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.mainMenu ul li a:hover {
	color: white;
	background-color:transparent;
}

h1, h2, h3 {
	color: #004da0;
	background: none;
	padding:0px;
	border: none;
}

h1 {
	font-size:1.3em;
}

