body {
	background-color:#3b3f58;
	padding:0px;
	margin:0px;
	background-image:url(../images/Bodybckgrnd.jpg);
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif
}

#SkipNav {
	display:none;
}

img {
	border:none;
}

/*----- Main Text Styles -----*/

h1 {
	text-transform:uppercase;
	color:#ffd401;
}

h2 {
	text-transform:uppercase;
}

h3 {
	text-transform:uppercase;
}

p {
	font-size:100%;
	line-height:170%;
}

.Clear {
	clear:both;
}

#Main ul {
	font-size:100%;
	line-height:170%;
}

/*----- Left Col Text Styles -----*/

#LeftCol h1 {
	margin-top:10px;
	padding-left:30px !important;
}

#LeftCol h2 {
	text-transform:uppercase;
	color:#fff;
	font-size:250%;
	margin:0px;
	padding:0px;
}

#LeftCol h3 {
	text-transform:uppercase;
	color:#fff;
	font-size:250%;
	margin:0px;
	padding:0px;
}

#LeftCol p {
	color:#FFFFFF;
}

#LeftCol ul {
	color:#FFFFFF;
}

#LeftCol a {
	color:#ffd401;
	text-decoration:none;
	padding:0 0 2px 0;
}

#LeftCol a:hover {
	color:#ffd401;
	text-decoration:none;
	background-image:url(../images/LeftColLink.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

/*----- Right Col Text Styles -----*/

#RightCol h3 {
	text-transform:uppercase;
	color:#00575e;
	font-size:200%;
	margin:0px;
	padding:0px;
	background-image:url(../images/RightColLink.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#RightCol p {
	color:#333;
}

#RightCol ul {
	color:#333;
}

#RightCol a {
	color:#00575e;
	text-decoration:none;
	padding:0 0 2px 0;
}

#RightCol a:hover {
	color:#00575e;
	text-decoration:none;
	background-image:url(../images/RightColLink.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#Header {
	background-image:url(../images/Header.jpg);
	min-height:125px;
	height:auto !important;
	height:125px;
	width:100%;
	margin-bottom:30px;
}

#HeaderWrapper {
	width:990px;
	height:125px;
	margin-left:auto;
	margin-right:auto;
}

#Logo {
	float:left;
	width:330px;
	margin:30px;
}

#TopNav {
	float:right;
	width:560px;
	margin:10px 0px 0 10px;
}

#TopNav ul {
	padding:10px;
	margin:10px;
}

#TopNav ul li {
	padding:20px;
	display:inline;
	background-image:url(../images/HeaderLink.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#TopNav ul li a {
	padding:20px;
	margin:0px;
	color:#00575e;
	text-decoration:none;
}

#TopNav ul li a:hover {
	padding:20px;
	margin:0px;
	display:inline;
	color:#00575e;
	text-decoration:underline;
}


#Main {
	min-height:500px;
	height:auto !important;
	height:500px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/MainContent.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#WelcomePanel {
	background-color:#00575e;
	min-height:125px;
	height:auto !important;
	height:125px;
	background-image:url(../images/WelcomeBckgrnd.gif);
	background-repeat:no-repeat;
	margin:0 0 30px 0;
	padding:30px 30px 30px 150px;
}

#WelcomePanel h1 {
	text-transform:uppercase;
	color:#ffd401;
	font-size:300%;
	font-weight:lighter;
	margin:0px;
	padding:0px;
}

#LeftCol {
	width:600px;
	min-height:500px;
	height:auto !important;
	height:500px;
	float:left;
	margin:0 30px 0 30px;
}

#RightColWrapper {
	width:270px;
	float:right;
}

#RightCol {
	width:240px;
	min-height:200px;
	height:auto !important;
	height:200px;	
	background-color:#ffd401;
	background-image:url(../images/RightColHeader.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:15px;
}

#RightColFooter {
	background-image:url(../images/RightColFooter.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:105px;
}

#Footer {
	min-height:200px;
	height:auto !important;
	height:200px;
	background-image:url(../images/Footer.jpg);
}

#FooterWrapper {
	background-image:url(../images/FooterMain.jpg);
	background-repeat:no-repeat;
	width:990px;
	padding:50px 30px 0px 30px;
	margin-left:auto;
	margin-right:auto;
	min-height:200px;
	height:auto !important;
	height:200px;
}

#FooterWrapper a {
	text-decoration:none;
	color:#FFFFFF;
}

#FooterLinks {
	float:left;
	font-size:80%;
}

#FooterLinks a:hover {
	background-image:url(../images/FooterLink.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:5px;
}

#FooterLinks ul {
	list-style-type:none;
	padding:0px;
	margin:0 0 90px 0;
}

#FooterLinks ul li {
	margin:0 10px 0 0;
	display:inline;
}

#BackToTop {
	float:right;
}

#BackToTop p {
	padding:0;
	margin:0;
}

#BackToTop p a {
	padding:0 0 5px 0;
	font-size:70%;
}

#BackToTop p a:hover {
	background-image:url(../images/TopLink.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}