* {
margin:0;
padding:0;
}
body {
background-color:#fff;
background-image:url(images/bg.png);
background-repeat:repeat-x;
background-position:top;
color:#464646;
font-size:12px;
line-height:21px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
p{
margin-top:20px;
}
h1 {
color:#006c83;
font-size:36px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:200;
margin-top:20px;
}
h2 {
margin-top:20px;	
}
#container {
width:900px;
background-color:#fff;
border:1px solid #eb9c05;
background-image:url(images/gradient.png);
background-repeat:repeat-x;
background-position:bottom;
margin-left:auto;
margin-right:auto;
overflow:hidden;
}
#nav {
height:31px;
width:100%;
background-image:url(images/navbg.png);
}
#leftcolumn {
width:550px;
padding-left:30px;
float:left;
}
#rightcolumn {
width:300px;
float:left;
padding-left:20px;
}
.bordered {
border:1px solid #006c83;	
}
#flash {
width:550px;
height:235px;
border:1px solid #eb9c05;
margin-top:15px;
}
#footer {
	
	clear:both;
	padding-top:10px;
	width:900px;
	text-align:center;
	height:100px;
}
ul {
margin:0;
}
li.mainnav {
float:left;
height:31px;
list-style:none;
background-image:url(images/navborder.png);
background-repeat:no-repeat;
background-position:right;
padding-left:7px;
padding-right:11px;
line-height:31px;
}
#navi {
margin:0;
}
li a:link {
color:#333333;
text-decoration:none;
}
li a:visited {
color:#333333;
text-decoration:none;
}
li a:hover {
color:#000;
text-decoration:underline;
}
li.lastnav {
float:left;
height:31px;
list-style:none;
padding-left:8px;
padding-right:12px;
line-height:31px;
}
a:link {
color:#0000FF;
text-decoration:none;
}
a:visited {
color:#0000FF;
text-decoration:none;
}
a:hover {
color:#FF0000;
text-decoration:underline;
}