/* MAIN STYLES */
body {
	font-size: 9pt;
	font-family: Arial, Tahoma, Small Fonts, Sans-Serif;
	color: #444;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	line-height:14pt;
}
table, td, tr {
	font-size: 9pt;
	font-family: Arial, Tahoma, Small Fonts, Sans-Serif;
	font-weight: normal;
	color: #666;
	line-height:13pt;
}
a:link, a:visited, a:active {	
	font-size: 9pt;
	font-family: Arial, Tahoma, Small Fonts, Sans-Serif;
	text-decoration: none;
	color: #000;
}
a:hover {	
	font-size: 9pt;
	font-family: Arial, Tahoma, Small Fonts, Sans-Serif;
	text-decoration: none;
	color: #666;
}
h1 {
	font-weight: bold;
	font-size: 13pt;
	height: 20px;
	font-family: Arial, Tahoma, Small Fonts, Sans-Serif;
	color: #60520F;
	padding: 0;
	margin: 0;
	display: block;
	text-align: left;
	margin-bottom:10px;
}
h2 {
	font-weight: bold;
	font-size: 11pt;
	height: 20px;
	font-family: Arial, Tahoma, Small Fonts, Sans-Serif;
	color: #60520F;
	padding: 0;
	margin: 0;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}
h3 {
	font-weight: bold;
	font-size: 10pt;
	height: 18px;
	font-family: Arial, Tahoma, Small Fonts, Sans-Serif;
	color: #60520F;
	padding: 0;
	margin: 0;
	display: block;
	text-align: left;
	margin-top: 0;
	margin-bottom: 5px;
}
hr {
	margin-top: 20px;
	margin-bottom: 8px;
	width: 100%;
	border: 0;
	height:1px;
	background-color:#666;
}
input, .formcontent {
	font-size: 9pt;
	font-family: Arial, Tahoma, Small Fonts, Sans-Serif;
	color: #333333;
	padding:3px;
}

#subcontainer {
	background-image: url(images/image_01.gif);
	background-position: top center;
	background-repeat:no-repeat;
	width: 741px;
}

#container {
	width: 741px;
	background-image: url(images/image_02.gif);
	background-position: top center;
	background-repeat:repeat-y;
	display:block;
}

#menu {
	margin-top:250px;
	margin-left:50px;
	width:150px;
	float:left;
	text-align:left;
}

#menu a:link, #menu a:active, #menu a:visited {
	font-size:9pt;
	display:block;
	color:#9D9051;
	font-weight:bold;
}

#menu a:hover {
	font-size:9pt;
	color:#81753A;
}

#menu a.current:link , #menu a.current:link , #menu a.current:visited {
	font-size:9pt;
	display:block;
	color:#5F9800;
	font-weight:bold;
}

#menu a.current:hover {
	font-size:9pt;
	color:#82B629;
}

#content {
	width:420px;
	margin-right:65px;
	margin-top:70px;
	float:right;
	text-align:left;
}

#footer {
	width:741px;
	background-image: url(images/image_03.gif);
	background-repeat: no-repeat;
	background-position:top center;
	font-size:8pt;
	text-transform:lowercase;
	font-weight:bold;
	color:#999;
	padding-top:40px;
}

#footer a:link, #footer a:active, #footer a:visited {
	font-size:7pt;
	font-weight:bold;
	color:#999;
}

/************************MISC CLASSES***************************/

.greenbox {
	background-color:#d4ec9b;
	color: #87b41b;
	border:1px solid #87b41b;
	font-weight:bold;
	padding:5px;
	margin-bottom:5px;
}

.redbox {
	background-color:#ffa7a7;
	color: #cc1010;
	border:1px solid #cc1010;
	font-weight:bold;
	padding:5px;
	margin-bottom:5px;
}

#success_bar {
	background-color:#d4ec9b;
	color: #87b41b;
	border:1px solid #87b41b;
	font-weight:bold;
	padding:5px;
	margin-bottom:5px;
}

#failure_bar {
	background-color:#ffa7a7;
	color: #cc1010;
	border:1px solid #cc1010;
	font-weight:bold;
	padding:5px;
	margin-bottom:5px;
}

.icon {
	float:left;
	border:0;
	margin-right:4px;
}

.image_thumb {
	display:block;
	width:120px;
	margin-left:10px;
	float:left;
	text-align:center;
	vertical-align:bottom;
	margin-top:5px;
}

.image_right {
	float:right;
	border:1px solid #000;
	margin-left:10px;
	margin-bottom:10px;
	clear:both;
}

.image_left {
	float:left;
	border:1px solid #000;
	margin-right:10px;
	margin-bottom:10px;
	clear:both;
}

