@charset "utf-8";
img {
	border : 0px;
}
div {
	margin : 0px;
	padding : 0px;
}

body {
	background : #fdfdf8;
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #3d3d3d;
	margin : 0px;;
}
#body {
	background-image : url(images/main_left.gif);
	background-repeat : repeat-y;
	background-position:left 0%;
}
#container {
	width : 100%;
	height : auto;
	margin-top : 0px;
	margin-right : auto;
	padding : 0px;
	background-image : url(images/head_mid.gif);
	background-repeat : repeat-x;
	background-position : top 0%;
}


a:link {
	cursor : default;
	color : #266591;
	text-decoration : none;
}
a:visited {
	cursor : default;
	color : #266591;
	text-decoration : none;
}
a:active {
	cursor : default;
	color : #266591;
	text-decoration : none;
}
a:hover {
	cursor : default;
	color : #fdb162;
	text-decoration : none;
}

.header {
	position: relative;
   height: 100px;
}
.head_left {
	position: absolute;
   left: 0;
   width: 50%;
}
.head_right {
	position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
	margin-top : 49px;
}


.con_container {
	float : left;
	display:block;
	padding-top:30px;
}

.con_left {
	background : #ffcc99;
	width : 114px;
	position : relative;
	float : left;
}

.con_right {
	width:670px;
	position : relative;
	left:30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
}

.page_header {
	background : url(images/content.gif);
	color : #aa5655;
	font-size : 11pt;
	font-weight:bold;
	font-style:normal;
	margin-top:14px;
	padding-top : 6px;
	padding-left : 16px;
	width : 654px;
	height : 23px;
}
.page_text {
padding:8px;
padding-left:12px;
}

.menu{
	width : 114px;
	font-size : 8pt;
	font-weight:bold;
	padding:0px;
	line-height:0px;
	background-color : #ffcc99;
	text-align:center;
	padding-top:40px;
}


.menu a {
	color : #863c3b;
	width : 114px;
	height : 30px;
	line-height:30px;
	padding:0px;
	display:block;
	border-bottom-color:#ffcc99;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#ffcc99;
	border-top-style:solid;
	border-top-width:1px;
}

.menu a:hover {
	color : #f49505;
	background-color : #fdfdf8;
	border-bottom-color:#ffffff;
	border-top-color:#ffffff;
}

a#active {
	color : #f49505;
	background-color : #ffffff;
	border-bottom-color:#aa5655;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#aa5655;
	border-top-style:solid;
	border-top-width:1px;
}

#footer {
	position:absolute;
	background-image: url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:100%;
	min-height:640px;
}

.foot {
font-weight:bold;
margin-top:40px;
margin-left:100px;
padding-left:20px;
border:0;
border-top-color:#ffcc99;
border-top-style:solid;
border-top-width:1px;
text-align:left;
color:#aa5655;

}
.foot a {
font-weight:normal;
color:#c4b9ae;
}
.foot a:hover {
font-weight:normal;
color:#aa5655;
}








fieldset {

	border-width: 0;
}



input {

	font-weight: normal;

	cursor: pointer;

	vertical-align: middle;
}



select {
	font-family: Verdana, Helvetica, Arial, sans-serif;

	font-weight: normal;

	cursor: pointer;

	vertical-align: middle;

	border: 1px solid #f49301;

	padding: 1px;

	background-color: #fde9d5;
	color:#aa5655;
}



option {
	color:#aa5655;

}



option.disabled-option {

	color: graytext;

}



textarea {
	width: 60%;

	padding: 2px;

}



label {

	cursor: default;

	padding-right: 5px;

	color: #3d3d3d;

}



label input {

	vertical-align: middle;

}



label img {

	vertical-align: middle;

}



/* Definition list layout for forms

---------------------------------------- */

fieldset dl {

}



fieldset dt {

	float: left;	

	width: 40%;

	text-align: left;

	display: block;
	
	width: 15em;

}



fieldset dd {

	margin-left: 41%;

	vertical-align: top;

	margin-bottom: 3px;
	
	margin-left: 16em;

}


/* Form elements */

dt label {

	font-weight: bold;

	text-align: left;

}



dd label {

	white-space: nowrap;

}



dd input, dd textarea {

	margin-right: 3px;
	background-color:#fde9d5;
	border:1px;
	border-style: solid;
	border-color:#f49301;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color:#aa5655;
	padding:1px;

}

dd input:hover, dd input:focus,dd textarea:hover, dd textarea:focus{
background-color:#fdf9f1;
border-color:#f49301;
color:#3d3d3d;
}

dd select {

	width: auto;

}



dd textarea {

	width: 85%;

}

input.button {
	background-color:#fde9d5;
	border:1px;
	border-style:solid;
	border-color:#aa5655;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 8pt;
	color:#3d3d3d;
	margin: 1px;
}
input.button:hover{
	background-color:#fdf4e9;
	border-color:#aa5655;
	color:#aa5655;
}
fieldset.submit-buttons {

	text-align: center;

	vertical-align: middle;

	margin: 5px 0;

}

/* Hover effects */

fieldset dl:hover dt ,fieldset dl:hover dt label {

	color: #aa5655;

}

