@charset "utf-8";
/* CSS Document */

/* Reset CSS Styles */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background-color:#e5e5e5;
	background-image:url(/img/pagebg.gif);
	background-position: 0px 0px;
	background-repeat:repeat-x;
	min-width: 962px;
	text-align: center;
	height: 100%;
}

p {
	padding: 0 0 15px 0;
}

ul {
	list-style-type:square;
	padding: 0 0 15px 0;
}

li {
	margin-left: 15px;
	padding-bottom: 4px;
}

a {
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #006293;
}
a:visited {
	color: #006293;
}
a:hover {
	color:#333333;
}
a:active {
	color: #006293;
}

.clearit {
	line-height: 0;
	font-size: 0;
	height: 0;
	clear: both;
}

#container {
	position: relative;
	margin: 0 auto;
	min-height:100%;
	width: 962px;
	background-color:#FFFFFF;
	
	/*
	background-image:url(/img/containerbg.gif);
	background-position:center;
	background-repeat:repeat-y;
	*/
}

#top {
	position:relative;
	margin: 0 auto;
	height: 165px;
	width: 960px;
	border-style: solid;
	border-color:#66b6cb;
	border-width: 0 1px 0 1px;
	/*
	background-color:#292929;
	background-image:url(/img/topbg.gif);
	background-repeat:repeat-x;
	*/
}

#topmenu {
	height: 40px;
	width: 300px;
	position: absolute;
	top: 29px;
	left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color:#FFFFFF;
}

#topmenu a {
	color: #ffffff;
}

#footer {
	position: relative;
	margin-top: -71px;
	height: 51px;
	padding-top: 20px;
	background-color:#bdbdbd;
	background-image:url(/img/footerbg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer_middle {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#menu {
	position:relative;
	margin: 0 auto;
height: 61px;
	width: 962px;
	background-image:url(/img/menubg.gif);
	background-repeat:no-repeat;
	background-position: center;

}

#menumid {
	margin: 0 auto;
	width: 751px;
	height: 46px;
	
	background-image: url(/img/menumidbg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	
	padding: 1px 0 0 0;
}

#body {
	margin: 0 auto;
	width: 920px;

	padding: 21px;
	text-align:left;
	margin-bottom: 71px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

* html #container {
	height: 100%;
}

#title {
	margin: 0 auto;
	width: 721px;
	/*background-color:#e8e4d7;*/
	background-color:#ffffff;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 0 1px;
	text-align: left;
	padding: 10px 0 10px 20px;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color:#5a5648;
}

#border {
	margin: 0 auto;
	width: 741px;
	background-color:#f3f3f2;
	line-height: 0;
	font-size: 0;
	height: 3px;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 0 1px;
}

.img {
	padding: 8px;
}

.img_left {
	float: left;
	margin-right: 15px;
	border: #e8e4d7 solid 3px;
}

.img_right {
	float: right;
	margin-left: 15px;
	border: #e8e4d7 solid 3px;
}


h1 {
	text-align: left;
	padding: 0px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color:#5a5648;
}

h2 {
	text-align: left;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#333333;
}

h3 {
	position: relative;
	margin: 0 auto;
	width: 600px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #ccc;
	text-align: center;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#FF0000;
	text-transform:uppercase;
}

.bigger {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color:#000066;
}

.graphite_logo {
	position: absolute;
	top: 5px;
	right: 15px;
	border: none;
}