@charset "utf-8";
/* CSS Document */
body
{
	background-color: #f3f3f3;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;
}
#mainTable
{
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #aec1d0;
    border-bottom-color: #aec1d0;
    border-left-color: #aec1d0;
}
#header {
	height: 87px;
	padding-left: 14px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-color: #8DBAC2;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#home {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	padding-left: 20px;
	width: 170px;
	background-color: #ff7a00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	letter-spacing: 1px;
}
#home a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#home a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#home a:active {
	font-weight: bold;
	color: #1573CF;
	text-decoration: underline;
}
#topMenu {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	padding-left: 30px;
	background-color: #ff7a00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 1pt;
}
#topMenu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
}
#topMenu a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#topMenu a:active {
	font-weight: bold;
	color: #1573CF;
	text-decoration: underline;
}
#leftMenu {
	background-color: #d4e4f1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d4e2ec;
	font-size: 12px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 190px;
}
#leftMenu ul {
	background-color: #a4cddb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #edf5f8;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#leftMenu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9ba3a6;
	width: 140px;
	margin-left: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#leftMenu a {
	color: #333333;
	text-decoration: none;
}
#leftMenu a:hover {
	color: #ffffff;
	text-decoration: none;
}
#leftMenu a:active {
	color: #ffffff;
	text-decoration: none;
}
#leftMenu h4 {
	display: block;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 18px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccdeec;
	background-color: #adc5d8;
}
#content {
	padding: 30px;
	font-size: 12px;
	line-height: 20px;
}
#content img {
	float: left;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #999999;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#content .promoBox {
	background-image: url(images/colorbox.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 19px;
}
#content .promoBox ul
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content .promoBox h4
{
    padding: 0px;
    font-style: italic;
    font-size: 13px;
    color: #CA9933;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
/* old color #cc9933  */

#content .promoBox li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	list-style-type: none;
	padding-left: 12px;
	clear: both;
}
#rightColumn {
	background-color: #e7f3fc;
	width: 140px;
	font-size: 12px;
}
#copyrights {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	padding-left: 20px;
	background-color: #ff7a00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 170px;
	color: #666666;
	letter-spacing: 1px;
}
#bottomMenu {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	padding-left: 30px;
	background-color: #ff7a00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 1px;
}
#bottomMenu a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
}
#bottomMenu a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
#bottomMenu a:active {
	font-weight: bold;
	color: #1573CF;
	text-decoration: underline;
}
.firstLetter {
	font-size: 36px;
	line-height: 35px;
}
a {
	color: #3366cc;
}
a:hover {
	color: #FF7A00;
}
a:active {
	text-decoration: underline;
}
