
/* CSS Reset */

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {
border: 0;
}
address,caption,cite,code,dfn,th,var {
font-style: normal;
font-weight: normal;
}

caption,th {
text-align: left;
}

ul {
list-style-type: disc;
list-style-image: url(../images/frame/circle.gif);
list-style-position: inside;
margin-left: 0px;
padding-left: 1.5em;
text-indent: -1.5em;
}

ul#news_list {
list-style-image: url(../images/frame/bullet.gif);
padding-left: 0px;
text-indent: 0px;
}

li {
margin-top: 10px;
}

blockquote ul {
list-style-image: url(../images/frame/circle2.gif);
}
blockquote {
margin-left: 50px;	
}

q:before,q:after {
content: '';
}
abbr,acronym {
border: 0;
}

/* End Reset */

body {
font: 12px Verdana, Arial, Helvetica, sans-serif;
background: #243e58;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
background-color: #1d2f46;
background-image: url(../images/frame/bottom_backer.gif);
background-repeat: repeat-y;
background-position: center;


}

a:link {
	color: #143057;
	
}
a:visited {
	color: #143057;
}
a:hover {
	color: #143057;
}
a:active {
	color: #143057;
}

.navitem a:link {
	color: #ffffff;
	font-weight: bold;
}
.navitem a:visited {
	color: #ffffff;
	font-weight: bold;
}
.navitem a:hover {
	color: #000000;
	font-weight: bold;
}
.navitem a:active {
	color: #ffffff;
	font-weight: bold;
}

a {text-decoration: none;}

li a {text-decoration: underline;}

.footercopy a:link {
	color: #ffffff
}
.footercopy a:visited {
	color: #ffffff;
}
.footercopy a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footercopy a:active {
	color: #ffffff;
}

h1 {
font-size: 14px;
font-weight: bold;
margin-bottom: 14px;
}
h2 {
font-size: 12px;
font-weight: bold;
margin-bottom: 12px;
}


.oneColFixCtr #container {
width: 794px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
background-color: #1d2f46;

}
.oneColFixCtr #mainContent {

	background-image: url(../images/frame/main_backer.gif);
background-repeat: repeat-y;
}

#navbar {
height: 68px;
background-image: url(../images/nav/grad_blue.gif);
background-repeat: repeat-x;
position: relative;
overflow: hidden;

font-weight: bold;
}

#navbarleft {
float: left;
position: relative;
display: inline;
}
#navbarright {
float: right;
position: relative;
display: inline;
}

.navitem {
background-image: url(../images/nav/grad_blue.gif);
background-repeat: repeat-x;
display: inline;
float: left;
line-height: 68px;
color: white;
padding-left: 30px;
padding-right: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
cursor: pointer;
}

.divider {
display: inline;
float: left;
width: 1px;
background-image: url(../images/nav/seperator.gif);
line-height: 68px;
}

/* 
.navitem:hover {
background-image: url(../images/nav/grad_yellow.gif);
background-repeat: repeat-x;
display: inline;
float: left;
line-height: 68px;
color: #142f57;
cursor: pointer;
} */

.navitemon {
	background-image: url(../images/nav/grad_yellow.gif);
	background-repeat: repeat-x;
	display: inline;
	float: left;
	line-height: 68px;
	color: black;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}



#leftbox {
width: 487px;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 20px;
padding-left: 39px;
float: left;
}

#leftbox img {
	margin:5px;
}

#rightbox {
width: 191px;
padding-left: 20px;
padding-right: 14px;
padding-top: 20px;
padding-bottom: 20px;
float: left;
}

.footer {
background-image: url(../images/frame/footer_backer.gif);
background-repeat: repeat-y;
padding-left: 19px;
padding-right: 19px;
}
.footercopy {
background-image: url(../images/frame/footer_backer_nolines.gif);
background-repeat: repeat-y;
padding-left: 19px;
padding-right: 19px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #f0efe2;
padding-top: 0px;
padding-bottom: 14px;
}

.footerbox {
width: 251px;
float: left;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #f0efe2;
padding-top: 10px;
padding-bottom: 14px;
}

li {
padding-left: 10px;
margin-left: 0px;
}

.inline {display: inline;}

fieldset{padding: 10px; margin-bottom: 20px; border: 1px solid #cccccc;}

legend{font-weight: bold;}

