* {
	margin:0px;
	padding:0px;
}
body {
	background-color: #6B6B6B;
	color: #6B6B6B;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:1px;
	padding:0px;
	font-weight: bold;
}
h1, h3 {
	font-size:14px;
	font-style: normal;
	font-weight: bold;
	margin-bottom:10px;
}
h2  {
	font-size:13px;
	font-style: normal;
	font-weight: bold;
	margin-bottom:10px;
}
p {
	margin-bottom:5px;
	font-weight: normal;
}
p img {
	float:left;
	margin-right:10px;
	border:#6B6B6B 1px solis;
}
ul {
	list-style-type: none;
	margin: 10px 5px;
}
ul li {
	background: url(images/bullet.gif) no-repeat left top;
	list-style-type: none;
	padding: 1px 10px;
}
a, a:link {
	color:#0f87ac;
	text-decoration:underline;
}
a:hover, a:active {
	color: #0f87ac;
	text-decoration:none;
}

/* MAIN TABLE styles */
#Header {
	width:766px;
	height:336px;
	margin:0 auto;
}
#Wrapper {
	width:736px;
	background:#FFFFFF url(images/bg.gif) left top repeat-y;
	margin:0 auto;
	padding:10px 20px 0px 10px;
}
.clearBOTH {
	height:auto;
	clear:both;
	background-color: #FFFFFF;
}
.space {
	height: 20px;
	background:url(images/bg_space.gif) center left repeat-x;
	clear: both;
}
.bullet {
	float:left;
	margin-right:5px;
	padding-top:4px;
}
.dates {
	color:#FFFFFF;
	background:#0f87ac;
	padding:0px 5px;
	margin-right:10px;
}


/* CONTENT ------------------------- */
#LeftContent {
	width:200px;
	float:left;
	text-align:left;
	margin-right:10px;
}
#RightContent {
	width:176px;
	float:right;
	text-align:left;
}
#Content {
	width:288px;
	float:left;
	text-align:left;
	padding:0 20px;
}

.LeftBox {
	width:190px;
	height:91px;
	background:url(images/bg_box.gif) left top no-repeat;
	color:#333333;
	text-align:right;
	padding:7px;
	margin-bottom:10px;
	font-weight: bolder;
}
.LeftBox h1 {
	color:#FFFFFF;
	margin-bottom:5px;
	text-align:right;
}
.LeftBox a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.LeftBox a:hover {
	color:#a6a6a6;
	font-weight:bold;
	text-decoration:none;
}
.LeftBox_In {
	height:78px;
}
/* END CONTENT --------------------- */
#Footer {
	width:766px;
	height:48px;
	margin:0px auto;
	padding-top:12px;
	border-top:#acd443 3px solid;
	border-left:#acd443 1px solid;
	border-right:#acd443 1px solid;
	font-size:9px;
	text-align:center;
	color:#FFFFFF;
	background-color: #7D7D7D;
}
#Footer a {
	color:#CCCCCC;
}
#Footer a:hover {
	color: #ACD443;
}
/* END MAIN TABLE styles */

/* TOP MENU -------- */
#Menu {
	width:766px;
	height:70px;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
}
#Menu ul { margin:0px; padding:0px;}
#Menu ul li { height: 70px; background: url(images/menu_border.gif) right top no-repeat; float:left; list-style-type: none; margin: 0px; padding: 0px;}
#Menu ul li a { height: 70px; width:110px; background: url(images/menu_bg.gif) center top repeat-x; color: #ffffff; line-height:70px; display: block; margin:0px; padding:0px; text-decoration: none;}
#Menu ul li a:hover { background: url(images/bg_menu_over.gif) center top repeat-x; color: #A5D42E; text-decoration: none;}

/* LOGIN TABLE styles */
#Login {
	font-size:12px;
	line-height:12px;
	color:#ccc;
	float:right;
	height:35px;
	width:340px;
}

/* FORM styles */
#ContactForm {
	width:240px;
	padding-top:35px;
}

.button img {
	border:none;
	width:100%;
	margin:0px;
	padding:0px;
	cursor: pointer;
}
.input-text {
	width:85%;
	height:15px;
	background-color:#FFFFFF;
	border: solid 1px #999;
	font-size:11px;
	color:#666;
	padding:2px;
}
.formbutton {
background:url(images/Login.gif) no-repeat;
cursor:pointer;
width:46px
}
.formbutton:hover {
background:url(images/Login_over.gif) no-repeat;
cursor:pointer;
width:46px
}
/* --------------------------- */
