/* CSS Document */
body{
margin:0;
margin-left:55px;
margin-right:1px;
padding:0;
line-height: 1.5em;
background:#fff url(../img/bg.jpg);
border:3px solid #333;
border-top:7px solid #CC0000;
border-bottom:0;
font-family: Verdana, Helvetica, Arial;
font-size:90%;
}

form {margin:0;padding:0;}

b{font-size: 105%;}
.error{color: red;}

a {text-decoration:none;cursor:hand;}

input.btn {
	color: #000000 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-right:0;
	padding-left:0;
	text-decoration: none;
	background-color: #eeeeee;
	white-space: nowrap;
	text-transform: uppercase;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #000000;
	border-bottom-color: #333;
	border-left-color: #000000;
}

.box {
	FONT-SIZE: 8pt; 
	BORDER-LEFT-COLOR: #333; 
	BORDER-BOTTOM-COLOR: #333; 
	BORDER-TOP-STYLE: ridge; 
	BORDER-TOP-COLOR: #333; 
	BORDER-RIGHT-STYLE: ridge; 
	BORDER-LEFT-STYLE: ridge; 
	BACKGROUND-COLOR: white; 
	BORDER-RIGHT-COLOR: #333; 
	BORDER-BOTTOM-STYLE: ridge; }
	
form.styles {margin:0;padding:0;width:100%;}

form.styles p{font-size:78%;border-bottom:1px dashed #ccc;padding-bottom:6px;padding-top:0px;}

form.styles label {font-weight:bold;text-transform:capitalize;width:200px;}

#topsection{
background: #fff url(../img/header_bg.gif);
height: 90px; /*Height of top section*/
}

#topsection img {float:left;padding:0;padding-right:10px;border:0;}

#topsection h1{
	margin: 0;
	padding: 0px;
	font-family: "Perpetua", "Arial", "Helvetica";
	color: #3366CC;
	font-weight:bold;
}

#headerads{
height: 30px; /*Height of top section*/
font-size:75%;
border-top:1px dashed #ccc;
border-bottom:1px dashed #ccc;
background: #ECEEED;
}

#headerads p{ 
text-align:center;
vertical-align:middle;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 230px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
border-right:1px dashed #ccc;
border-left:1px dashed #ccc;
}

#contentcolumn a {color:#990000;}
#contentcolumn a:hover {color:#FF3333;}
#contentcolumn a:visit {color:#993333;}

#contentcolumn h5 {
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	font-style: italic;
	color: #006699;
}

#contentcolumn h4 {margin-top:0;color:#999;font-size:14px;}

#contentcolumn h3 {
	margin-bottom:0px;
	color: #663300;
}

#leftcolumn{
float: left;
width: 190px; /*Width of left column*/
margin-left: -100%;
}

#rightcolumn{
float: left;
width: 230px; /*Width of right column*/
margin-left: -231px; /*Set left marginto -(RightColumnWidth)*/
border-left:1px dashed #ccc;
}

#rightcolumn p {font-size:80%;margin:0;padding-top:5px;padding-bottom:5px;border:1px solid #000;border-top:0;}

#rightcolumn h3 {font-size:90%;margin:0;background:#DFDCCB;color:#333;padding-right:0;margin-top:7px;padding-left:5px;border:1px solid #000;border-bottom:2px dashed #000;border-top:2px dashed #000;}

#footer{
clear: left;
width: 100%;
background: #CC0000 url(../img/footerbg.png);
color: #FFF;
text-align: center;
padding: 4px 0;
border-bottom:3px solid #333;
border-top:1px dashed #ccc;
font-size:85%
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 7px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}