/* CSS Layout for liquid layout 2 col layout*/
body{
margin:0;
padding:0;
width:100%;
line-height: 1.5em;
border:#0e6603 solid 2px;
}

b{font-size: 110%;}
em{color: red;}

h1{
	font-size:130%;
	line-height:90%;
	}
	
p { 
	margin:0;
}	
	
hr {
	border: none 0;
	border-top: 1px dotted #0e6603;/*the border*/
	width: 90%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
	
#header{
	background: #ffedb6;
	height: 107px; /*Height of top section*/
}

td { 
	margin:0;
	font-weight:300;
	line-height: 14px;
	font-size:12px;	
	text-indent:10px;
}
.title {
	background-color:#0e6603;
	background-image:url(../../images/title_bar.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-size:12px;
	vertical-align:bottom;
	height:20px;
	color:#FFFFFF;
	padding-bottom:2px;
}
.right {
	border-right: 1px solid #0e6603;/*the border*/
	padding-right:5px;
}
.endForm {
	border-bottom: 1px solid #0e6603;/*the border*/
	border-right: 1px solid #0e6603;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
tr { 
	margin:0;
}

table { 
	margin: 0 200px 0px 0px;
}

#maincontainer{
	margin:0;
}

#container{
float: left;
width: 100%;
}

#topNavigation{
border-bottom:#0e6603 solid 3px;
height:15px;
margin: 0 200px 0px 0px;
padding:0 0 6px 20px;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
margin-bottom:10px;
}

#contentcolumn p{
	padding:0 4px 0 4px;
	line-height:120%;
	text-indent:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #dac682;
}
#rightcolumn p{
	padding:10px;
	line-height:110%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

#footer{
clear: left;
width: 100%;
background-image:url(../../images/footer.jpg);
color: #996600;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}
/*links*/
a.topNav:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
a.topNav:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
a.topNav:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	background-color: #ffedb6;
}
a.topNav:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}

