/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #3d659d;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
a:link {
	color: #114fa9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #114fa9;
}
a:hover {
	text-decoration: none;
	color: #e78204;
}
a:active {
	text-decoration: none;
	color: #114fa9;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	margin:5px 0px;
	color:#e68103;
}
h2 {
	font-size: 18px;
	margin:5px 0px;
	color:#354c6d;
}
h3 {
	font-size: 16px;
	margin:5px 0px;
}
#logo {
	white-space:nowrap;
	}
.navOuter {
	width:953px;
	height:49px;
	background-image:url(images/bg_nav.gif);
	background-repeat:no-repeat;
	}
.navInner {
	font-size:16px;
	color:#FFFFFF;
	padding-top:15px;
	}
.navInner a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:15px 40px 0px 40px;
	}
.navInner a:hover {
	color:#EBC154;
	}
.contentBG {
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-y;
	width:953px;
	}
.home1 {
	text-align:left;
	padding:30px;
	}
.home2 {
	width:492px;
	height:278px;
	float:right;
	margin:5px 3px 0px 0px;
	}
.navBtmOuter {
	background-image:url(images/bg_navBtm.gif);
	background-repeat:no-repeat;
	width:953px;
	height:56px;
	}
.navBtmInner {
	padding-top:22px;
	color:#a8b2c0;
	}
.clear {
	clear:both;
	}

.rounded1 {
	 background-color: #eee3cd; 
	 moz-border-radius: 25px;
	 -webkit-border-radius: 25px; 
	 border: 1px solid #273e70;
	 padding: 20px;
	 width:360px;
	 }
.comments {
	width:300px;
	height:75px;
	}
.ErrorMessage {color:#FF0000;}
.portLeft {
float: left;
width: 400px;
}

.portLeft2 {
margin-left: 75px;
float: left;
width: 400px;
}
.clear {
clear: both;
}
