body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#center{
	margin: 0px auto 0px auto;
	width: 900px;
	background-image:url(images/bg.gif);
	background-repeat: repeat-y;
}
#title{
	margin: 0px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 0px;
}
#title img{
	float:left;
	width:100px;
}

#content{
	margin-left: 5px;
	margin-right: 5px;
	clear: left;
	border-top: 1px solid #FFFFFF;
}
#leftcolumn{
    float: left;
    width: 200px;
}
#rightcolumn{
    float: right;
    width: 300px;
}
.text{
	border: 1px solid #FFFFFF;
	margin: 10px;
	background-color: #F6F6F6;
	background-image: url(images/textbg.gif);
	background-repeat: repeat-x;
	color: #000000;
}
.text h1{
	margin: 10px;
	font-weight: bold;
	font-size: 18px;
	background-image: url(images/menubg.gif);
	text-align: left;
	color: #000000;
	border-bottom: 1px solid #000000;
}
.text p{
	margin: 10px;
	margin-right: 150px;
	font-size:12px;
	text-align: justify;
}
.text h2{
	margin: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 16px;
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	padding: 3px;
	text-align: left;
	color: #000000;
	
}

#leftcolumn .text{
    margin-right: 0px;
}
.fastlink{
	border: 1px solid #000000;
	margin: 10px;
	background-color: #F6F6F6;
	background-image: url(images/textbg.gif);
	background-repeat: repeat-x;
	text-align: left;
	font-weight: bold;
}
.fastlink h1{
    margin: 10px;
    font-weight: bold;
    font-size: 14px;
}
.fastlink a{
    font-size: 12px;
    display: block;
    padding: 5px;
    color: #000000;
    text-decoration: none;
}
.fastlink a.active
{
	font-style:italic;
}

.fastlink a:hover{
    text-decoration: underline;
}

img.fastlink{
    margin: 5px;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: transparent;
}

.clear{
	clear: both;
}

#footer{
    clear: both;
	margin-left: 25px;
	margin-right: 25px;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	background-color: #4F4F4F;
	color: #CFCFCF;
	text-align: center;
	padding: 5px;
	font-size: 11px;
}


