body {
    font-family:  Tahoma;
    font-size: 11px;
    color: #333333;
    line-height: 14px;
    padding: 0;
    margin: 20px;
    background-color: #f6f6f6;
}
a:link, a:visited, a:active {
    color: #C00;
    text-decoration: none;
}
a:hover {
    color: #CC0000;
    text-decoration: underline;
}
hr {
    margin: 15px 0px 15px 0px;
    color: #003366;
    height: 1px;
    width: 100%;
}
h1 {
    font-size: 1.4em;
    margin: 0px;
}
h2 {
    font-size: 1.6em;
    margin: 0px;
}
h3 {
    font-size: 1.2em;
    margin: 0px;
}
h4 {
    font-size: 1em;
    margin: 0px;
}

form {
    margin: 0;
}
input,
textarea {
  color: #003;
  background-color: #fff;
  border: 1px solid #999;
}

/***********************************
container
************************************/
#container {
    width: 772px;
    border: #ccc 1px solid;
    padding: 0px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

/***********************************
masthead
************************************/
#masthead {
    background: url(headers/rotate.php) no-repeat 100% 0;
    padding: 113px 0px 0px 0px;
}
.stripe {
    margin: 0; 
    padding: 0;
    height: 30px;
    opacity: 0.6;
    background: #f6f6f6 url(bckr_m.gif) repeat-x;;
    }
    
.stripe h1 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #003;
	padding:8px 5px 5px 220px;
}


/***********************************
sidebar
************************************/
#sidebar {
    float: left;
    width: 180px;
    vertical-align: top;
    background-color: #FFF;
    margin: 20px 0 10px 10px;
    padding: 0px;
}
.menu { padding:10px 10px 0 10px; background: #f6f6f6 url(bckr_m.gif) repeat-x; border-right:1px solid #d7d7d7;}
.menu li{
    list-style-type: none;
    margin: 0;
    padding:0px;
}

.menu ul{
	text-transform:uppercase;
    list-style-type: none;
    margin: 0;
    padding: 0;
	
}

.menu ul ul {}
.menu ul ul a:link, .menu ul ul a:visited, .menu ul ul a:active {
	background-image: url(nool.gif);background-repeat: no-repeat;background-position: 5px;
	text-transform: none;
	font-size:11px;
    padding: 4px 15px;
    color: #414153;
    display: block;
    text-decoration: none;
    font-weight: normal;
	border:none; 
}
.menu ul ul a:hover{
	background-image: url(nool.gif);background-repeat: no-repeat;background-position: 6px;
    text-decoration: underline;  
}
.menu ul ul a.menu_current {
    text-decoration: underline;
	font-weight:bold;
}
.menu ul ul ul {}
.menu ul ul ul a:link, .menu ul ul ul a:visited, .menu ul ul ul a:active {
	background-image: url(nool.gif);background-repeat: no-repeat;background-position: 15px;
	font-size:11px;
    padding: 2px 25px;
    color: #C00;
    display: block;
    text-decoration: none;
    font-weight: normal;
	border:none;
}
.menu ul ul ul a:hover{
	background-image: url(nool.gif);background-repeat: no-repeat;background-position: 16px;
    text-decoration: underline;  
}
.menu ul ul ul a.menu_current {
    text-decoration: underline;
	font-weight:bold;
}
.menu a:link, .menu a:visited, .menu a:active {
    padding: 4px 5px;
    color: #003;
    display: block;
    text-decoration: none;
    font-weight: bold;
	border-bottom:1px solid #d7d7d7;
}
.menu a:hover {
    text-decoration: underline;
    color: #C00;
}
.menu a.menu_current {
    text-decoration: underline;
	font-weight:bold;
	color: #C00;
}
.tools  {
    float: left;
    width: 170px;
    color: #666;
    text-align: center; 
    padding: 0px;
}
.tools input {
    width: 80%;
    font-size: 80%;
}
.tools a:link, .tools a:visited, .tools a:active {
    color: #999;
    text-decoration: none;
}
.tools a:hover {
    color: #FFF;
    text-decoration: none;
}

/***********************************
main content
************************************/
#mainContent {
    float:right;
    width: 530px;
    padding: 20px;
    background-color: #FFF;
    position: relative;
    vertical-align: top;
    line-height: 1.5em; 
    text-align: left; 
    word-spacing: 1px;  
}

#mainContent img {
    float: left;
    margin: 0px 20px 20px 0px;
    border: none; 
}
#mainContent h1 {
    border-bottom: #036 1px solid;
}

/***********************************
separator
************************************/

#clear
    {
    clear: both;
    height:0;
    }


/***********************************
footer
************************************/

#footer {
    color: #999;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 99%;
}
#footer a:link, #footer a:visited, #footer a:active {
    color: #999;
    text-decoration: none;
    font-weight: normal;
}
#footer a:hover { 
    border-bottom: 1px dotted #333; color: #333; 
    }