@charset "UTF-8";
/* CSS Document */
* {margin:0; padding:0;}
html,body {
background:url(images/bodybg.jpg) top repeat-x;
font-family:Arial, Helvetica, sans-serif;
height:100%;
}
#container {
width:920px;
margin:0 auto;
}
#header{
width:920px;
}
#header h1{
background:url(images/logo.jpg) no-repeat;
width:218px;
height:163px;
float:left;
}
#header h1 span{
display:none;
}
#nav {
width:700px;
float:left;
margin:75px 0 0 0;
font-size:14px;
font-weight:bold;
color:#FFF;
}
#nav ul {
float: left;
position: relative;
list-style: none;
height:45px;
}
#nav ul li {
float: left;
padding-left: 5px;
}
#nav li a {
float: left;
display: block;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 15px;
color:#fff;
font-weight: bold;
padding:15px 20px 15px 15px;
}
#nav ul li a:hover {
color:#CCCCCC;
}
body#page1 #ll1,
body#page2 #ll2,
body#page3 #ll3,
body#page4 #ll4,
body#page5 #ll5,
body#page6 #ll6{
background: url(images/tableft.gif) top left no-repeat;
}
body#page1 #al1,
body#page2 #al2,
body#page3 #al3,
body#page4 #al4,
body#page5 #al5,
body#page6 #al6{
background: url(images/tabright.gif) top right no-repeat;
color:#950F18;
}
#leftcolumn{
width:220px;
clear:both;
background:url(images/leftcolumnbg.gif) top left no-repeat;
background-position:-11px 0;
float:left;
}
#leftcolumn ul{
margin:20px 10px 10px 20px;
list-style:none;
font-size:12px;
font-weight:bold;
height:256px;
}
#leftcolumn ul li{
padding:0 0 10px 15px;
background:url(images/arrow.gif) left no-repeat;
background-position:0 2px;
}
#main{
float:left;
background:url(images/mainbodybg.gif) top no-repeat;
width:660px;
padding:20px;
}
#maintext{
font-size:12px;
padding:20px;
}
#maintext p{
padding-bottom:10px;
}
h2{
font-size:16px;
font-weight:bold;
color:#950F18;
border-bottom:#CCC solid 1px;
padding-bottom:2px;
}
#footer{
font-size:11px;
text-align:center;
border-top:#CCC solid 1px;
padding:10px auto;
clear:both;
margin:20px 0 20px 10px;
width:910px;
color:#333;
}
#callback {
margin-left:10px;
}
legend {
font-weight:bold;
padding:5px;
}
#maintext input{
width:150px;
padding:5px;	
border:#950F18 solid 2px;
font-size:11px;
}
#maintext label{
width:400px;
display:block;
text-align:right;
font-size:11px;
}
#maintext textarea{
width:250px;
border:#950F18 solid 2px;
font-family:Arial, Helvetica, sans-serif;
padding:5px;
font-size:11px;
}
