﻿body 
{
	background-color: #00479c;
	font-family: Arial, Helvetica, Serif;
	color: #515151;
	padding: 0;
	margin: 0 10px;
}


h1
{
	padding: 0 0 0 20px;
	font-size: x-large;
	color: #688bb5;
	margin: 10px 0;
	font-weight: bold;
}

.FirstLetter
{
	float: left;
	color: #ffc500;
	font-size: 400%;
	font-family: Arial, Helvetica, Serif;
	font-weight: bold;
	margin: -11px 3px -15px 0;
}
.SecondHeader
{
	color: #ffc500;
	font-size: xx-large;
	font-family: Arial, Helvetica, Serif;
	font-weight: bold;
	font-style: italic;
}
.ThirdHeader
{
	color: #00479c;
	font-size: medium;
	font-family: Arial, Helvetica, Serif;
	font-weight: bold;
	font-style: italic;
}
.FourthHeader
{
	color: #00479c;
	font-size: medium;
	font-family: Arial, Helvetica, Serif;
	font-weight: bold;
	font-style: none;
	text-decoration: underline;
}
.FourthHeaderBlack
{
	color: #000000;
	font-size: medium;
	font-family: Arial, Helvetica, Serif;
	font-weight: bold;
	font-style: none;
	text-decoration: underline;
}
.BlueText
{
	color: #00479c;
	font-size: Small;
	font-family: Arial, Helvetica, Serif;
	font-weight: bold;
}

a.ULink:link {text-decoration: underline; color: #00479c}
a.ULink:visited {text-decoration: underline; color: #00479c}
a.ULink:hover {text-decoration: none; color: #00479c}
a.ULink:active {text-decoration: underline; color: #00479c}

a.FooterLink:link {text-decoration: underline; color: #94adca}
a.FooterLink:visited {text-decoration: underline; color: #94adca}
a.FooterLink:hover {text-decoration: none; color: #94adca}
a.FooterLink:active {text-decoration: underline; color: #94adca}


#main-container
{
	position: relative;
	width: 950px;
	padding: 0;
	margin: 0 auto 0 auto;
}

#header
{
	text-align: left;
}
 
#logo 
{
	margin: 5px 0 11px 5px;
}
 
#categoryImg 
{
	position: absolute;
	right: -10px;
	top: 0;
}

#menu
{
	position: absolute;
	font-family: Arial, Helvetica, Serif;
	font-size: 78%;
	margin: 0;
	padding:0;
	right: 4px;
	top: 75px;
}

#menu-shadow-bottom
{
	position: absolute;
	width: 675px;
	border:0;
	padding:0;
	left: 0;
	top: 21px;
}

#menu-shadow-right
{
	position: absolute;
	height: 21px;
	left: 666px;
	top: 0px;
}

#content-container
{
	margin: 0;
	padding: 0;
	background-image: url("images/background.jpg");
	background-repeat:repeat-y;
	font-family: Georgia, Times New Roman, Times, Serif;
}

.content-divider
{
	float: left; 
	width: 1px; 
	margin: 0; 
	padding: 0; 
	background-color: #94adca;
}
.content-divider-blank
{
	float: left; 
	width: 1px; 
	margin: 0; 
	padding: 0; 
}
#content
{
	background-image: url("images/sunbg.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0;
	padding: 5px 5px 10px 5px;
	width: 955px;
}

#leftpane 
{
	padding: 0 20px 5px 20px;
	float:left;
	width: 290px;
}

#middlepane 
{
	padding: 0 10px 5px 20px;
	float:left;
	width: 290px;
}

#rightpane 
{
	padding: 0 40px 5px 10px;
	float:right;
	width: 250px;
}
#middleleftpane 
{
	padding: 0 10px 5px 20px;
	float:left;
	width: 580px;
}

#middlerightpane 
{
	padding: 0 40px 5px 20px;
	float:right;
	width: 540px;
}

#leftmiddlerightpane 
{
	padding: 0 40px 5px 20px;
	float:left;
	width: 830px;
}

#footerpane 
{
	position:relative;
	clear:both;
	width: 955px;
	background-image: url("images/footer.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
	margin: -5px -5px -15px -5px;
	padding: 0;
	height: 14px;
}

#footer
{
	padding-top: 15px;
	color: #94adca;
	font-size: x-small;
	text-align: center;
}
