@charset "utf-8";
body {
	margin: 0px;
}
input {
  color: #900;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.header {
	height: 145px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.menu_hold {
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	height: 34px;
	width: 100%;
}
.sub_menu {
	background-color: #999;
	height: 15px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	text-align:center;
	-moz-border-radius-bottomleft: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	 -webkit-border-bottom-right-radius: 10px;
}
.menu {
	height: 34px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.main {
	background-color: #FFF;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	min-height:200px;
	color: #000;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	height: auto;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 3px;
	height: auto;
	width: auto;
}
.borderBottom {
	border-bottom-color: #333 1px solid;
}

.inputTxttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 3px;
	border: 1px solid #999;
}
.inputTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 3px;
	border: 1px solid #999;
	 resize: vertical ;
}
.largeButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 5px;
	cursor: pointer;
}
.image {
	margin: 10px;
	border: 1px solid #333;
}
.topitem {
	float:left;
	padding: 0px;
}
.topitem:hover {
	padding-top: 1px;
}

h2 {
	color: #666;
}
