* {
	margin: 0;
	padding: 0;
}

body {
	background: #ccc;
	font: 12px arial, helvetica, sans-serif;
    background-image: url('../img/background.jpg');
    background-repeat: repeat-x;
}

#menu {
}

#menu ul {
	list-style: none;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	font-size: 11px;
}

#menu li {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}

#menu a {
	text-decoration: none;
	display: block;
	width: 78px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 1px;
	font-weight: bold;
	color: black;
	border-bottom: 4px solid #ce494e;
	color: #ce494e;
}

#menu a:hover {
	color: #df989b;
	border-color: #df989b;
}

#menu #selected a {
	color: #7f0b0d;
	border-color: #7f0b0d;
}

#content {
	clear: both;
	color: #000;
	padding-top: 5px;
    border: 1px solid #ccc;
}

#content p {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: justify;
}

h1 {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000;
	font-size: 16px;
	font-family: Verdana;
}

div#main {
	width: 1000px; 
	margin: 0 auto;
}

div#left_content {
	float: left;
 	width: 790px;
 	border-right: 1px dashed #ccc;	
}
	
div#right_content {
	float: right;
 	width: 205px; 
 	margin-top: 5px;	
}
	
div#main_content {
	width: 785px;
}

div#banner {
	margin-top: 5px;
 	width: 785px;
 	height: 200px;
 	background-color: #ccc;
 	background-image: url('../img/logo2.jpg');	
}

div#banner #banner_btn {
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;	
}

div#banner #banner_header {
	position: absolute;
	margin-top: 135px;
	margin-left: 620px;
}

#banner #smenu {
	position: absolute;
	width: 785px;
	margin-top: 174px;
}

#smenu_item {
	float: right;
	background-color: #ce494e;
	color: #fff;
	padding: 4px;
	font-weight: bold;
}

#smenu_item a {
	text-decoration: none !important;
	color: #fff;
}

#smenu_item a:hover {
	text-decoration: underline !important;
	color: #fff;
}

.clear_all {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

div#footer {
	width: 1000px; 
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;	
}

div#footer_line {
	width: 783px;
	padding: 0px;
	margin: 0px;
}		
	
div#footer_content {
	width: 783px;
	font-size: 12px;
	padding-left: 2px;
}		

#footer_content a {
	text-decoration: none;
	color: #000;	
}

a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color : #ff0000;
	text-decoration: none;
}

.input_label {
	width: 80px;
	color: #000;
	font-weight: bold;
	margin-right: 10px;
	display: inline;
	float: left;
	padding-top: 2px;
	text-align: right;	
}

.input {
	margin-bottom: 2px;
}

.input_element {
	width: 200px;
	background-color: #eee;
	border:1px solid #000;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.input_element_wider {
	width: 400px !important;
}

.input_element_error {
	width: 200px;
	background-color: #ff0000 !important;
	border:1px solid #000;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.input_element_radio {
	background-color: #eee;
	border:1px solid #000;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px;
}

.submit {
	text-align: center;
	background-color: #CE494E;
	padding-top: 4px;	
	padding-bottom: 2px;
	margin-top: 8px;
}

.submit_btn {
	border: 0px;
	background-color: #CE494E;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer; 
}

.button {
	border: 0px;
	color:#FFFFFF !important;
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	margin-left: 4px;
	margin-right: 4px;
	text-decoration: none;
}

.button:hover {
	text-decoration: none !important;
	color: #fff !important;
}

.form_buttons {
	background-color: #CE494E;
	border: 1px solid #000;
	text-align: center;
	height: 25px;
	padding: 0px;
}

.message {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

div.div_invisible {
	display: none;
}

div.div_visible {
	display: block;
}
