*{
	margin: 0px;
	padding: 0px;
}

body {
	color: #FFFFFF;
	background-color: #666633;
	font-family: 'verdana';
	font-size: 100%;
	text-align: center;
}

table {
	font-size: 1em;
}

td {
	color: #FFFFFF;
	background-color: inherit;
	font-family: 'verdana';
	font-size: 1em;
}

a {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}

ul, ul li {
	list-style: none outside;
}

p {
	padding: 0.6em 0em 0.6em;
}

input, textarea, select {
	font-family: 'verdana';
	font-size: 13px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}


/* ++++++++++++++++++++ Right Panel ++++++++++++++++++++ */

#right_panel {
	width: 1045px;
	background: url('logo.gif') no-repeat 100%;
	background-position: 800px 30px;
	font-size: 0.71em;
}

/* ++++++++++++++++++++ Body ++++++++++++++++++++ */

#body {
	float: right;
	margin-top: 15px;
	position: relative;
	right: 245px;
	width: 615px;
	}

#body_b {
	padding: 15px 0px;
	width: 615px;
	}

#body_c {
	color: inherit;
	background-color: #339900;
	border-left: #FFFFFF 6px solid;
	border-right: #FFFFFF 6px solid;
	border-top: #FFFFFF 6px solid;
	border-bottom: #FFFFFF 6px solid;
}



/* ++++++++++++++++++++ Header ++++++++++++++++++++ */

#header {
	padding-bottom: 10px;
	color: inherit;
	background-color: #99CC33;
}

#header h1 {
	position: relative;
	width: 100%;
	height: 20px;
}



/* ++++++++++++++++++++ Content ++++++++++++++++++++ */

#content {
	padding: 15px 10px 15px;
	text-align: left;
}


/* ++++++++++++++++++++ Menu ++++++++++++++++++++ */

#menu {
	float: left;
	margin-top: 2px;
	position: relative;
	left: 20px;
	width: 166px;
	font-size: 1.15em;
	font-weight: bold;
}

#menu_b {
	padding: 15px 0px;
	width: 166px;
}

#menu_c {
	color: inherit;
	background-color: #99CC33;

}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
}

#menu li {
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-left: #FFFFFF 6px solid;
}

#menu li a {
	color: #FFFFFF;
	display: block;
	padding: 5px 0px;
	width: 160px;
}

#menu li a:hover {
	color: inherit;
	background-color: #339900
}

#menu li a:link {
	color: #FFFFFF
	background-color: #339900
}

#menu li.list_first {
	border-top: #FFFFFF 6px solid;
}

#menu li.list_last {
	border-bottom: #FFFFFF 6px solid;
}


/* ++++++++++++++++++++ Footer ++++++++++++++++++++ */

#footer {
	padding: 1px 0px;
	font-size: 0.9em;
	font-weight: bold;
}


