body {
	background: #9EA090 url(background.jpg);
	font: 72%/1.4em Verdana;
	width: 788px;
	margin-left: auto;
	margin-right: auto;

}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

.title a {
line-height:1.2	;
}

.center {
	margin-left:auto;
	margin-right:auto;
	width:766px;
	}
	
.center img {
	azimuth:center;
	}	

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 150%;
	font-weight: normal;
	color: #FF6600;
}
h2 {
	font-size: 100%;
	text-transform: none;
	color: #88ac0b;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 0px;		
	margin: 0 0 10px 0;
}

#wrap {
	position: absolute;
	width: 788px;
	margin-left: 40px;
	margin-top: 13px;
	margin-bottom: 30px;
}


#content {
	position: relative;
	clear: both;
	float: right;
	width: 788px;
	background: url(body_bg.jpg);
	display: inline;
}

#header {
	width: 788px;
	position: relative;
	height: 96px;	
	color: #000;
	background: transparent url(pic_head.jpg) no-repeat;
}

#header #logo{
	color:#333;
	font-size:24px;
	padding:55px 4px 2px 50px;
	}
	



#body-content {
	background:url(body_bg.jpg);
	width:771px;
	padding-left: 17px;
	position: static;
	}
	

#right-content{
	width: 520px;
	float:right;
	margin-right: 17px;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 15px;
	color: #333;
	}

#right-content h1{
	color:#333;
	}


#right-content .title{
	color:#333;
	font-size: 18px;
	margin-bottom: 15px;
	}

#right-content .tityel{
	background:url(arrow_yellow.gif) left 3px no-repeat;
	color:#FF9900;
	padding:0 0 0 15px;
	font-weight:bold;
	margin-bottom: 3px;
	position: relative;
	display: inherit;
	width: auto;
	}

#right-content p{
	color:#333;
	font-size:12px;
	padding-top: 2px;
	}

#right-content img{
	border:1px solid #eee;
	margin:5px 10px 5px 0px;
	padding:2px;
	float:left;
	position: relative;
	}

#right-content h2{
	color:#CCCC33;
	}

.right {
	display:block;
	width:340px;
	margin-left: 75px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	}
	
.right-no {
	display:block;
	width:340px;
	margin-left: 75px;
	margin-bottom: 10px;
	}	

ul {
	display:block;
	margin: 0px;
	list-style-type: none;
	padding: 0;
	}
ul li {
	background:url(arrow_black.gif) left 3px no-repeat;
	font-size:12px;
	padding:0 0 0 15px;
	}
li a{
	color:#666666;
	text-decoration:none;
	list-style-type: none;
	background: none;
	}
li a:hover{
	color:#FF6600;
	text-decoration:underline;
	background: none;
	}	


/* Sidebar */	
#sidebar {
	width: 193px;
	float: left;
	padding-top: 5px;
}

#sidebar #mail {
	display: block;
	background:url(mail_bg.jpg) left top no-repeat;
	height:124px;
	position: relative;
	color: #333;
	text-align: center;
	padding-top: 10px;
}
	


/* legend styling */
form {
	font-size: 1em;
	width: 93%;
	float: left;
	position: relative;
}

fieldset {
	margin: 0; /*  space out the fieldsets a little*/
	padding: 2px;
	border : 1px solid #ccc;
	width: 70%;
	position: static;
}
legend {
	font-weight: bold;
}

form p {
	position: relative;
	width: auto;
	margin: 3px 0;
}

/* style for  labels */
label {
	float: left;
	width: 12em;
}
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.submit {
	width: auto;
}

#submit {
	display:block;
	padding:1px;
	width: 60px;
	border: 1px solid #ccc;
	float: right;
	margin-right: 10px;
	background-color: #FF9900;
	}

textarea {
	width: 200px;
	height: 100px;
}

* html .feedback{
  width: 10em;
}

#spacing {
	display:block;
	height:25px;
	position:relative;
	}


#footer {
	clear: both;
	width: 788px;
	font-size: 95%;
	text-align: center;
	color: #CCCCCC;
	background:url(pic_footer.jpg);
	height: 63px;
	padding-top: 15px;
}

.cellBorder {
	border-top:1px solid #EFEFEF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #696566;
}

a.menu, a.menu:visited {	
	color: #696566;
	text-decoration: none;
	cursor:pointer
}
a.menu:hover {
	color: #ffffff;
	text-decoration: none;
	cursor:pointer
}

