@charset "utf-8";
body{
margin:0px 0px 10px 0px;

padding:0;
line-height: 1.5em;
background-color: #a7b8c8;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: small;
color: #2e3841;
}


#maincontainer{
width: 980px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image:url(images/background.png);
}

#topsection{
height: 280px; 
text-align:right;
}

#contentcolumn{
border-top: 1px solid #858585;
border-left: 1px solid #858585;
border-right: 1px solid #858585;
margin: 0 100px 0 100px;
background-color:#FFFFFF;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
padding-top: 0px;
}

ul {
list-style-image: url(images/bullet.png); }


 #submenu-left {
width:225px;
float:left;
 }
 
 #submenu-right {
 width:487px;
 margin-left: 225px;
 }

#col-right {

	float: right;
	 }
}

#navbar{
clear;
width: 720px;
background-color:#FFFFFF;
margin:0px;
padding:0px;
border:0px;
line-height:0px;
height: 65px;
}

img {
margin:0px;
padding:0px;
border:0px;}


A:link { background: #ECF4FF; text-decoration: underline; font-weight: bold; color: #245EB2;}
A:visited { background: #ECF4FF; text-decoration: underline; font-weight: bold; color: #245EB2;}
A:hover {background: #ffe4e4; text-decoration: underline; font-weight: bold; color: #7b2e00;}
A:active { background: #ffe4e4; text-decoration: underline; font-weight: bold; color: #612400;}

#topsection A:link { background: none; text-decoration: none; font-weight: bold; color: none;}
#topsection A:visited { background: none; text-decoration: none; font-weight: bold; color: none;}
#topsection A:hover {background:none; text-decoration: none; font-weight: bold; color: none;}
#topsection A:active { background: none; text-decoration: none; font-weight: bold; color: none;}

#footer a: link { color: #E0DC43; background: black; text-decoration: underline;}
#footer a:visited { color: #E0DC43; background: black; text-decoration: underline;}
#footer a:hover { color: #f8f69f; background: black; text-decoration: underline;}
#footer a:active { color: #f8f69f; background: black; text-decoration: underline;}

h1 {
font-size: x-large;
color: #7b2e00;
line-height: 1.2em;
}

h2 {
font-size: large;
color: #7b2e00;
line-height: 1.2em;
}

h3 {
font-size: medium;
color: #333333;
line-height: 1.3em;
}
b {color:#000000;}

#footer{
clear:both;
width: 100%;
background: black;
color: #E0DC43;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #E0DC43;
background: black;
text-decoration: underline;
}

//.innertube{
//margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
//margin-top: 0;
}

.image-float-left { float:left;}
.burgundy-box1 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: medium double #7b2e00;
	width:400px;
}
.burgundy-box {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: medium double #7b2e00;
	width:100%;
}

.burgundy-box-left {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: medium double #7b2e00;
	width:150px;
}
strong {
	color: #000000;
}

