/*
Generic CSS Code

This code is arranged into sections in this order:
	> Top Level Defintions
	> Header
	> Menu
	> Left
	> Right
	> Content
	> Footer
	> Other Items
*/

/* Start of Top-Level Definitions */
body {
		background-color:#9B8B7A;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		scrollbar-3dlight-color:#D7CDC4;
		scrollbar-arrow-color:#D7CDC4;
		scrollbar-base-color:white;
		scrollbar-darkshadow-color:white;
		scrollbar-face-color:#EEEAE6;
		scrollbar-highlight-color:white;
		scrollbar-shadow-color:#D7CDC4;;
	}


#container1 {
	position: absolute;
	top: 10px;
	left: 10px;
	border: #FFFFFF 2px solid;
	background: white;
	width: 956px;
	min-height: 600px;
	margin-top: 0px;
	}

body, p, h1, h2 td {
		margin:0;
		padding:0;}
		
	img { border:none; }
	
	
	h1 {
		color: #FA821E; 
		FONT-WEIGHT: bold; 
		FONT-SIZE: 18px; 
		MARGIN-BOTTOM: 20px;}
	
	H2 {
		FONT-WEIGHT: bold; 
		FONT-SIZE: 16px;
		color: #56473D;
	}	
	p {
		margin-right:0px;
		margin-bottom:0px;}

/* End of Top-Level Definitions */

			
	
/* Start of Header */	
#header {
	margin-bottom: 7px;
	font-size: 1px;
	height: 152px;
}

/* End of Header */

/* Start of Menu */	

#hMenu {
	border-style: solid;
	border-color: #545454;
	border-width: 1px 0;
	height: 25px;
	background: #cbd1c3 url(menuBullet1.gif) no-repeat 15px 9px;
	padding: 0 0 0 5px;
	}
	
	#hMenu ul {
		margin: 0 0 0 -40px !important;
		margin: 0;
		list-style: none;
		text-align: center;
		background: transparent url(menuBullet3.gif) no-repeat 650px 9px !important;
		background: transparent url(menuBullet3.gif) no-repeat 615px 9px;
		}
		
	#hMenu ul li {
		display: inline;
		padding: 0 0 0 23px;
		background: url(menuBullet2.gif) no-repeat 4px 6px !important;
		background: url(menuBullet2.gif) no-repeat 4px 9px;
		}

	#hMenu ul li#frst {
		padding: 0;
		background: none !important;
		}

	#hMenu ul li a {
		color: #000;
		font: bold 14px/25px Georgia, Times New Roman, Times, serif;
		text-decoration: none;
		padding: 3px 8px;
		}

	#hMenu ul li a:hover {
		text-decoration: none;
		background-color:#e1e5db;
		}

/* End of Menu */

/* Start of Left */
#left {
	width: 150px;
	float: left;
	margin: 0px;	
	padding: 3px;
	}
	#left p {
		color: #222222;
		font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 0px 3px;
		}	
/* End of Left */

/* Start of Right */
#right {
	width: 150px;
	float: right;
	margin: 0px 5px 0px 0px;
	vertical-align: top;
}
	#right h2 {
		padding: 0;
		margin: 0;
		text-align: right;
	}
	#right p {
		text-align: right;
	}
/* End of Right */	



/* Start of Content */
#content {
	//position: relative;
	float: left;
	//float: right;
	padding: 0px;
	margin: 0 3px;
	width: 100%;
	//width: 800px;
}

#content a {
	color:#635343;
}
#content a:hover {
	color:#000000;
}
		
		
/* End of Content */	

	
		
/* Start of Footer */
#footer {
	float: left;
	margin-top: 10px;
	border-top: 5px solid #fa821e;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	font-size: 9px;
	padding-bottom: 0px;
}

	
	#footer p {
		color: #3d492b;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		}
	#footer p.left { /* <p>'s with class left are put over to the left */
		padding-left: 5px;
		float: left;
		}		
	#footer p.right { /* <p>'s with class right are put over to the left */
		float: right;
		}
	#footer a {
		color:#826e59;
	}
	#content a:hover {
		color:#000000;
	}
	#content a:active {
		color:#fa821e;
	}
/* End of Footer */

/* Start of Other Items */		
.event {
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #545454;
	border-right-color: #545454;
	border-bottom-color: #545454;
	border-left-color: #545454;
	padding: 2px;
	font-size: 12px;
	margin: 0px;
	}
.loginbox {
	border: 1px solid #fa821e;
	background: #EAE9E8;
}
/* End of Other Items */		
	