/* ------------------
 styling 2 col menu 
   ------------------   */
   
#outer {
 text-align:left;
 border:0px solid #000000;
 width:500px;
 margin:auto;
 }
 
#bodyblock {
 position:relative;
 background: #ffffff;
 width:500px;
 padding:0px;
 }
 
#left-column {
 float:left;
 background:#ffffff;
 width:250px;
 }
 
#right-column {
 float:left; 
 width:250px;
 background:#ffffff;
 text-align:left;
 }
 
 #footer {
 font-family:verdana, helvetica, sans-serif;
 font-size: 10pt;
 font-weight: normal;
 line-height: 13pt;
 background-color:#ffffff;
 color: #0099cc;
 margin:0px;
 }
 
 #header {
    font-family:verdana, helvetica, sans-serif;
    font-size:12pt;
    font-weight: bold;
    background-color:#ffffff;
    color:#0099cc;
    border-style:solid;
    border-width:0px;
    text-align:center;
}

#subhead {
    float: center;
    width:235px;
    font-family:verdana, helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    background-color:#ffffff;
    color:#0099cc;
    border-style:solid;
    border-width:0px;
    text-align:center;
    margin: 3px;
}

.reverse {
   
    width: 250px;
    font-family:verdana, helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    background-color:#0099cc;
    color:#ffffff;
    border-style:solid;
    border-width:0px;
    text-align:center;
}

.note {
    float: center;
    width: 235px;
    font-family:verdana, helvetica, sans-serif;
    font-size:7pt;
    font-weight: normal;
    line-height: 7pt;
    background-color:#ffffff;
    color:#0099cc;
    border-style:solid;
    border-width:0px;
    text-align:left;
}

#reverse {
    float: center;
    width: 235px;
    font-family:verdana, helvetica, sans-serif;
    font-size:10pt;
    font-weight: bold;
    background-color:#0099cc;
    color:#ffffff;
    border-style:solid;
    border-width:0px;
    text-align:center;
}

#col1 {
    float: left;
    display: block;
    font-family:verdana, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    line-height: 15pt;
	color: #0099cc;
	background-color: #ffffff;
	width: 205px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	border-bottom: 0px solid #ffffff;
	font-weight: normal;
}

#col1 ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#col1 li { 
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


#col2 {
	float: left;
    display: block;
    font-family:verdana, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    line-height: 15pt;
	color: #0099cc;
	background-color: #ffffff;
	width: 45px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	border-bottom: 0px solid #ffffff;
	font-weight: normal;
}

#col2 ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}

#col2 li { 
	margin: 0px; 
}


#footer {
    clear: left;
}
