/* layout */
html { height:100%;}
br {line-height:80%}
body {
	margin:0; padding:0; /* remove padding for Opera */
	text-align: center;
	height: 100%;
}

#container {
	width: 100%;
	height: 100%;
	background-image: url(../images/layout/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#table_main {
	width: 950px;
	height: 100%;
	text-align: center;
}
#content {
	width: 930px;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* Header */
div.header {
	text-align: center;
	width: 950px;
	height: 205px;
}
#header_top {
	height: 25px;
	width: 950px;
}
#header_logo {
	background-image: url(../images/layout/header_bg_image.jpg);
	background-repeat: no-repeat;
	background-position: right; 
	height: 150px;
	width: 950px;
	background-color: #3e4754;
	text-align: center;
	vertical-align: middle;
}
#header_bottom {
	height: 30px;
	width: 950px;
}

/* content */
#left_column {
	vertical-align: top;
	width: 235px;
	text-align: left;
}
#main {
	vertical-align:top;
	height:400px;
	min-height:100px;
}
#right_column {
	vertical-align: top;
	width: 235px;
	text-align: left;
}
#right_column_bg {
	background-image: url(../images/layout/right_nav_bg.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 5px;
	width: 205px;
	background-position: top;
}
#right_column_box {
	width: 205px;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #8F0A00;
}
#right_column_heading {
	width: 100%;
	background-color: #8F0A00;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	FONT-WEIGHT: bold; 
}


/* Menu */
#Menu_bg {
	background-image: url(../images/layout/menu_bg.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 5px;
	width: 205px;
	background-position: top;
}

#Menu {
	WIDTH: 205px; 
	BACKGROUND-COLOR: none
}
#Menu_item {
	DISPLAY: block;
	PADDING: 1px 0px 1px 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #aaaaaa;
}
#Menu_item_on {
	PADDING: 4px 2px 5px 5px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Tahoma, Verdana; 
	BACKGROUND-COLOR: #3e4754; 
	TEXT-DECORATION: none
}
#Menu A {
	DISPLAY: block;
	PADDING: 4px 2px 5px 5px;
	TEXT-DECORATION: none;
}
#Menu A:link {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	COLOR: #3e4754; 
	FONT-FAMILY: Tahoma, Verdana; 
	BACKGROUND: none; 
	TEXT-DECORATION: none
}
#Menu A:visited {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	COLOR: #3e4754; 
	FONT-FAMILY: Tahoma, Verdana; 
	BACKGROUND: none; 
	TEXT-DECORATION: none
}
#Menu A:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Tahoma, Verdana; 
	BACKGROUND-COLOR: #9c9d9f; 
	TEXT-DECORATION: none
}
#Menu A:active {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	COLOR: #3e4754; 
	FONT-FAMILY: Tahoma, Verdana; 
	BACKGROUND: none; 
	TEXT-DECORATION: none
}





/* Footer */
#footer {
	width: 950px;
	height: 35px;
	background-color: #3e4754;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #9c9d9f;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
}
/* Alert Boxes */
.alert_box {
	background-color: #C5CBF5;
	padding: 5px;
}

/* text formatting */
td, th, .text, body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	color: #333333;
	font-style: normal;
	text-align: justify;

}
.smallText {
	font-size: 11px;
}
table.smallText td {
	font-size: 11px;
}
.medText {
	font-size: 12px;
}
.alerttext {
	font-size: 14px;
	font-weight: bold;
}

.heading1{
	font-size: 21px;
	font-weight: normal;
	color: #3e4754;
	font-style: normal;
}
.heading2{
	font-size: 15px;
	font-weight: bold;
	color: #9c9d9f;
}
.heading3{
	font-size: 30px;
	color: #3e4754;
}
.heading4{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.heading5 {
	font-size: 12px;
	font-weight: bold;
}
.heading6{
	font-size: 16px;
	font-weight: bold;
	color: #9c9d9f;
}
.heading7{
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #9c9d9f;
}



hr {
	color: #dfdfdf;
	height: 1px;
	width: 100%;
	border: solid;
}


/* links */
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #9c9d9f;
	text-decoration: underline;
}
A.top {  
	font-size: 10px;
	color: #001365;
	text-decoration: underline;
}
A.top:hover {  
	font-size: 10px;
	color: #9c9d9f;
	text-decoration: underline;
}
A.footerNav {  
	color: #FFFFFF;
	text-decoration: none;
}
A.footerNav:hover {  
	color: #FFFFFF;
	text-decoration: underline;
}
/* Form Items */
select, input, textarea, .formtext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.buttontext {
	background-color: #E4E7FA;
	border: 1px solid #666666;
	color: #333333;
	padding: 1px;
	width: auto;
	cursor: pointer;
}

ul {
list-style:square;
padding:5px 20px 10px 20px;
margin:0;
text-align:left;
}
li {
margin-bottom:3px;}