@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 12px;
}


a:link, a:visited, a:active {
	color:#999;
	text-decoration: none;
}
a:hover {
	color:#000;
}

.return a:link, .return a:visited, .return a:active {
	color:#37ABA9;
	text-decoration: none;
	font-weight: bold;
}
.return a:hover {
	text-decoration: underline;
}

#maincontainer{
	width: 1020px; /*Width of main container*/
	margin: 0; /*Center container on page*/
}
.larger {
	font-size: 1.4em;
}


#topsection{
	height: 127px;
}
#banner {
	float: left;
	height: 102px;
}

#menu {
	height: 25px;
	margin-left: 280px;
	clear: left;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin-left: 280px; /*Set left margin to LeftColumnWidth*/
	min-height: 500px;
}

#leftcolumn{
	float: left;
	width: 280px; /*Width of left column*/
	margin-left: -1020px;
}

#footer{
	clear: left;
	width: 100%;
	color: #666;
	padding: 4px 0;
}

#footer a{
	color: #333;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.main_text_content {
	margin-top: 37px;
}


#company_info {
	margin-left: 100px;
	font-size: 0.9em;
}

#left_info {
	margin-left: 100px;
	font-size: 0.9em;
}
