* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 62.5% Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #808080;
	background-image : url(header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

a:link,a:visited,a:active {
	text-decoration: none;
	color:#888;
}
a:hover {
	text-decoration: none;
	color:#FFBA00;
}

p {
	font-size: 1.6em;
	padding-bottom: 1.2em;
}

ul{
	padding-bottom: 1.8em;
}

li {
	font-size: 2.4em;
	color: #F0F2F0;
	font-weight : bold;
	list-style: none;
	line-height : 100%;
	padding: 0px 5px;
}







h3 {
	font-size: 5em;
	color: #F0F2F0;
	font-weight : bold;
	line-height : 90%;
}

h4 {
	font-size: 2.4em;
	color: #FFBA00;
	font-weight : bold;
	line-height : 120%;
}

h5 {
	font-size: 1.75em;
	color: #000;
	font-weight : bold;
	line-height : 150%;
}

h6 {
	font-size: 1.35em;
	color: #000;
	font-weight : bold;
	margin-bottom: 10px;
	line-height : 140%;
}


h1 {
	font-size: 1.7em;
	color: #000;
	margin-bottom: 10px;
}

h2 {
	font-weight: normal;
	font-size: 1.6em;
	font-weight : bold;
	margin-top: 15px;
	
}





img {
	border: none;
}

#page-wrap {
	XXbackground-color: #808080;
	min-width: 775px;
	max-width: 1260px;
	margin: 10px auto;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
	}
	
#page-wrap #inside {
	margin: 10px 10px 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	XXbackground-color: #808080;
}
	
#main-content {
	padding-left: 270px;
	//padding-top: 20px;
	padding-right: 20px;

	//margin-left : 10px;
}

#content {
	background : #F0F2F0;
	padding: 12px 16px;
	margin-top :23px;
}
	
#header {
	padding-left: 5px;
}
	
#sidebar {
	width: 210px;
	padding-left: 5px;
	padding-top: 25px;
	float: left;
	z-index: 2;
}

#sidebar li a{
	color: #F0F2F0;
}

#sidebar a:hover{
	color: #444;
}

#footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: black;
}


form {
	font-size: 1.4Em;
	width: 100%;
}

form label{
	display: block;  
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 7px 3px 0 0; 
	text-align: right; 
}

form br {
	clear:left;
}


input{
margin: 7px 0 0 0;
border: 1px solid #bbb;
font-size:0.9em;
}

textarea{
margin: 7px 0 0 0;
border: 1px solid #bbb;
font-family: Arial, Helvetica, sans-serif;
font-size:0.9em;
}


.radio{
margin-right: 5px;
border: none;
}

fieldset {
	border: none;
	margin-bottom: 12px;
	clear: both;
}



#content ul{
	padding: 0;
	margin: -1em 0 2.8em 2em;
}

#content li{
	padding: 0;
	margin:0 0 10px 0;
	font-size: 1.6em;
	color: #444;
	font-weight : normal;
	list-style-type: none;
	line-height: 108%;
}
