
/* basic styles */

body {
	background-color: #660066;
	background-image: url(../images/bg_arrows.png);
	background-repeat: no-repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
	margin: 0px;
}

div, p, td {
	font-family: verdana, arial, sans-serif;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #f00;
}

h1 {
	/* this is used for the main page title only */
	color: #000;
	font-size: 380%;
	margin: 30px 0px 0px 0px;
}

/* h2, h3 and h4 are title (large), title (medium) and title (small) respectively */
h2 {
	color: #000;
	font-size: 140%;
	margin: 0px 0px 15px 0px;
}

h3 {
	color: #000;
	font-size: 130%;
	margin: 0px 0px 15px 0px;
}

h4 {
	color: #000;
	font-size: 120%;
	margin: 0px 0px 15px 0px;
}

/* structural styles */

#top_nav {
	background-color: #39cbfa;
	width: 770px;
	height: 42px;
}

#main_nav {
	background-color: #000;
	width: 770px;
}

#content {
	background-color: #fdfcf8;
	background-image: url("../images/bg/home.jpg");
	background-repeat: no-repeat;
	width: 770px;
}

#footer {
	background-color: #000;
	color: #fff;
	width: 770px;
}

/* top nav styles */

#text_size {
	height: 38px;
}

#text_size_inner {
	padding: 10px 0px 0px 12px;
}

#search_form {
	height: 38px;
	background-image:url(../images/search_bg.png);
	background-repeat: no-repeat;
	background-position: right;
}

#search_form_inner {
	padding: 0px 56px 0px 0px;
}

#search_box {
	width: 118px;
	height: 18px;
	border: 1px #000 solid;
}

#search_button {
	vertical-align:middle;
}

#content_inner {
	padding: 0px 0px 20px 10px;
}

#title {
	width: 760px;
}

#title_inner {
	width: 570px;
}

#body_content {
	padding: 20px 0px 0px 0px;
}

/* home page styles */

#home_page_intro {
	padding: 23px 10px 20px 0px;
	width: 309px;
}

#home_page_intro p {
	margin: 0px;
}

.home_feature {
	position: relative;
	float: left;
	width: 252px; height: 141px;
}

.home_feature_inner {
	width: 243px; height: 126px;
}

.hf_left {
	position: absolute;
	left: 0px; top: 0px;
	width: 105px; 
	height: 126px;
}

.hf_right {
	position: absolute;
	left: 105px; top: 0px;
	width: 138px; 
	height: 126px;
}

.hf_title {
	position: absolute;
	top: 0px; right: 20px;
	width: 120px;
	text-align: right;
	padding: 5px 0px 0px 0px;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
}

.hf_title a {
	color: #ffffff;
}

.hf_text {
	position: absolute;
	bottom: 20px; right: 20px;
	text-align: right;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	margin: 0px;
}

.hf_text a {
	color: #ffffff;
}

/* left nav styles */

#left_nav {
	width: 240px;
}

#left_nav_content {
	padding: 0px 10px 0px 10px;
	background-color: #000;
	color: #fff;
}

#left_nav_content a {
	color: #fff;
}

/* content styles */

#main_content {
	width: 480px;
}

#main_content_inner {
	padding: 0px 10px 0px 15px;
}

/* generic styles */

.clsTable, .clsTable td {
	border:solid 1px #666;
}

hr {
	border: thin dashed #666;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_both {
	clear:both;
}

.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.display_none {
	display: none;
}