/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height:18px;
	background: #b7b7b7 url("../images/backgr_2018.png");
	background-position:center top; 
	background-repeat:repeat-y;
}

* { padding: 0; margin: 0; }

a {
 color: #653920;
 text-decoration: none;
 font-weight: bold;
}

a:hover {
 color: #000;
}



p
{
	margin-bottom: 18px;
}

h1 { color: #636463; font-size: 19px; line-height: 25px; margin-bottom:20px;}
h2 { color: #fff; font-size: 15px; line-height: 18px; }
#rightcolumn h3 { color: #636463; font-size: 15px; line-height: 20px; margin-top:30px; margin-bottom:10px}

#rightcolumn img { margin-bottom:15px; margin-top:15px;}

#wrapper { 
 margin: 0 auto;
  width: 1200px;
}
#header {
  width: 1200px;
 color: #333;
 padding: 0px;
 height: 130px;
 margin: 10px 0px 0px 0px;
 background: url("../images/header.png") no-repeat;

}
#navigation {
  width: 1200px;
 font-size: 18px;
 height: 34px;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background: #fbf5e7;
 float:left;
}

#navigation_pulldown { 
 color: #653920;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 292px;
 height:34px;
 float: left;
  background: #daa95d;
}

#navigation_title {
 position:relative;
 top:6px;
 left:22px;
 color: #393734;
  display: inline;
}

#navigation_right {
 float:right;
 padding:7px 20px;
 font-size:15px;
}

#content { 
  width: 1200px;
 color: #333;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 0px;
 min-height: 350px;
 float: left;
}

#content_info { 
 margin: 50px 40px 20px 30px;
}

#content table { 
font-size: 13px;
width:100%;
}

#content table ul { 
margin-left:15px;
font-size: 11px;
}


#content table td { 
padding:8px;
}

#leftcolumn { 
 color: #653920;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 min-height: 370px;
 width: 290px;
 float: left;
}


#left_disclaimer { 
 margin: 50px 40px 20px 30px;
 font-size: 9px;
 line-height: 13px;
 color: #535353;
}

#leftnav { 
 margin: 50px 40px 20px 30px;
  color: #636463;
	font-size: 14px;
}

#leftnav a { 
  color: #636463;
  text-decoration: none;
 font-weight: normal;

}

#current a {
 color: #000;
}

#leftnav a:hover { 
  color: #000;

}

#rightcolumn { 
 float: right;
 color: #2b2c2b;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 50px 30px 20px 30px;
 min-height: 350px;
 width: 850px;
 font-size: 13px;
line-height: 17px;
}

#rightcolumn ul { 
margin: 0px 0px 10px 45px;
}

#rightcolumn td { 
	font-size: 13px;
}


#login { 
 margin: 50px 50px 0px 100px;
}

#login table { 
 width: 250px;
}

#footer { 
 width: 1180px;
 clear: both;
 color: #494949;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 text-align: center;
 font-size: 10px;
}



.mo_chart {
	padding-bottom:60px;
}

.sidebyside td {
	text-align:center;
	width:50%;
}

.sidebyside tr {
	vertical-align: top;
}
