body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 11px;

}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
h2 {
    margin:0px;
    padding-top:20px;
    margin-left:14px;
    font-size:18px;	
    color:#000;
}
h4{ 
    margin:0;
    margin-left:14px;
    font-size:15px;	
    color:#000;
}
h5{ 
   margin:0;
    margin-left:14px;
    font-size:13px;	
    color:#000;
}
p {
    margin-left:14px;
    font-size:12px;	
}
/******************************************************************************
********************************   wireframe   ********************************
******************************************************************************/
body {
    background-image:url(images/bg.gif);
}
#container {
        text-align:left;
        margin:0px;
        margin-top:38px;
        width:835px;
		height:100%;
		}

#banner {
    margin:0px;
    height:259px;
    width:835px;
    background-image:url("images/banner.jpg");
    background-repeat:no-repeat;

}

#menu {
   
    font-size:11px;
    position:relative;
    float:right;
    top:150px;
    margin-right:12px;
}
#menu a {
   color:#BB0000;
   text-decoration:none;
}
#menu a:hover {
   color:#BB0000;
   text-decoration:underline;
}

#content {
    width:835px;
    height:100%;
    background-color:white;
    font-size:12px;
	
}
#footer {
    background-image:url(images/footer-bg.gif);
    font-size:10px;
    height:18px;
    width:835px;
    border-top: 1px dashed #666;
    text-align:center;
    color:#999999;
}
#left-content {
	background-color:#FFFFFF;
    width:43%;
	float:left; 	 	
}
#right-content {
    background-color:#FFFFFF;
    width:54%;
	float:right;
    padding-right:7px;
}

	

	




			
