body{
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 12px;
	background-color: #e7e7e7;
	padding: 0px;
	margin:0px;
   line-height:1.5em
}

a {
color: #631417;
text-decoration:none;
}

h1 {
font-size:18px;
font-weight: bold;
}

h2 {
font-size:14px;
font-weight: bold;
}

h3 {
font-size:11px;
font-weight: bold;
}

form {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.sidebar {
background-color: #d3d3d3;
color: #003463;
padding-top:4px;
padding-bottom:4px;
padding-left:7px;
line-height:1.0em;
font-size: 11px;
margin-bottom:10px;
}

.sidebar p{
padding:0;
margin: 0;
padding-bottom:6px;
}

.sidebar a{
color: #003463;
text-decoration:none;
}

.sidebarheader {
background-color: #2C3449;
color: #ffffff;
font-weight: bold;
padding:4px;
}

.maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top:20px;

background-color: #ffffff;
border: 2px solid #2C3449;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
}

.topsection{
background: #F9F9F9;
margin:0px;
padding:0px;
border-bottom: 1px solid #F9F9F9;
color: #631417;
-webkit-border-top-left-radius: 12px;
-webkit-border-top-right-radius: 12px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-topright: 12px;

}

.contentwrapper{
background: #F9F9F9;
float: left;
width: 100%;
}

.contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
background: #ffffff;
border-bottom: 1px solid white;
border-right: 2px solid #2C3449;
border-top: 2px solid #2C3449;
min-height:640px;

-webkit-border-top-right-radius: 12px;
-moz-border-radius-topright: 12px;
}

.rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #F9F9F9;
}

.footer{
clear: left;
width: 100%;
background: #631417;
color: #FFF;
text-align: center;
padding: 4px 0;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
}

.footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.header{
text-decoration: none;	
font-size:18px;
font-weight: bold;
color: #003463;
}

.readmore {
text-decoration: none;	
color: #003463;
}