body {
	background-color: #4B4B4B;
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0;
	color: #333333;
}
a:link,
a:active,
a:visited {
	color: #DED497;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
hr {
	border-top: 0px dotted #1d1d1d;
	border-bottom: 1px dashed #1d1d1d;
	border-left: 0px dotted #1d1d1d;
	border-right: 0px dotted #1d1d1d;
}
small {
	color: #DED497;
	padding: 0px 15px 0px 0px;
}
#header {
	margin: 0px auto;
	padding-top: 18px;
	width: 870px;
	height: 183px;
	overflow: hidden;
}

#main_menu {
	margin: 0 auto;
	padding 0;
	width: 870px;
	height: 37px;
	font-size: 120%;
	overflow: hidden;
}
#main_menu a:link,
#main_menu a:active,
#main_menu a:visited {
	color: #DED497;
	text-decoration: none;
	display: block;
	float: left;
	padding: 10px 5px 0 20px;
	border: 0px;
}
#main_menu a:hover {
	color: #DED497;
	text-decoration: none;
	display: block;
	float: left;
	padding: 10px 5px 0 20px;
	border: 0px;
}

#container {
	background-image: url(images/bg-container.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px auto 30px auto;
	padding: 0px;
	width: 870px;
	min-height: 400px;
	background-color: #313131;
}

#left_menu {
	background-image: url(images/bg-leftmenu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #313131;
	float: left;
	width: 160px;
	padding: 85px 5px 0px 20px;
	margin: 0;
	min-height: 400px;
}
#left_menu a:link,
#left_menu a:active,
#left_menu a:visited {
	background-image: url(images/bullet1.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #D1C280;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 16px;
	border: 0px;
}
#left_menu a:hover {
	background-image: url(images/bullet2.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #D1C280;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 16px;
	border: 0px;
}
#left_menu a.selected {
	background-image: url(images/bullet2.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 16px;
	border: 0px;
}

#text_container {
	background-image: url(images/bg-textcontainer.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #313131;
	border: 1px solid #3C3C3C;
	float: left;
	width: 600px;
	padding: 20px;
	margin: 20px;
	min-height: 400px;
	color: #FFFFFF;
}

#footer {
	background-color: #000000;
	padding: 40px 0px 70px 0px;
	margin: 0;
	font-size: 90%;
	color: #4B4B4B;
	text-align:center
}
.picture {
	padding: 3px;
	margin: 5px 10px 5px 0px;
	border: 1px solid #4b4b4b;
}
.BreakLine {
	clear: both;
	padding: 10px 0px 0px 0px;
}
table {
	border-bottom: 5px solid #000000;
	border-left: 2px solid #222222;
	margin-bottom: 20px;
}
.RowTitle {
	background-image: url(images/bg-h1.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFFFFF;
	padding: 0px 30px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	height: 38px;
}
.RowHed {
	border-top: 5px solid #000000;
	background-color: #252525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.RowEven {
	background-color: #1F1F1F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	padding: 6px 6px 6px 20px;
}
.RowOdd {
	background-color: #252525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	padding: 6px 6px 6px 20px
}
.notice {
	background-image: url(images/bg-notice.png);
	background-repeat: repeat-x;
	background-position: top right;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #3a3a3a;
	width: 560px;
}
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #8C8665;
	text-decoration: none;
}
#footer a:hover {
	color: #8C8665;
	text-decoration: underline;
}

h1 {
	background-image: url(images/bg-h1.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFFFFF;
	padding: 6px 0px 10px 0px; 
	margin: 0px 0px 10px 0px; 
	font-size: 20px;
}
h2 {
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFFFFF;
	padding: 6px 0px 10px 10px; 
	margin: 0px 0px 5px 10px;
	font-size: 16px;
}
ul {
	font-size: 11px;
}

.Message {
	background-color: transparent;
	border: 1px solid #DED497;
	color: #DED497;
	font-size: 110%;
	text-align: center;
	letter-spacing: 1px;
	padding: 20px 25px 20px 25px;
	margin: 10px 10px 15px 10px;
}
label {
	font-family: "Courier New", Courier, mono;
	color: #DED497;
	padding: 2px 1px 1px 2px;
	margin: 2px;
	vertical-align: top;
}

.InputText {
	background-color: #333333;
	border: 1px solid #DED497;
	color: white;
	width: 300px;
	padding: 1px;
	margin: 2px;
	font-size: 100%;
}
.InputTextFocus {
	background-color: #313131;
	border: 1px solid #DED497;
	color: white;
	width: 300px;
	padding: 1px;
	margin: 2px;
	font-size: 100%;
}
.InputButton {
	background-color: #313131;
	border: 1px solid #DED497;
	font-weight: bold;
	color: white;
	padding-top: 1px 0px;
	margin: 15px 5px 5px 10px;
	width: 80px;
	font-size: 90%;
}
input.required, textarea.required {
	border: 1px solid #fedd45;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #dddddd;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #bfc7d6;
	color : #dddddd;
}

.validation-advice {
	margin: 5px 0 0 170px;
	padding: 0px 2px;
	color: #dddddd;
	/*font-weight: bold;*/
	font-size: 80%;
}


/* P O P  U P  W I N D O W */

#faw {
	background: white;
	text-align: center;
	font-family: Arial,sans-serif;
	width: 200px;
	position: absolute;
	margin: 0 auto;
	top: 20px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
}

#faw a {
	text-decoration: none;
	border: none;
}

#faw .ad {
	
}

#faw img {
	border: none;
}

#faw .bar {
	background: url('images/bar.png') no-repeat top left;
	height: 20px;
	line-height: 20px;
	color: white;
}

#faw .bar a {
	margin-left: 10px;
	font-weight: bold;
	float: left;
	color: #FFF;
	font-size: 10px;
}

#faw .bar .close {
	margin-right: 5px;
	display: block;
	width: 12px;
	height: 20px;
	float: right;
	background: url('images/close_off.gif') no-repeat center;
}

#faw.show {
	display: block;
}

/* E N D  P O P  U P  W I N D O W */