@charset "utf-8";
/* CSS Document */

/* ------------ MAIN BODY STYLES ------------ */
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
}
body {
	/*background-color: #D1C6A4;*/
	background-color: #7c4e24;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	background-color: #FFF3D2;
	background-image:url(../../images/layout/content_bg.gif);
	background-repeat:repeat-x;
	align:center;
	border-bottom:2px solid #bdb599;
}

/* ------------ DIV STYLES ------------ */
.DIVheader {
	background-color:#3b1801;
	background-image:url(../../images/layout/banner_bg.gif);
	background-repeat:repeat;
	background-position:top;
	height:285px;
	border:1px solid #000000;
}
.DIVheader_banner {
	width:800px;
}
.DIVheader_menu_wrapper {
	background-color:#4d452d;
	background-image:url(../../images/layout/banner_menu_bg.gif);
	background-repeat:repeat-x;
	height:50px;
	border-bottom:1px solid #000000;
}
.DIVheader_menu {
	width:800px;
	height:50px;
	text-align:left;
}

/* HOME */
.DIVheader_menu_home {
	background-image:url(../../images/layout/menu_drop_bg.gif);
	background-repeat:repeat-x;
	background-color:#4f462e;
	border:2px solid #655a3b;
	border-top:none;
	width:120px;
	position:relative;
	left:0x;
	top:0px;
	z-index:50;
	text-align:left;
	padding:5px;
	visibility:hidden;
}
.DIVheader_menu_home2 {
	background-image:url(../../images/layout/menu_drop_bg.gif);
	background-repeat:repeat-x;
	display:block;
	background-color:#4f462e;
	border:2px solid #655a3b;
	border-top:none;
	width:120px;
	position:relative;
	left:0px;
	top:0px;
	z-index:50;
	text-align:left;
	padding:5px;
	visibility:visible;
}

/* INVOLVED */
.DIVheader_menu_involved {
	background-image:url(../../images/layout/menu_drop_bg.gif);
	background-repeat:repeat-x;
	display:block;
	background-color:#4f462e;
	border:2px solid #655a3b;
	border-top:none;
	width:120px;
	position:relative;
	left:265px;
	top:-92px;
	z-index:52;
	text-align:left;
	padding:5px;
	visibility:hidden;
}
.DIVheader_menu_involved2 {
	background-image:url(../../images/layout/menu_drop_bg.gif);
	background-repeat:repeat-x;
	display:block;
	background-color:#4f462e;
	border:2px solid #655a3b;
	border-top:none;
	width:120px;
	position:relative;
	left:265px;
	top:-92px;
	z-index:52;
	text-align:left;
	padding:5px;
	visibility:visible;
}

/* SPONSORSHIP */
.DIVheader_menu_sponsorship {
	background-image:url(../../images/layout/menu_drop_bg.gif);
	background-repeat:repeat-x;
	display:block;
	background-color:#4f462e;
	border:2px solid #655a3b;
	border-top:none;
	width:120px;
	position:relative;
	left:399px;
	top:-200px;
	z-index:54;
	text-align:left;
	padding:5px;
	visibility:hidden;
}
.DIVheader_menu_sponsorship2 {
	background-image:url(../../images/layout/menu_drop_bg.gif);
	background-repeat:repeat-x;
	display:block;
	background-color:#4f462e;
	border:2px solid #655a3b;
	border-top:none;
	width:120px;
	position:relative;
	left:399px;
	top:-199px;
	z-index:54;
	text-align:left;
	padding:5px;
	visibility:visible;
}

/* DONATIONS */
.DIVheader_menu_donations {
	background-image:url(../../images/layout/menu_drop_bg.gif);
	background-repeat:repeat-x;
	display:block;
	background-color:#4f462e;
	border:2px solid #655a3b;
	border-top:none;
	width:120px;
	position:relative;
	left:500px;
	top:-200px;
	z-index:54;
	text-align:left;
	padding:5px;
	visibility:hidden;
}
.DIVheader_menu_donations2 {
	background-image:url(../../images/layout/menu_drop_bg.gif);
	background-repeat:repeat-x;
	display:block;
	background-color:#4f462e;
	border:2px solid #655a3b;
	border-top:none;
	width:120px;
	position:relative;
	left:532px;
	top:-291px;
	z-index:54;
	text-align:left;
	padding:5px;
	visibility:visible;
}

.DIVsubMenu {
	border-bottom:1px solid #655A3B;
	padding:2px;
}
.DIVcontent {
	width:800px;
	min-height:200px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	z-index:40;
}
.DIVfooter {
	text-align:center;
	/*background-color:#d1c6a4;*/
	background-color: #3b1801;
	padding:10px;
	font-size:10px;
	color: #fff3d2;
}

.DIVfooter a {
	color: #FFFFFF;
}

.DIVfooter a:hover {
	color: #fff3d2;
	text-decoration: underline;
}

.DIVwindow_header {
	background-color:#d1c6a4;
	margin:0px;
	font-size:18px;
	padding:2px;
	padding-left:5px;
}
.DIVwindow_body {
	padding:5px;
	background-color:#eee4c3;
	border:1px solid #d1c6a4;
	margin-bottom:20px;
}
.DIVwindow_body2 {
	padding:5px;
	margin-bottom:20px;
}
.DIVfooter_dashboard {
	text-align:center;
	font-size:10px;
	color:#663300;
	border-top:1px dotted #663300;
	padding-top:5px;
	margin-top:5px;
}
.DIVdashboard_header {
	background-color:#663300;
	color:#FFFFFF;
	padding:4px;
	margin-bottom:20px;
}
.DIVdashboard_row {
	background-color:#f5efdb;
}
.DIVwhite {
	background-color:#FFFFFF;
	border:1px solid #d1c6a4;
	text-align:center;
	padding:4px;
}
.DIVinfo {
	margin-top:10px;
	font-size: 12px;
	width:370px;
}

/* ------------ IMAGE STYLES -------------*/
.IMGbanner {
	border:none;
	width:800px;
	height:285px;
}
.IMGstudents {
	border:1px solid #663300;
	width:130;
	height:180;
	margin-bottom:5px;
}
.IMGstudents_thumb {
	border:1px solid #663300;
	width:50px;
	margin-bottom:5px;
}

/* ------------ LINK STYLES ------------ */
a:link {
	color: #FFF3D2;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	color: #FFF3D2;
	font-size:12px;
	text-decoration:none;
}
a:visited {
	color: #FFF3D2;
	font-size:12px;
	text-decoration:none;
}
a:link.gen {
	color:#663300;
	font-size:14px;
	text-decoration:underline;
}
a:hover.gen {
	color: #663300;
	font-size:14px;
	text-decoration:underline;
}
a:visited.gen {
	color: #663300;
	font-size:14px;
	text-decoration:underline;
}
a:link.gen_small {
	color:#663300;
	font-size:12px;
	text-decoration:none;
}
a:hover.gen_small {
	color: #663300;
	font-size:12px;
	text-decoration:none;
}
a:visited.gen_small {
	color: #663300;
	font-size:12px;
	text-decoration:none;
}
a:link.LINKmenu {
	color: #FFF3D2;
	font-size:16px;
	text-decoration:none;
}
a:hover.LINKmenu {
	color: #FFF3D2;
	font-size:16px;
	text-decoration:none;
}
a:visited.LINKmenu {
	color: #FFF3D2;
	font-size:16px;
	text-decoration:none;
}
a:link.LINKfooter {
	color: #ffffff;
	font-size:10px;
	text-decoration:none;
}
a:hover.LINKfooter {
	color: #ffffff;
	font-size:10px;
	text-decoration:none;
}
a:visited.LINKfooter {
	color: #663300;
	font-size:10px;
	text-decoration:none;
}

/* ------------ LIST STYLES -----------*/
ul {
	margin:0px;
	padding-top:15px;
	padding-right:40px;
}
hr {
	border:1px solid #bdb599;
	border-bottom:1px solid #fff8e0;
}
.HR {
	border:1px solid #d1c6a4;
	border-bottom:1px solid #FFFFe0;
}

/*------------- TABLE STYLES ----------*/
.TABLEmenu {
	width:800px;
	border-left:1px solid #7d704e;
	border-right:1px solid #3b3422;
	height:50px;
	
}
.CELLmenu {
	width:133px;
	border-right:1px solid #7d704e;
	border-left:1px solid #3b3422;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
}
.CELLmenu2 {
	background-image:url(../../images/layout/menu_btn.gif);
	background-repeat:no-repeat;
	width:133px;
	border-right:1px solid #7d704e;
	border-left:1px solid #3b3422;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
}
.TABLEcontent {
	width:800px;
}
.CELLcontent_left {
	width:500px;
	padding-right:20px;
	text-align:justify;
}
.CELLcontent_right {
	text-align:left;
}
.TABLE {
	border-left:1px solid #663300;
	width:800px;
}
th {
	background-color:#D1C6A4;
	border:1px solid #663300;
	border-left:none;
}
.CELL1 {
	background-color:#FFF3D2;
	border-bottom:1px solid #663300;
	border-right:1px solid #663300;
}
.CELL2 {
	background-color:#e9d7b4;
	border-bottom:1px solid #663300;
	border-right:1px solid #663300;
}

/*------------ TEXT STYLES ------------*/
h1 {
	font-size:24px;
}
.TEXTsmall {
	color:#663300;
	font-size:10px;
}
.TEXTdate {
	color:#666600;
	font-size:10px;
}
.TEXTerr {
	color:#CC0000;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}
form {
	margin:0;
}
p {
	margin-top:5px;
	margin-bottom:20px;
}
.Plist {
	margin-top:5px;
	margin-bottom:10px;
}

/* ---------- INPUT STYLES ------------*/
.INPUTtext {
	width:180px;
	border:1px solid #663300;
}
.INPUTsubmit {
	background-color:#4d452d;
	background-image:url(../../images/layout/submit_bg.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	border:1px solid #4d452d;
	text-transform:uppercase;
	height:25px;
	text-align:center;
}
.INPUTtext_contact {
	width:300px;
	border:1px solid #663300;
	padding:2px;
}
.INPUTtext_add {
	width:275px;
	border:1px solid #663300;
	padding:2px;
}
.INPUTjoin_highlight{
	width:300px;
	background-color:#d6927e;
	border:1px solid #990000;
	padding:2px;
}
.INPUTtext_edit {
	width:420px;
	padding:2px;
	border:1px solid #663300;
}
.INPUTbrowse {
	background-color:#FFFFFF;
	width:400px;
}
.TEXTAREA {
	width:420px;
	height:200px;
	border:1px solid #663300;
	padding:2px;
}

.blue a {
	color: #0000ff;
}
.blue a:hover {
	color: #5c4013;
}
