@charset "utf-8";
/* CSS Document */

a.terplogin:link {
	font-family:'Times New Roman'; 
	font-size:18px;
	text-decoration:none;
	color:#FFFF66;
	}
a.terplogin:visited {
	font-family:'Times New Roman'; 
	font-size:18px;
	text-decoration:none;
	color:#FFFF66;
	}
a.terplogin:hover {
	font-family:'Times New Roman'; 
	font-size:18px;
	text-decoration:underline;
	color:#FFFF00;
	}

body{
margin:0;
padding:0;
background-color: #ffcc99;
}

input.subj{display:none;}

#maincontainer{
width: 955px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #FFFFFF;
/*height: 166px; Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 180px 0 235px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumn_log{
margin: 0 0 0 235px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 225px; /*Width of left column in pixel*/
margin-left: -955px; /*Set margin to that of -(MainContainerWidth)*/
background: #990000;
}

#rightcolumn{
float: left;
width: 180px; /*Width of right column*/
margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/
background: #ffcc99;
}

#footer{
clear: left;
width: 100%;
background: #cc6600;
color: #FFF;
text-align: center;
padding: 4px 0;
}

.innertube{
/*margin: 0px; Margins for inner DIV inside each column (to provide padding)
margin-top: 0;*/
}
.style11 {
	font-size: 16px;
	color: #000000;
}
.style12 {
	color: #000000
}
.style13 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}
.style10 {
	font-size: 16px
}

.style1 {color: #FF0000}

.style14 {color: #cc6600}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
a:hover {
	color: #666666;
}
table { 
	text-align:left;
}

.style15 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style16 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.style17 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 { display:inline;}





#colorbar {background-color:#cc6600; border-bottom:1px solid #333333; padding-left:10px; font-family:"Times New Roman", Times, serif;}
#login {float:right; width: 140px;}
