body {
    margin: 0;
    padding: 0;
    background-color: #999999; 
	color: #000;
    font: 12px "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
    text-align: center;
}


/*
 * Main Structure,wrap the whole layout in a div to keep it narrow and centered
 */

#wrapper {
    position: relative;
    width: 800px;
    margin: 0 auto;background: #ffffff;
    /*background: #f8f8ff url(http://www.yourhtmlsource.com/media/columns.gif) top center repeat-y;*/
    text-align: left;
    z-index: 10;
}

/* Header */

#header { 
    clear: both;
    background: #ffffff;
    position: relative;
}
.lo1{
float:left; margin-left:5px; 
}
.lo2{

}
.patch {
    margin: 25px 0;
}

#sideline-ad {
    position: absolute; 
	top:-10px;
    
    right: -180px;
    width: 160px;
    min-width: 160px;
    min-height: 600px;
    padding: 0;
    /*border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    color: #333;*/
}

#sideline-ad a {
    font-weight: normal;
    cursor: pointer;
}

#sideline-ad p {
 
    /*border: 1px solid #eeeeee;
    border-radius: 6px;
    padding: 4px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
    font-size: 130%;*/
}

#topmenu {
    margin: 0;
    padding: 0;
    clear: both;
    border-top: 1px white solid;
    list-style: none inside;
	background: black url(../images/nav_off.gif) repeat-x;
	height:28px;
}

#topmenu li {/*
    width: 191px;
    float: left;
    background: black url(../images/nav_off.gif) repeat-x;
    border: solid white;
    border-width: 0 0 0 1px;
    text-align: center;*/
}

#topmenu li:first-child {
    border: none;
    padding-left: 1px;
}

#topmenu li a {
    display: block;
    width: 191px;
    padding: 3px 0;
}

#topmenu li a:hover {
    background: #9f9fd6;
}

/* Main Content Area */

#main {
    clear: both;
    border-top: 1px solid #fff;
    margin: 0 25px 25px 25px;
}
#content {
    /*float: left;
    width: 500px;
    margin: 10px 0 100px 0;*/
    line-height: 1.8;
    text-align: justify;
	font-size:12px;
}
#mediaHolder{ 
background-color:#000000;
}
/* Footer */
.pathbar {
    font-weight: bold;
    border: silver solid 1px;
    border-width: 1px 0;
    margin: 8px 0 12px 0;
    padding: 3px 0;
    line-height: 1.3; text-align:center;
}

.pathbar a {
    white-space: nowrap; margin-left:30px;
}


a.nav2 {
    font-weight: bold;
    color: #362974 ;
    text-decoration: underline;
}

a.nav2:link {
    color:  #362974;
    text-decoration: underline;
}

a.nav2:visited {
    color: #333399;
    text-decoration: underline;
}

a.nav2:active {
    color: #CC3399;
	text-decoration: underline;
}

a.nav2:hover {
    color: #0066CC;
    text-decoration: none;
}

#footer {
    clear: both;
    background: #60ace1;
    color: #fff;
	padding:5px;
}

#footer p {
    margin: 0;
    padding: 0;
    text-align: center;
	font-size:10px; font-weight:bold;
}

#footer a.more {
    color: #fff; 
	font-size:10px;
}

#footer a.more:active {
    color: #fc0;
}

/* Main trim */

.pathtitle { font-size:13px;
    /*color: #a3f;
    text-transform: uppercase;*/
	font-weight:bold;
}


#search-callout img {
    position: absolute;
    top: 11px;
    right: 107px;
    z-index: 10;
}

/* Content,Text Formatting and the like */

h1.maintitle {
    margin: 15px 0 12px;
    font: bold 38px "Arial Rounded MT Bold",sans-serif;
    color: #039;
}



hr.blue {clear: both; width:99%; 
    color: #5e93c9;
    height: 1px;
    text-align: center;
    background: #5e93c9;
    border: none;
    margin: 0;
	padding:0;
}


