﻿body
{
	background-color:#01004e;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	margin:0px;
	font-family:arial,sans-serif;
	text-align:center;
}

#header
{
	width:928px;
	height:331px;
	margin:0px auto 0px auto;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	clear:both;
}

#main
{
	width:862px;
	background-image:url(images/content-bg.gif);
	background-repeat:repeat-y;
	margin:0px auto 0px auto;
	clear:both;
}

#nav
{
	text-align:left;
	float:left;
	margin:4px;
	margin-left:54px;
	width:202px;

}

#nav h1
{
	font-size:1.4em;
	font-weight:bold;
	color:#666666;
	font-style:italic;
	margin-top:14px;
	margin-bottom:4px;
	text-align:center;
}

#nav ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#nav li
{
	padding:2px;
}
#nav li a
{
	width:202px;
	height:38px;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	padding-top:2px;
	font-size:26px;
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
	font-family:arial,sans-serif;
	color:#ffffff;
	text-decoration:none;
	display:block;
}

#content
{
	margin-right:54px;
	width:540px;
	text-align:left;
	float:right;
}

#content ul li
{
	color:#444444;
}

#content th 
{
	color:#444444;
}

#content td 
{
	color:#444444;
}

#content h1
{
	margin-top:3px;
	margin-bottom:9px;
	background-image:url(images/h1.gif);
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-size:30pt;
	font-weight:bold;
	color:#ffffff;
	height:44px;
	padding-left:24px;
	font-style:italic;
	
}

#content h2
{
	font-size:1.4em;
	font-weight:bold;
	color:#444444;
	margin-left:5px;
	font-style:italic;
	margin-right:5px;
	margin-top:4px;
	margin-bottom:8px;
	
}

#content h3
{
	margin-left:5px;
	margin-right:5px;
	color:#444444;
	
}
#content p
{
	font-size:1em;
	color:#444444;
	margin-top:3px;
	margin-left:5px;
	margin-right:5px;
}

#awards
{
	border:0px;
	color:#333333;
	font-size:.8em;
	margin-bottom:20px;
}

#awards th
{
	font-style:italic;
	font-size:1em;
	padding-top:24px;
	padding-bottom:8px;
}

#awards tr.odd
{
	background-color:#dddddd;
}


.loc_name
{
	font-size:.8em;
	font-weight:bold;
	color:#333333;
	margin: 14px auto 2px auto;
	text-align:center;
}

.loc_address
{
	font-size:.8em;
	color:#333333;
	margin: 2px auto 0px auto;
	text-align:center;
}


.copyright
{
	font-size:0.8em;
	color:#bbbbbb;
	width:862px;
	background-image:url(images/content-bg.gif);
	background-repeat:repeat-y;
	margin:0px auto 0px auto;
	padding-top:50px;
	clear:both;
	text-align:center;
	vertical-align:bottom;
}