@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0;
    background-color: #603913;
}

#mainContent {
	background-color: #ffffff;
	padding: 10px;
}

#subContent {
	background-color: #312518;
	margin-top: 95px;
	margin-bottom: 0;
	padding: 10;
}

#mainContent p, td {
	color: #6c563f;
	font-family: Verdana;
	font-size: 12px;
}

.brown_text { 
	color: #6c563f;
}

#mainContent li {
	color: #6c563f;
	font-family: Verdana;
	font-size: 10px;
}

#mainContent h2 {
	color: #6c563f;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

#subContent p, td {
	color: #23b6d8;
	font-family: Verdana;
	font-size: 14px;
	
}

#subContent h2 {
	color: #23b6d8;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}


#sideBar p, td {
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
}

#footer p {
	font-family: Verdana;
	font-size: 9px;
	text-align: center;
}

h2 {
	font-family: Verdana;
	font-size: 14px;
}

.blue_text { color: #23b6d8; }

a.blue_link:link {color: #23b6d8; text-decoration: underline;}
a.blue_link {color: #23b6d8; text-decoration: underline;}
a.blue_link:visited {color: #23b6d8; text-decoration: underline;}
a.blue_link:hover {text-decoration: none; color: #23b6d8;}

.textbox {
	background-image: url('images/input-text-bg.gif');
	height: 20px;
	border: 1px solid #90f6ff;
	color: #919191;
	font-size: 9px;
	font-family:  Verdana;
}

.textarea {
	background-image: url('images/textarea-bg.gif');
	height: 68px;
	border: 1px solid #90f6ff;
	color: #919191;
	font-size: 9px;
	font-family:  Verdana;
}

.submit_btn {
    border : 1px solid;
	border-color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
	background-color : #ffffff;
	padding: 2px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-top : 0px;
}
.submit_btn_over {
    border : 1px solid;
	border-color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : none;
	background-color : #999999;
	padding: 2px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-top : 0px;
}

.visibleDiv {}
.hiddenDiv {visibility: hidden}

#mainContent a:link {color: #6c563f; text-decoration: underline;}
#mainContent a {color: #6c563f; text-decoration: underline;}
#mainContent a:visited {color: #6c563f; text-decoration: underline;}
#mainContent a:hover {text-decoration: none; color: #6c563f;}

#sideBar a:link {color: #ffffff; text-decoration: underline;}
#sideBar a {color: #ffffff; text-decoration: underline;}
#sideBar a:visited {color: #ffffff; text-decoration: underline;}
#sideBar a:hover {text-decoration: none; color: #ffffff;}

#subContent a:link {color: #23b6d8; text-decoration: underline;}
#subContent a {color: #23b6d8; text-decoration: underline;}
#subContent a:visited {color: #23b6d8; text-decoration: underline;}
#subContent a:hover {text-decoration: none; color: #23b6d8;}

#footer a:link {color: #d4985e; text-decoration: underline;}
#footer a {color: #d4985e; text-decoration: underline;}
#footer a:visited {color: #d4985e; text-decoration: underline;}
#footer a:hover {text-decoration: none; color: #d4985e;}