/* CSS Document */

<style type="text/css">


/*Font Styles*/



/*Menu text*/
.menuText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#058acb;
	text-decoration:none;	
}

.menuText a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#058acb;
	text-decoration:none;	
}

.menuText a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#058acb;
	text-decoration: underline;
}	

/*Header text*/
.headerText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#058acb;
	text-decoration:none;	
}

.headerText a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#058acb;
	text-decoration:none;	
}

.headerText a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#058acb;
	text-decoration: underline;
}	


/*Main text*/
.bodyText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;	
}

.bodyText a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;	
}

.bodyText a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:underline;
}	



/*Footer text*/
.footerText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#058acb;
	text-decoration:none;	
}

.footerText a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#058acb;
	text-decoration:none;	
}

.footerText a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#058acb;
	text-decoration: underline;
}	



/* BODY */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	min-height: 100%;
	background-image: url(../images/graphics/bg-repeat-pattern.jpg);
	background-repeat:repeat;
}

/*Structure*/


#bg {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:941px;
	height:100%;
	min-height:600px;
	z-index:1;
	background-image: url(../images/graphics/repeat-pattern3.jpg);
	background-repeat: repeat-y;
}



#flashheader {
	position:absolute;
	left:91px;
	top:0px;
	width:760px;
	height:200px;
	z-index:3;
	background-image: url(../images/graphics/flash-placeholder.jpg);
}

#pageheader {
	position:absolute;
	left:120px;
	top:350px;
	width:659px;
	height:22px;
	z-index:3;
}


#Maincontent {
	position:relative;
	left:100px;
	top:30px;
	width:700px;
	height:auto;
	z-index:5;
}

#Content {
	position:relative;
	padding-top:350px;
	padding-left:20px;
	padding-right:20px;
	width:700px;
	min-height:425px;
	height:auto;
	z-index:5;
}

#rightsideimage {
	float: right;
	margin-left:15px;
	margin-bottom:15px;
	height:400px;
	width: 250px;
	background-color: #FFFFFF;
}

#FooterSpacer{
	position:relative;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
	width:735px;
	height:40px;
	z-index:5;
}

#Footer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	bottom:0px;
	width:941px;
	height:40px;
	z-index:100;
	background-image: url(../images/graphics/repeat-pattern3.jpg);
}


#Maincontenttop {
	position:absolute;
	left:92px;
	top:207px;
	width:760px;
	height:120px;
	z-index:99;
	background-image: url(../images/graphics/inner-white-bg-linen-top-jk.jpg);
}
#whitemask {
	position:absolute;
	left:86px;
	top:200px;
	width:775px;
	height:8px;
	z-index:2;
	background-color: #FFFFFF;
}
#Logo {
	position:absolute;
	left:232px;
	top:13px;
	width:295px;
	height:62px;
	z-index:99;
}
#blueline {
	position:absolute;
	left:21px;
	top:83px;
	width:717px;
	height:3px;
	z-index:1;
	background-color: #058acb;
}
#mainmenu {
	position:absolute;
	left:106px;
	top:295px;
	width:734px;
	height:19px;
	z-index:99;
}


	

/*Main text*/
.bodyText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;	
}

.bodyText a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:underline;
}

.bodyText a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:underline;
}	



</style>

