@import url(http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css);
@import url(menu.css);
#mainWrapper {
     width:980px;
     background-color:#fff;
     margin:0 auto;
     min-height:500px;
     overflow:hidden;
     background: url(/images/1x1.gif) bottom center no-repeat; 
     padding-bottom: 1px;
}
#leftWrap {
     float:left;
     background-color:#189E4A;
     padding:0px;
     height:100%;
     min-height:500px;
     width:215px;
     margin-bottom: -1000px; 
     padding-bottom: 1000px;
}
#rightWrap {
    float:right;
    background-color:#fff;
    width:765px;
    height:100%;
    margin-bottom: -1000px; 
    padding-bottom: 1000px;
}
#youTubeWrap {
    float:left;
    margin:30px;
}
#logoWrap {
    float:right;
    margin:20px;
}
#footerWrap
{
    clear:both;
    border:3px solid #525152; 
    border-right:0px; 
    background-color:#C6C7C6;
    height:150px;
    padding:20px;
    margin-left:20px;
    z-index:1000;
    position:relative;
}
#copyrightWrap 
{
    clear:both;
    text-align:center;
    padding-top:10px;
    position:relative;
}
.left-pane {
    display:block;
    width:215px;
    padding:0px;
}
.content-pane 
{
    clear:both;
    padding:10px 20px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#Body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #006600;
	margin-left:0px;
}
h2 {
	font-size: 18px;
	color: #000000;
}
li {
	font-size:14px;
	list-style-type: disc;
	margin-left: 20px;
}
p {
    margin-bottom: 14px;
}
A:link {
    text-decoration:none;
    color:#000;
}

A:visited  {
    text-decoration:none;
    color:#000;
}

A:active   {
    text-decoration:none;
    color:#000;
}

A:hover    {
    text-decoration:underline;
    color:#000;
}
TABLE.FormMaster TABLE,TABLE.FormMaster TABLE TD {
padding:3px;
text-align:left;
}
STRONG {
font-weight:bold !important;
}
