@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image:url(images1/background.jpg); 
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
img a {
	border: none;
}
p, ul, ol {
	font-size: 13px;
	line-height:150%;
}
a {
	color: #000;
}
a:hover {
	color: #00F;
}
h1, h2, h3 {
	color: #005299;
	font-family: 'Candal', sans-serif;
}
h1 a, h2 a, h3 a {
	color: #005299;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #00F;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
}
h2 { font-size: 16px;}
h3 { font-size: 14px;}
#header {
	height: 91px;
	width: 1000px;
}
#container { 
	position: relative;
	width: 943px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
} 
#sidebar1 {
	float: left; 
	width: 271px;
	padding: 0px 0 0 32px;
	margin-top: 120px;
}
#spiral {
	position: absolute;
	top: 0;
	left: 763px;
	background-image:url(images1/spiral.png);
	background-repeat:no-repeat;
	width: 379px;
	height: 179px;
	
}
#logo {
	position:absolute;
	top: 0;
	left: 0;
	width: 303px;
	height: 209px;
}

/* Begin Navigation Bar Styling */
#navbar {
	background-image: url(images1/nav-bknd.jpg);
	background-position:top left;
	width: 641px;
	height: 37px;
	line-height: 37px;
	position: absolute;
	top: 43px;
	left: 303px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Candal', sans-serif;

    float: left;
    margin: 0 0 3em 0;
    padding: 0;
	list-style: none;
}
#navbar li {
	float: left; }
#navbar li a {
    display: block;
    padding: 0 13px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
#navbar li a:hover {
    color: #fff;
	background-color: #005299; 
}
/* End navigation bar styling. */





#mainContent { 
	margin: 0 0 0 303px; 
	padding: 10px 20px;
	background-color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
#sidebar2 {
	float: right;
	width: 289px;
	margin-left:15px;
}
#sidebar2 ul {
	padding-left: 20px;
}

#footer { 
	padding: 0;
	color: #566379;
	border-top: solid 1px #CCC;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 10px;
}
#footer a {
	color: #566379;
	text-decoration: none;
}
#footer a:hover {
	color: #00F;
	text-decoration:underline;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloatrt {
	clear: right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
table {
	font-size: 13px;
	line-height: 150%;
}
.back {
	font-size:11px;
	color:#999;
}
.back a:link, .back a:visited {
	color: #999;
}
.back a:hover {
	color: #000;
}
.button {
	color: #FFF;
	width: 200px;
	height: 32px;
	line-height:32px;
	text-align: center;
	display: block;
	font-weight: bold;
	background-image: url(images1/nav-bknd.jpg);
	background-position:top -280px;
}
.button a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.button a:hover {
	background-color: #005299;
}
#mainContent .quote {
	font: 5em/.85em Georgia, "Times New Roman", Times, serif;
	color: #005299;
	padding: .03em .1em 0 0;
	float: left;
}
#mainContent .quotename {
	width: 400px;
	display: block;
	float:right;
	background-image: url(images1/nav-bknd.jpg);
	line-height: 32px;
	height: 32px;
	color:#FFF;
	text-align: right;
	padding-right: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: bold;
	margin-bottom: 10px;
	-moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-radius: 0 0 0 10px;
}
.rounded {
	-moz-border-radius-topright: 10px;
 -moz-border-radius-bottomleft: 10px;   -webkit-border-top-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
    border-radius: 0 10px 0 10px;
}