/* layout */
body {
	text-align: center;
	margin:0;
	padding:0;
	vertical-align: top;
	background-color: #dae2e2;
}

#container {
	width: 990px;
	background-image: url(../images/layout/bg-border.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#content-left {
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
}
#content-right {
		width: 260px;
vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}


/* Header */
#header {
	background-color: #ffffff;
}



/* Menu */
#menu {
	background-color: #000000;
	height: 40px;
}
#submenu_heading {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 18px;
	font-weight: bold;
	color: #bd0922;
}
#submenu {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-size: 14px;
}
A.submenu:link {  
	color: #333333;
	text-decoration: none;
}
A.submenu:hover {
	color: #bd0922;
	text-decoration: none;
	font-weight: bold;
}





/* Footer */
#footer {
	background-color: #3a3938;
	height: 40px;
}
.footer_text {
	font-size: 10px;
	color: #FFFFFF;
}
A.footerlink:link {  
	color: #FFFFFF;
	text-decoration: none;
}
A.footerlink:hover {  
	color: #FFFFFF;
	text-decoration: underline;
}
A.footerlink:visited {  
	color: #FFFFFF;
	text-decoration: none;
}

/* text formatting */
body, td, th, .text {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	color: #333333;
	font-style: normal;
	text-align: justify;

}
.blue {
	color: #0061a6;

}
.smallText {
	font-size: 10px;
}
.medText {
	font-size: 11px;
}
.alerttext {
	font-size: 14px;
	font-weight: bold;
}

.heading1{
	font-size: 22px;
	font-weight: bold;
	color: #0061a6;
	font-style: normal;
}
.heading2{
	font-size: 16px;
	color: #0061a6;
	font-style: normal;
}
.heading3{
	font-size: 18px;
		font-weight: bold;
	color: #333333;
}
.heading4{
	font-size: 15px;
		font-weight: bold;
	color: #0061a6;
	font-style: normal;
}



hr {
	color: #999999;
	height: 1px;
	width: 100%;
	border: solid;
}


/* links */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
A.hyperlink:link {  
	color: #333333;
	text-decoration: underline;
}
A.hyperlink:hover {  
	color: #001365;
	text-decoration: underline;
}
A.hyperlink:visited {  
	color: #333333;
	text-decoration: underline;
}

/* form items */
#form {
	background-color: #e5e5e5;
	padding: 5px;
	width: 100%;
}
.formtext, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
}
.buttontext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#EFEFEF;
	border: 1px #7F9DB9 solid;
	font-weight: normal;
}


#img_border {
	border-width: 1px;
	border-color: #001365;
	border-style: solid;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

