body,html {
    margin-top: 0px;
    margin-left: 25px;
	margin-bottom: 0px;
    padding: 0px;
    background: #6A8347;
    color: #000;
}
body
{

}
a, a.visited
{
 color: #112233;
}

#main {
	width: 823px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	/*border-bottom: 1px solid #000000;*/
	padding:0px;
	margin: 0px;
    /*height: 100%;*/
    min-height: 100%;
    background: #667777;
}
#mainbg
{
  min-height: 100%;
  width:838px;
  padding: 0px 0px 0px 12px;
  background-image:url(images/mainbg.jpg);
  background-repeat:repeat-y;
  margin: 0px;
  
}

#title {
	height: 150px;
	padding: 0px; margin: 0px;
	border-bottom: 5px solid #336699;
}

#content {
	padding: 0px;
	width: 100%;
	background: #667777;
}

#roundcont {
	width: 610px;
	height: auto;
	background-color: #667777;
	margin: 5px 5px 5px 0px;
	padding: 0;
	float: left;
}

#roundads {
	width: 165px;
	height: auto;
	background-color: #8899aa;
	margin: 5px 5px 5px 0px;
	padding: 0px;
	float: right;
	border: 1px solid black;
}

#roundcont p {
	margin: 10 10 10 10px;
}
#roundads p {
        margin: 10 10 10 10px;
	}

.roundtop { 
	background: url(images/top-right.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(images/bottom-right.jpg) no-repeat top right; 
}

#footer {
    	background: #667777;
    	clear:both;
	width: 823px;
	height: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	vertical-align: middle;
	}

#footer ul {
text-align: right;
  /*margin: 5 5;*/
}

#footer li {
list-style-type: none;
display: inline;
vertical-align: middle;
padding: 3 3 1 3;
}

#footer a {
font-weight: normal;
font-size: 12px;
font-family: arial, helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover {
color: #111;
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
.big_n_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

.title2
{
  margin: 0px; padding:0px;
  background-color:#fff;
}
.title2 table
{
  padding: 0px;
  margin: 0px;
}
.logo
{
  background-color:#fff;
}
/** menu styles **/
#topmenu
{
  border-top: 1px solid black;
  background-color: #aabbbb;
    font-weight: bold;
}
#bottommenu
{
  background-color: #556666;
}
#topmenu,#bottommenu
{
  padding: 0px;
  margin:0px;
  width: 100%;
  border-bottom: 1px solid black;
}
#bottommenu
{
  /*font-size: smaller;*/
  /*font-size:10px;*/
}
#topmenu a,#bottommenu a
{
  margin-top: 0px; margin-bottom: 0px;
  margin-left: 0px; margin-right: 0px;
  padding-left: 0px; padding-right: 0px;
  padding-top: 0px; padding-bottom: 0px;
  text-decoration: none;
  font-family:Verdana, Arial, Helvetica, sans-serif;

}
#bottommenu a
{
  color: white;
}
#topmenu a.sel
{
  background-color: #114466;
  color: white;
}
#bottommenu a:hover
{
  background-color: #334455;
  color:white;
}
td.left_content
{
	vertical-align: top;
}
td.right_menu
{
	padding-left: 2px;
	vertical-align: top;
}

  .rbox
{
    margin-top: 10px;
    color: #292929;
    /*width: 300px;*/
    border: 1px solid #BABABA;
    background-color: #ddd;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-bottom: 1em;
    -o-border-radius: 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 3px 7px #adadad;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}


