@charset "utf-8";
/* CSS Document */

img { border:0; }
body{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top: 15px;
}

#topsection{
background: #EAEAEA;
height: 110px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 195px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
b2321ackground: #eaeaea;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
bac//kground: #FDE95E;

}

#footer{
clear: left;
background: green;
color: #FFF;
text-align: left;
padding: 4px 0;
padding-left:10px;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
















/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}
















.main ul#menu {
background:transparent url(images/blue-menu-bg.gif) no-repeat scroll left top;
}
ul#menu {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padssding:74px 0 20px 16px;
}
.main ul#menu li {
width:199px;
}
ul#menu li {
display:block;
height:30px;
}

ul#menu a:visited, ul#menu a:link, ul#menu a {
background:transparent url(images/menu-item.gif) no-repeat scroll 0 0;
color:white;
display:block;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
height:25px;
padding:5px 10px 0 19px;
text-decoration:none;
}


.rightaline
{
	float:right;
	position: absolute;
	}