/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
/*background-image: url(Images/bg.gif);
background-repeat: repeat-x;
background-attachment:fixed;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

a:link{
color:#000099;
text-decoration: none;
}

a:hover{
color:#990000;
text-decoration:none;
}

a:active{
color: #0000FF;
text-decoration: none;
}

b{font-size: 110%; color:#990000;}
em{color: red;}

strong {font-size: 110%; color:#990000;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #FFFFFF;
height: 50px; /*Height of top section*/

}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 0 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: #ccc;
font-size: 10px;
}


#footer{
clear: left;
width: 100%;
background: #000066;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#breadcrumbs{
font-size: 10px;
}

.style1{
padding-left: 30px;
}

.style2{
padding-left: 60px;
text-align: left;
}

.style3{
padding-left: 90px;
}

#image{
	margin: 5px 5px 0px 5px;
	float: left;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}



h1{
text-align:center;
font-size:24px;
}

h2{
color: #990033;
font-size: 16px;
}

#col-a{
float:left;
width: 220px;
background: #fff;
}

#col-a2{
float:left;
width: 265px;
background: #fff;
}

.padding{
padding-left: 65px;
}

#col-b{
background: #FFF;
margin: 0 250px 0 250px;
}

#col-c{
float: right;
background: #FFf;
width: 250px;
}

.table{
font-size: 10px;
color: #000066;
text-align:center;
}

.clear{
clear:both;
}
/*BOXES*/
.top{
	margin-top: 10px;
	width: 214px;
	height: 46px;
	background-image: url(../images/top.jpg);
	margin-bottom: 0px;
}
.middle{
	width: 214px;
	height: auto;
	background-image: url(../images/middle.jpg);
	margin-bottom: 0px;
}
.bottom{
	width: 214px;
	height: 8px;
	background-image: url(../images/bottom.jpg);
	margin-bottom: 5px;
}
.textbox{ /*Setting for the content area, edit this to change font face or size*/
	font-family: Trebuchet MS, sans-sarif, Verdana, "Tahoma";
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
}
.textbox2{ /*Setting for the content area, edit this to change font face or size*/
	font-family: Trebuchet MS, sans-sarif, Verdana, "Tahoma";
	font-size: 15px;
	color: #000000;
	margin-left: 5px;
	margin-top: 15px;
	margin-right: 5px;
}
/*CLEAR - DO NOT EDIT*/
.clear {
	clear: both;
	visibility: hidden;
}
.leftcolumn{
	width: 214 px;
	height: auto;
	margin-left: 15px;
	margin-top: 5px;
	float: left;
}

