body {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: url(images/borders.gif) center top repeat-y #9099AE;
}

a:link	{color:#000099;}

#siteContainer {
	height: 100%;
	width: 800px;
	padding: 0 0;
	margin: 0 auto;
	text-align: left;
}

#innerSiteContainer {
	height: 100%;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0px;
    background: url("images/rightrule.gif") right top repeat-y #FFFFFF;
}

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{

	background-color: #eee; /*background color of content*/
	color: #666; /*text color of content*/
	border: 1px solid #ccc; /*border color*/
	padding: 12px;
	letter-spacing:.01em;
	line-height:1.2em;
	min-height: 12px;
	}

h2	{color: #006666; font-size: 1.5em; font-weight: bold;}

h3	{color: #006666; font-size: 1.1em; font-weight: bold; margin-top: 1.9em; margin-bottom: 0; padding-bottom: 0;}

h4	{color: #006666; font-size: 1.1em; font-weight: normal; margin-top: 1.4em; margin-bottom: 0; padding-bottom: 0;}

#h2a {color: #006666; font-size: 1.1em;}


#navbar 
{
    width: 750px; margin: 40px 0px 0px; padding: 0 24px; float:left; list-style:none; line-height:1;
}

#navbar ul {
text-align: right;
margin-top:25px;
list-style:none;
line-height:1;
}

#navbar a	{
display:block;}

#navbar ul li{
display:block;
float: right;
font-size: 14px;
padding: 0px 14px 0 ;
margin: 5px auto 0; 
list-style: none;
color: #006666;
border-right: 1px solid #003399;
}

#navbar ul li.last{
float: right;
display:block;
border-right: none;
}




#navbar ul li a:link{
color: #006666;
display:block;
text-decoration: none;
}


#navbar ul li a:visited{
color: #006666;
display:block;
text-decoration: none;
}


#navbar ul li a:hover{
color: #003399;
display:block;
text-decoration: underline;}


#navbar ul li a:active{
color: #006666;
display:block;
text-decoration: none;}



#navbar li ul {
	position: absolute;
	background: none;
	margin-top: 0;
	width: 10em;
	left: -999em;
}


#banner {
	background: url(images/header.png) #446DAA;
	background-repeat: no-repeat;
	height: 155px;
	width: 770px;
}

#banner div 
{
    text-align: right;
	padding-right: 55px;
	padding-top: 75px;
	font-family: Times New Roman;
	font-size: 1.5em;
	font-weight: bold;
	color: #008067;
}

#banner_inner
{
    width: 800px;
    margin: 0;
    padding: 0;
    text-align: left; 
    background: url("images/toprules_3.gif") right top no-repeat #FFFFFF;
    height: 140px;
}

#landing_nav
{
    height: 70px;
    font-family: Times New Roman;
    font-size: 1.4em;
    color: white;
    text-align: right;
    padding-top: 40px;
    padding-right: 30px;
    background: #104989;
}

#landing_nav a
{
    color: white;
    text-decoration: none;
}

#landing_nav a:hover
{
    color: yellow;
}

#landing_nav_alt
{
    height: 145px;
    font-family: Times New Roman;
    font-size: 1.4em;
    color: white;
    text-align: right;
    padding-top: 40px;
    padding-right: 30px;
    background: #104989;
}

#landing_nav_alt a
{
    color: white;
    text-decoration: none;
}

#landing_nav_alt a:hover
{
    color: yellow;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
font: bold 13px;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #D7DDE3;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: black;
background-color: #D7DDE3;
border: 2px solid #D7DDE3;
}

.bevelmenu li a:hover{
color: black;
background-color: #C9D9E8;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

#mainContainer
{
	clear: both; 
	float: left; 
	width: 720px;
    padding: 0px 0px 20px 30px;
}

#mainColumns 
{
	clear: both; 
	float: left; 
	width: 720px;
}

#mainPageLeft {
	border:0px solid #000;
	float: left; 
	width: 246px;
	padding: 3px;
}

#mainPageCenter {
	border:0px solid #000;
	float: left; 
	width: 246px;
	padding: 3px;
}

#mainPageRight {
	border:0px solid #000;
	float: left; 
	width: 246px;
	padding: 3px;
}

#mainPageLeftHalf {
	border:0px solid #000;
	border-right: 1px dotted #999;
	float: left; 
	width: 490px;
	padding: 3px 12px 3px 3px;
}

#mainPageRightHalf {
	border:0px solid #000;
	float: right; 
	width: 200px;
	padding: 3px;
}

.column h2 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	color: #004A91;
	text-align: center;
}

#footer {
	 color: #666999; font-size: 11px; text-align: center; clear: both; 
}


#footer a { 
color: #666999; 
}

#footer a:link { 
color: #666999; 
}

#footer a:visited { 
color: #666999; 
}


#footer a:hover { 
color: #003399; 
text-decoration:underline;}

#footer a:active { 
color: #666999; 
text-decoration:none;}



#footer_contact {
	font-size: 12px;
	text-align: center;
	background: url(/images/design/separator.png) top no-repeat;
	color: Black;
	clear: both;
}

#footer div {
	padding: 5em 0; background: Red;
}

