/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #FFFFFF;
	color: #666666;
	text-align:center/* this forces IE 5.x to center the design (if we did this in the wrapper */
}
p {
	font-size: 80%;
	line-height: 120%;
}
p em {
	color: #990000;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	position: relative;
	text-align:left/* this puts the text back to compensate for the IE 5.x hack in the body selector */;
	background-color: #F0F0F0;
}
#masthead {
	width: 800px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 204px;
}
#footer {
	clear: both;
	background-image: url(images/footer_bg.gif);
	color: #FFFFFF;
	text-align: center;
}
#navigation {
	background-color: #4C576B;
	width: 150px;
	float: left;
}
#content {
	background-color: #F0F0F0;
	width: 630px;
	float: left;
	padding-left: 10px;
	background-image: url(images/content_bar.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
}
#boxout {
	background-color: #425576;
	padding: 15px;
	float: right;
	width: 120px;
	margin-left: 10px;
}
#boxout img {
	border: 3px solid #333333;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #FFFFFF;
	padding: 3px;
	margin: 5px;
	font-weight: bold;
}
h2 {
	font-size: 115%;
}
h3 {font-size: 110%;
color:#3399CC;
}
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}
#ulmainnav {
	color: #CCD1D5;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#ulmainnav li {
	display: inline;
	float: left;
}
#ulmainnav a:link, #ulmainnav a:visited, #ulmainnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCD1D5;
	text-decoration: none;
	background-image: url(images/button_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 83px;
	width: 107px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	padding-left: 38px;
}
#ulmainnav a:hover, #ulmainnav a.current:link, #ulmainnav a.current:visited {
	background-image: url(images/button_on.gif);
	color:#CC3333;
}
#navigation p{
	padding-top: 40px;
	display: inline;
}
.tagstyle {
font-size: 80%;
}
