@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #FFFFFF;
	background-color: #000;
}
#container {
	margin-left: auto;/* this centers the container */
	margin-right: auto;/* this centers the container */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 970px;  /* using 54px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar at a viewport resolution of 1024x768*/
}
#topbox {
	background-color: #000;
	border: 1px solid #000;
	text-align: center;
	color: #FFF;
}
#leftbox {
	width: 480px;
	float: left;
	background-color: #a54606;
	height: 388px;
}
#leftbox p {
	text-align: center;
	font-size: 1em;
}
#rightbox {
	width: 480px;
	float: right;
	background-color: #73a506;
	height: 388px;
}

#rightbox p {
	text-align: center;
	font-size: 1em;
}
h1 {
	font-size: 2.4em;
	text-align: center;
}
h2 {
	font-size: 2em;
	text-align: center;
}
h3 {
	font-size: 1.5em;
	text-align: center;
}
#leftnavbar {
	background-repeat: repeat-x;
	height: 26px;
	background-image: url(../images/template_images/leftbuttonout.gif);
	border-bottom: solid #000 1px;
	border-top: solid #000 1px;
}
#leftnavbar ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;/* cancels gap caused by top padding in Opera 7.54 */
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;/* fixes Firefox 0.9.3 */
	margin-bottom: 0px;
	font-size: 12px;
}
#leftnavbar ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;/* matches link padding except for left and right */
	padding-top: 5px;
}
#leftnavbar ul li a {
	padding-bottom: 5px;
	padding-top: 5px;
	color: #FFF;
	text-decoration: none;	
	padding-left: 3px;
	padding-right: 3px;
}
#leftnavbar ul li a:hover {
	color: #FFF;
	background-repeat: repeat-x;
	background-image: url(../images/template_images/leftbuttonin.gif);
}
#rightnavbar {
	background-repeat: repeat-x;
	height: 26px;
	background-image: url(../images/template_images/rightbuttonout.gif);
	border-bottom: solid #000 1px;
	border-top: solid #000 1px;
}
#rightnavbar ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;/* cancels gap caused by top padding in Opera 7.54 */
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;/* fixes Firefox 0.9.3 */
	margin-bottom: 0px;
	font-size: 12px;
}
#rightnavbar ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;/* matches link padding except for left and right */
	padding-top: 5px;
}
#rightnavbar ul li a {
	padding-bottom: 5px;
	padding-top: 5px;
	color: #FFF;
	text-decoration: none;	
	padding-left: 3px;
	padding-right: 3px;
}
#rightnavbar ul li a:hover {
	color: #FFF;
	background-repeat: repeat-x;
	background-image: url(../images/template_images/rightbuttonin.gif);
}
.style1 {font-size: 16px}
.style2 {font-size: 11px; }
.style3 {
	font-size: 48px;
	font-weight: bold;
}
