@charset "utf-8";
/* CSS Document */

html{
}
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:62.5%;
margin:0;
padding:0;
background-color:#990000;
}
body * {
margin:0;
padding:0;
}
#innerwrap{
margin:0 auto;
width:990px;
font-size:1.2em;
color:#666;
}
#header{
background:#fff;
height:75px;
}
#header img{
padding-left:30px;
}
#menu{
background:url(ewis-styles-2_FILES/bg-menu-page.jpg) 0 0 no-repeat;
width:990px;
height:73px;
}
#menu ul{
padding-left:30px;
padding-top:20px;
display:block;
list-style:none;
}
#menu ul li{
float:left;
border-left:1px solid #fff;
border-right:1px solid #fff;
background:url(ewis-styles-2_FILES/menu-bg-nor-repeat.png) 0 0 repeat-x;
height:33px;
padding:0 8px;
}
#menu ul li.act{
float:left;
border-left:1px solid #fff;
border-right:1px solid #fff;
background:url(ewis-styles-2_FILES/menu-bg-act-repeat.png) 0 0 repeat-x;
height:33px;
padding:0 8px;
}
#menu a{
text-decoration:none;
color:#fff;
font-size:1.0em;
font-weight:bold;
line-height:30px;
padding:0 20px;
}
#menu a:hover{
color:#666;
}
#contentarea{
background:url(ewis-styles-2_FILES/bg-content-body-page.jpg) 0 0 repeat-y;
width:990px;
min-height:400px;
/*height:auto !important;
height:400px;*/
}
#contentwrap{
background:url(ewis-styles-2_FILES/bg-content-top-page.jpg) 0 0 no-repeat;
width:990px;
min-height:450px;
height:auto !important;
height:450px;
}
p a{
color:#999999;
}
p a:hover{
color:#d10000;
}
#title{
height:90px;
width:500px;
margin-left:70px;
color:#fff;
}
#title h1{
font-family:Arial,sans-serif;
font-size:2.0em;
padding-top:24px;
}
#maincontent{
width:820px;
margin-left:70px;
}
#leftcol{
float:left;
width:400px;
}
#rightcol{
float:right;
width:400px;
}
#leftcol h1,
#rightcol h1{
font-size:1.4em;
}
.clearboth{
clear:both;
}
#footer{
background:url(ewis-styles-2_FILES/bg-footer-page.jpg) 0 0 no-repeat;
width:990px;
height:80px;
}
#footer p{
padding:57px 0 0 20px;
color:#fff;
}

fieldset
{
	float: left;
	clear: left;
	width: 390px;
	margin: 0 0 1.5em 10px;
	padding: 20px;
	border: 1px solid #666666;
/*	font-family: Arial, sans-serif;
	background-color: #F2EFE9;
	background-image: url(images/fieldset_gradient.jpg);
	background-repeat: repeat-x;*/
}

legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
	font-size:1.2em;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
	font-size:1.25em;
}

fieldset li
{
	float: left;
	clear: left;
	width: 340px;
	padding-bottom: 1em;
}

label
{
	float: left;
	width: 6em;
	margin-right: 1em;
}

fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}

.contenttable td, .contenttable th { padding: .25em; }
