body {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #feffcb;
	padding: 0px;
	margin: 0px;
	width:auto;
	height:auto;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

h1 {
	margin: 0px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	
}

h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	
}

img {
	border: 0px;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #0C34A5;
	font-weight: bold;	
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 850px;
	padding: 0px 0px 0px 0px;
	background-color: #f2f2f2;
	border: 1px solid #0c34a5;
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	width: 830px;
	height: 104px;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
}

#headerLeft {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	color: #FFFFFF;
	font-size: 22px;
	width: 400px;
}

#logo {
	margin: 0px 10px 0px 0px;
	width: 73px;
	height: 73px;
	float: left;
}

#headerRight {
	float: right;
	color: #000000;
	text-align: right;
	width: 475px;
}

.navigation {
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	width: 850px;
	height: 23px;
	background-image: url(../images/navbg.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
	text-align: center;
}

#navigationTop a {
	margin: 0px 0px 0px 35px;
	padding: 0px;
	font-weight: bold;
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

#navigationTop a:hover {
	color: #EAD16D;
}

#contentArea {
	width: 850px;
	float: left;
	background-image:url(../images/contentBG.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#leftColumn {
	padding: 10px 10px 10px 15px;
	width: 574px;
	float: left;
	line-height: 17px;
}

#rightColumn {
	padding: 0px 0px 10px 0px;
	width: 250px;
	float: left;
	text-align: center;
	border-left: 1px solid #0c34a5;
	background-image: url(../images/rightColumnbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#rightColumnHeader {
	padding-top: 20px;
	width: 250px;
	height: 86px;
	background-image: url(../images/rightColumnHeaderbg.jpg);
	background-repeat: repeat-x;
	color: #0c34a5;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}


#rightColumnImage {
	margin-top: 30px;
}

#rightImage2 {
	margin-top: 30px;
}

#navigationBottom {
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	width: 850px;
	height: 23px;
	background-image: url(../images/navbg.jpg);
	background-repeat:repeat-x;
	text-align: center;
	color: #FFFFFF;
}

#navigationBottom a {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;	
}

#navigationBottom a:hover {
	text-decoration: underline;	
}

#footerTextLeft {
	margin: 5px 0px 10px 0px;
	text-align: center;
	font-size: 11px;
	color: #0C34A5;
}

#footerTextLeft a {
	color: #0c34a5;
	font-weight: normal;	
}

#footerTextLeft a:hover {
	text-decoration: underline;
}
