/* 		Credit: http://www.templatemo.com/ 		*/
body {
margin:0;
padding:0;
line-height: 1.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background: #CCCCCC url(bg.gif) repeat-x;
}
a:link { color: #464646; text-decoration: none} 
a:visited { color: #464646; text-decoration: none} 
a:active { color: #464646; text-decoration: underline} 
a:hover { color: #464646; text-decoration: underline}

#container {
width: 900px;
margin: auto;
background: #FFFFFF;
}
#header {
height: 220px;
background: #CCCCCC url(2010headerrevised.jpg) no-repeat;
}
#content {
width: 900px;
}
#left_column {
background: #FFFFFF;
float: left;
width: 200px;
min-height: 400px;
}
#right_column {
float: left;
width: 700px;
min-height: 400px;
}
#footer {
clear: left;
background: #666666;
padding: 5px;
color: #FFFFFF;
}
#footer a {
color: #FFFFFF;
}
.line {
clear: left;
height: 10px;
background: #666666;
}
.pic {
float: right;
margin-left: 10px; 
border: 1px solid #000000;
}
.section_box {
clear:left;
margin: 10px;
padding: 10px;
border: 1px solid #CCCCCC;
background: #FFFFFF;
color: #666666;
}
.section_box2 {
clear: left;
margin-top: 10px;
padding: 10px;
border: 1px solid #CCCCCC;
background: #FFFFFF;
color: #666666;
}
.text_area {
margin: 10px;
}
.publish_date {
margin-top: 5px;
color: #999999;
font-size: 11px;
font-weight: bold;
}
.title {
padding-bottom: 10px;
font-size: 16px;
font-weight: bold;
color: #666666;
}
.subtitle {
padding-bottom: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}
/* 		Menu Credit: http://www.dynamicdrive.com/style/      */
.glossymenu{
list-style-type: none;
margin: 5px;
padding: 0px;
width: 185px;
border: 0px solid #ffffff;
}
.glossymenu li a{
background: white url(button_default.gif) repeat-x center;
font: bold 13px Verdana, Helvetica;
color: white;
display: block;
width: auto;
padding: 6px;
padding-left: 10px;
text-decoration: none;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 180px;
}
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
.glossymenu li a:hover{
background-image: url(button_active.gif);
color: #666666;
}

