* {
	margin: 0;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center; /* for internet explorer */
	background-image: url(../images/bg_x_top.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
#wrapper {
	position: relative;
	width: 900px;
	top: 0px;
	padding-bottom: 70px !important;
	margin: auto;
	text-align: left;
 }
 img a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
#hdr {
	height: 101px;
	width: 900px;
	background-image: url(../images/header_bck.jpg);
}
img.port {
	margin: 12px;
}
#main_nav {
	background-image: url(../images/nav_hor_bar.jpg);
	height: 36px;
	width: 900px;
	background-repeat: no-repeat;
	padding-top: 8px;
}
#main_nav a {
	color: #666666;
	padding-right: 85px;
	padding-left: 85px;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}
#main_nav ul {
	list-style-type: none;
	text-decoration: none;
}
#main_nav   li  {
	list-style-type: none;
	display: inline;
}
#middle {
	background-color: #FFFFFF;
	height: 100%;
	width: 900px;
}
#mid {
	height: 206px;
	margin: 10px;
}
#top_nav {
	color: #FFFFFF;
	width: 500px;
	position: absolute;
	top: 70px;
	right: 15px;
	list-style-type: none;
	text-align: right;
}
#top_nav a {
	color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 11px;
}

#top_nav ul {
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
}
#top_nav   li  {
	list-style-type: none;
	display: inline;
	color: #FFFFFF;
}
#content_mid { /* this is for the middle pages */
	width: 870px;
	height: 100%;
	text-align: justify;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 15px;
}
#content_mid_left {
	width: 545px;
	height: 100%;
	text-align: justify;
	padding-bottom: 10px;
	float: left;
}
#content_right {
	width: 275px;
	height: 100%;
	text-align: justify;
	padding-bottom: 10px;
	padding-left: 15px;
	float: right;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	margin-top: 15px;
	padding-right: 10px;
}
#content_right h1 {
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;

}


h1, h2,h3 {
	font-size: 1.35em;
	margin-bottom: 10px;
	color: #666666;
}
p   {
	font-size: 83%;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 15px;
}
li {
	font-size: 83%;
	color: #666666;
}
td p {
	padding-right: 15px;
	padding-left: 15px;
}
#clear {
	clear: both;
}
#footer {
	background-repeat: no-repeat;
	height: 50px;
	width: 900px;
	text-align: center;
	color: #CCCCCC;
	font-size: 82%;
	background-image: url(../images/footer.jpg);
	background-position: top;
	padding-top: 40px;
}
#footer  a {
	color: #CCCCCC;

}
#pagination  a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	text-decoration: none; /* no underline */
	color: #DDD;
}
#pagination a:hover {
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #DDD;
}
#pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #333333;
	}
#pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #666;
	color: #666666;
}
input.regular{
	border: none;
	height: 58px;
	width: 367px;
	font-size: 25px;
	margin-bottom: 10px;
	background-image: url(../html/images/input_back.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}
textarea {
	background-image: url(../html/images/box_bck.jpg);
	background-repeat: no-repeat;
	height: 185px;
	width: 370px;
	border:none;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 10px;
}
input.button {
	background-image: url(../html/images/btn_back.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 225px;
	border:none;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
}
input.button2 {
	background-image: url(../html/images/btn_back2.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 225px;
	border:none;
	color: #FFFFFF;
	font-size: 15px;
}