body {
    margin: 20px 0 0;
    padding: 0;
    font: 13px Segoe UI, "Lucida Grande", Arial, sans-serif;
    background: #fff;
}
h1, h2, b {
    color: #434343;
    margin: 0 0 8px;
}

h3 {
    background-color: #efeacb;
    -moz-border-radius: 3px;
    font-weight: normal;
    font-size: 13px;
    padding: 3px 7px;
}

h1.main, h1.main a {
    color: #c30000;
    text-decoration: none;
}

a {
    color: #114488;
}

a.active {
    text-decoration: none;
}

.logo {
	position: relative;
	background: url(../images/logo.gif) no-repeat;
	float: right;
	height: 50px;
	width: 32px;	
}

.googleads {
	margin: 10px 0 0 20px;
	float: right;
}

.center {
    text-align: left;
    width: 800px;
    margin: 0 auto;
}
.box {
    clear: both;
}

.box .boxheader .top-left {
    background: transparent url(../images/top-left.gif) no-repeat;
    width: 9px;
    height: 31px;
    float: left;
}

.box .boxheader .top-left2 {
    background: transparent url(../images/top-left2.gif) no-repeat;
    width: 9px;
    height: 31px;
    float: left;
}

.box .boxheader .top-center {
    background: transparent url(../images/top-bg.gif) repeat-x;
    float: left;
    width: 782px;
}

.box .boxheader ul li {
    padding: 0;
    margin: 0;    
    float: left;
    font-weight: bold;    
    color: #333;
    padding: 7px;
    font-size: 11px;
}

.box .boxheader ul {
    padding: 0;
    margin: 0;
    list-style: none;    
}

.box .boxheader .top-center ul li.first 
{
    height: 31px;
    width: 0px;
    /*background: transparent url(images/top-left.gif) no-repeat;*/
    float: left;
    padding: 0;
}

.box .boxheader .top-center ul li.before
{
    height: 31px;
    width: 13px;
    background: transparent url(../images/btn-left.gif) no-repeat;
    float: left;
    padding: 0;
}

.box .boxheader .top-center ul li.active 
{
    background: transparent url(../images/top-bg2.gif) repeat-x;    
    float: left;
}

.box .boxheader a
{
    text-transform: uppercase;
}

.box .boxheader .top-center ul li.after
{
    height: 31px;
    width: 13px;
    background: transparent url(../images/btn-right.gif) no-repeat;
    float: left;
    padding: 0;
}

.box .boxheader .top-right
{
    background: transparent url(../images/top-right.gif) no-repeat;
    width: 9px;
    height: 31px;
    float: left;
}

.box .boxfooter ul {
    padding: 10px;
    margin: 0;
    list-style: none;
    font: 11px tahoma;    
}

.box .boxfooter ul li {
    float: left;
    padding: 0px 5px;
}

.box .boxfooter .top-left
{
    background: transparent url(../images/footer-top-left.gif) no-repeat;
    height: 4px;
    width: 9px;
    float: left;
}

.box .boxfooter .top-right
{
    background: transparent url(../images/footer-top-right.gif) no-repeat;
    height: 4px;
    width: 9px;
    float: right;
}

.box .boxfooter .center
{
    clear: both;
    background: #e5e5e5;
    height: 25px;
}

.box .bottom 
{
    background: #e5e5e5;
    height: 9px;
    clear: both;
}

.box .boxfooter .bottom-left
{
    background: transparent url(../images/footer-bottom-left.gif) no-repeat;
    height: 9px;
    width: 9px;
    float: left;   
}

.box .boxfooter .bottom-right
{
    background: transparent url(../images/footer-bottom-right.gif) no-repeat;
    height: 9px;
    width: 9px;
    float: right;   
}

.box .boxcontent
{
    background-color: #fff;
    border-left: 4px solid #e5e5e5;
    border-right: 4px solid #e5e5e5;
    padding: 40px 20px 10px;
    min-height: 100px;
    line-height: 160%;
}

.box .boxcontent a {
	color: #c30000;
}

.error {
	width: 60px;
	background: url(../images/error.gif) no-repeat;
	min-height: 70px;
	float: left;
}