﻿/** BASIC */
.CTRBLUECOLUMN {
	margin-top: 25px;
	margin-bottom: 7px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF0000;
	font-weight: bold;
}
.BlueBodyHead {
	font-size: medium;
	color: #0077DD;
	margin-bottom: 2px;
}
.BlueBodySubHead {
	margin-top: 4px;
	margin-bottom: 7px;
}
.MainBody {
	font-size: small;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 3px;
	margin-left: 5px;
	margin-right: 2px;
}
.BodyTXT {
	margin: 5px 5px 5px 3px;
	font-size: small;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-indent: 3px;
	width: auto;
}
.MainBodyjustified {
	margin: 5px 3px 3px 3px;
	font-size: small;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-indent: 3px;
}
.BodySubTxt {
	font-size: x-small;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-left: 5px;
}
.LFTLINK {
	border: 1px solid #FF0000;
	margin-top: 2px;
	margin-bottom: 1px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000FF;
	font-weight: normal;
}

h6 {
	font-weight: normal;
}

h5 {
	font-weight: normal;
}

h4 {
	font-weight: normal;
}

h3 {
	font-weight: normal;
}

h2 {
	font-weight: normal;
}

h1 {
	font-weight: normal;
}

a {
	color: #0077dd;
	margin-top: 15px;
	padding-top: 10px;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url('../images/img01.gif') no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

}

img {
	border: none;
	margin-top: 5px;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 778px;
	margin: 3px auto 0px auto;
	padding: 5px;
	height: 90px;
	color: #254360;
	position: relative;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#menu {
	width: 778px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url('../images/img04.gif') no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu .active {
	background: #203C56;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	
}

#columnA {
	float: right;
	width: 538px;
	padding-left: 1px;
	border-left: 1px dashed #EEEEEE;
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 200px;
	position: relative;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url('../images/img03.gif') repeat-x left top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}
.BodySubTxtCtr {
	font-size: x-small;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-left: 5px;
	text-align: center;
	color: #000000;
}

