/* HTML TAGS START HERE */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	text-align: center;
	background-color: #999999;
}

img {
	border: 0px;
}

th {
	background: #30BFCB;
	color: white;
	padding: 2px;
	text-transform: capitalize;
} 

td {
	border: 1px solid #30BFCB;
	padding: 2px;
}

/*HTML TAGS END HERE*/

/* MAIN COLUMN STARTS HERE */
.main_column {
	width: 720px;
	margin: 0px auto 0px auto;
	background: #fff;
	padding:0;
}
/* MAIN COLUMN ENDS HERE */

/* HEADER STARTS HERE */
.header_top {
	width: 700px;
	height: 54px;
	border-bottom: 1px solid white;
	background-color: #30BFCB;
	margin: 0px 10px 0px 10px;
	text-align: right;
	font-weight: bold;
	color:#fff;
	padding: 0px;
}

.header_top p {
	padding: 10px;
	margin: 0;
}

.header_mid {
	border-top: 1px solid #30BFCB;
	border-bottom: 1px solid #30BFCB;
	margin: 0px 10px 0px 10px;
	height: 81px;
}

.header_mid_left {
	left: 0;
	width: 221px;
	float:left;
}

.header_mid_right {
	float: right;
}

.header_btm {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	margin: 0px 10px 0px 10px;
	width:700px;
	height:166px;
}
#header_btm {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	margin: 0px 10px 0px 10px;
	width:700px;
	height:166px;
}
/*HEADER ENDS HERE */

/* START HORIZ NAVIGATION */
.horiz_nav {
	width: 700px;
	margin: 0px auto 0px 10px;
	display:block;
	background-color: #30BFCB;
	clear: both;
}

.horiz_nav ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.horiz_nav li {
	display: inline;
	float: left;
	text-transform: capitalize;
	font-weight: bold;
	border-right: 1px solid white;
	color: #30BFCB;
}

.horiz_nav a {
	text-decoration: none;
	color: white;
	display: block;
	background: #30BFCB;
	padding: 0px 7px 0px 7px;
}

.horiz_nav a:hover {
	text-decoration: none;
	color: #8A7967;
	display: block;
	background: #fff;
	color:  #30BFCB;
	padding: 0px 7px 0px 7px;
}

/* END HORIZ NAVIGATION */

/* START SUB NAV */
.sub_nav {

}

.sub_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sub_nav li {
	text-transform: capitalize;
	font-weight: bold;
	color: #30BFCB;
	margin: 0;
	padding: 0;
}

.sub_nav a {
	text-decoration: none;
	color: #30BFCB;
	background: #fff;
}

.sub_nav a:hover {
	text-decoration: none;
	color: #30BFCB;
	background: #fff;
}

/* END SUB NAV */

/*START CONTENT HOLDER*/
.content_holder {
	width: 700px;
	margin: 0px 10px 0px 10px;
	border-bottom: 1px solid #30BFCB;
	clear: both;
	background-image: url(../images/page_back.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.content_holder form {
	margin: 5px 0px 0px 0px;
	padding: 10px;
	text-align:left;
	background-color:#eee;
}

.content_holder label {
	color: #30BFCB;
	margin: 0;
	padding: 0;
	width: 180px;
	float: left;
	font-weight: bold;
	text-transform:capitalize;
}

.content_holder input, .content_holder textarea {
font-family:Arial, Helvetica, sans-serif;
background-color:#fff;
border:1px solid #ccc;
font-size:12px;
}

.content_holder fieldset {
	padding: 5px;
}


.content_holder legend {
font-size: 1.2em;
font-weight: bold;
}

.display_form_text {
	width: 300px;
	border: 1px solid gray;
	padding: 5px;
}
/*END CONTENT HOLDER*/

/*START LEFT CONTENT*/
.left_content {
	width: 470px;
	float: left;
	margin: 0;
	text-align: left;
}

.left_content h1 {
	font-size: 1.2em;
	margin: 4px 0px 2px 0px;
	padding: 0;
	text-align:left;
	float: none;
	clear: both;
	color: #30BFCB;
	text-transform:capitalize;
}

.left_content h2 {
	font-size: 1em;
	margin: 5px 0px 5px 0px;
	padding: 0;
	text-align:left;
	float: none;
	clear: both;
	color: #666666;
}

.left_content h3 {
	font-size: 0.75em;
	margin: 5px 0px 5px 0px;
	padding: 0;
	text-align:left;
	float: none;
}

.left_content p{
	color: #333333;
	margin: 5px 0px 10px 0px;
}

.left_content img{
	float: left;
	padding: 0px 2px 2px 0px;
}

.left_content ul{
	text-align: left;
	list-style:none;
	padding:0;
	margin:10px 0 10px 0;
}

.left_content li{
padding-bottom:10px;
	
}

.left_content a {
	font-weight: bold;
	text-decoration:none;
	color: #30BFCB;
}

.left_content a:hover {
	font-weight: bold;
	text-decoration:none;
	color: gray;
}

/*END LEFT CONTENT*/

/*START RIGHT CONTENT*/
.right_content {
	width: 220px;
	float: right;
	background-color:#ccc;
	margin: 0;
	padding: 10px 0 5px 0;
	border-top: 1px solid white;
	text-align: left;
	height: 100%;
}

.right_content p{
	text-align: left;
}

.right_content hr {
	height: 1px;
	color: #CCCCCC;
}

.right_news, .right_newsletter {
	width: 200px;
	voice-family: "\"}\""; 
  voice-family:inherit;
  width:198px;
	background: #fff;
	margin: 5px 5px 5px 10px;
	padding-top: 50px;
	text-align: left;
	border: 1px solid gray;
	background-position:top;
	background-repeat:no-repeat;
}

.right_news {
	background-image: url(../images/news_back.jpg);
}

.right_newsletter {
	background-image: url(../images/newsletter_back.jpg);
}

.right_news h1,  .right_newsletter h1 {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.right_news a, .right_newsletter a {
	text-transform: capitalize;
	text-decoration:none;
	color: #000000;
}
.right_news a:hover, .right_newsletter a:hover {
	text-transform: capitalize;
	text-decoration:underline;
	color: #000000;
}

.right_news ul, .right_newsletter ul {
	list-style-position: outside;
	list-style-type:none;
	padding: 0;
	margin: 2px;
}
.right_news li, .right_newsletter li {
	margin: 0px 0px 5px 5px;
}

.right_register {
	width: 198px;
	margin: 5px 0px 5px 10px;
	padding-top: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
.right_register a {
	font-weight: bold;
	text-decoration:none;
	color: #000000;
}
.right_register a:hover {
	font-weight: bold;
	text-decoration:underline;
	color: #000000;
}
/*END RIGHT CONTENT*/

/*START ADMIN CONTENT*/
.admin_content {
	width: 690px;
	float: left;
	margin: 0px 5px 0px 0px;
}

.admin_content h1 {
	font-size: 1.3em;
	margin: 4px 0px 2px 0px;
	padding: 0;
	text-align:left;
	float: none;
	clear: both;
	color: #30BFCB;
	text-transform: capitalize;
}

.admin_content h2 {
	font-size: 0.75em;
	margin: 5px 0px 5px 0px;
	padding: 0;
	text-align:left;
	float: none;
	clear: both;
}

.admin_content h3 {
	font-size: 0.75em;
	margin: 5px 0px 5px 0px;
	padding: 0;
	text-align:left;
	float: none;
}

.admin_content p{
	text-align: justify;
	color: #333333;
	margin: 2px 0px 5px 0px;
}

.admin_content img{
	float: left;
	padding: 0px 2px 2px 0px;
}

.admin_content ul{
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.admin_content ul{
	text-align: left;
	padding: 0;
	margin: 0px 0px 0px 5px;
	list-style: none;
	float: left;
}

.admin_content a {
	font-weight: bold;
	text-decoration:none;
	color: #30BFCB;
}

.admin_content a:hover {
	font-weight: bold;
	text-decoration:none;
	color: gray;
}
/*END ADMIN CONTENT*/


/*START FOOTER */
.footer{
	width: 700px;
	background: #30BFCB;
	color: #fff;
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px 10px;
	border-top: 1px solid white;
	text-transform: capitalize;
	clear: both;
}

.footer a {
	font-weight: bold;
	text-decoration:none;
	color: #fff;
}

.footer a:hover {
	font-weight: bold;
	text-decoration:none;
	color: #eee;
}
/*END FOOTER*/

.clear {
	float: none;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	line-height:0;
}

.answer {
	font-style:italic;
	font-weight: bold;
}

