body{
margin:0;
padding:10px;
line-height: 1.5em;
background:#EAEAEA;
font: 80% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
border: 0;
}

a{text-decoration:none;}

b{font-size: 110%;}
em{color: red;}

img{border:0;}

#maincontainer{
background: #FFFFFF;
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border: 1px solid #777777;
}

#topsection{
height: 90px; /*Height of top section*/
/*border-bottom:1px solid #74C044;*/
}

#menusection {
height: 46px; /*Height of menu section*/
/*border-bottom:1px solid #74C044;*/
}

#contentwrapper_3{
background: #FFFFFF;
float: left;
width: 100%;
}

#contentwrapper{
background: #FFFFFF;
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
}


#contentcolumn_3{
margin: 0 206px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding-right: 10px;
}

#leftcolumn_3{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: #FFFFFF;
}

#rightcolumn_3{
float: left;
width: 206px; /*Width of right column*/
margin-left: -206px; /*Set left margin to -(RightColumnWidth)*/
background: #FFFFFF;
}

#rightcolumn_3 img{
margin:5px 0px 5px 0px;
border:1px solid #74C044;
}

#home_right{
margin-left: 581px; /*Set left margin to LeftColumnWidth*/
}

#home_left{
float: left;
width: 581px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
clear: left;
width: 100%;
border-top:1px solid #74C044;
text-align: left;
padding: 4px 0;
}



.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
/*---*/

.mmenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
/*border: 1px solid #9A9A9A;*/
}

.mmenu li a{
background: white url(../images/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .mmenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.mmenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.mmenu li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(../images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}
/*------*/
/* Glossy Menu ---*/

.glossymenu{
	position: relative;
	padding: 0 0 0 275px;
	margin: 0 auto 0 auto;
	background: url(../images/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}


/*-----*/

#logo {
margin: 10px;
float:right;
}
#contact {
text-align: right;
margin-right:10px;
}

.contact {
margin-left:570px;
}
.g {
color: #74C044;
font-weight:bold;
}