body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #022543;
}
#pagecontainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #EF4123;
	margin-top: 20px;
	background-image: url(../images/bkg.gif);
}
#header {
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 143px;
	width: 960px;
}
#phoneemail {
	margin-right: 260px;
	padding-top: 55px;
	text-align:right;
	color:#FFF;
	font-size: 13px;
	font-weight: bold;
}
#header a:link, a:visited{
	color: #ffffff;
	text-decoration:none;
}
#header a:hover{
	color: #ffffff;
	text-decoration: underline;
}
#pagecontentcontainer {
	background-image: url(../images/contentbkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	height: auto;
	/*min-height: 600px;*/
}
#sidebar {
	float: left;
	border-right: 1px solid #EF4123;
	width: 177px;
}
#pagecontent {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 767px;
	float: right;
	min-height: 400px;
}
h1 {
	font-size: medium;
	color: #133F69;
}
h2 {
	font-size: small;
	color: #133F69;
}
h3 {
	font-size: x-small;
	color: #000000;
}
.medium {
	font-size:16px;
}
a:link, a:visited {
	color: #EF4123;
	text-decoration: underline;
}
a:hover {
	color: #FCC602;
	text-decoration: underline;
}
#nav {
	width: 165px;
	padding-top: 35px;
	/*padding-left: 10px;*/
}
#footer {
	clear: both;
	background-color: #FCC602;
	height: 35px; 
	font-size: xx-small;
	border-top: 1px solid #EF4123; 
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footerleft {
	float: left;
	height: 35px;
	width: 177px;
	background-color: #EF4123;
}
#footerright {
	text-align: center;
	padding: 10px;
}
.imgborder {
	border: 1px solid #EF4123;
}
.nobullet {
	list-style-type: none;
}
/*
.clearboth {
	clear: both;
}

.rightalign {
	text-align: right;
	float: left;
	width: 150px;
}

.nav_tab {*/ /* this is used to position the nav.  An image is used for the background of the navigation */
	/*margin-left: 1px;
	display: inline;
	text-align: center;
}

.copyright {
	padding-top: 5px;
}
*/
