@charset "utf-8";

 
*{ 
	margin:0px; padding:0px
}
a{text-decoration:underline; color:#590202}
a:hover{text-decoration:none}
a img{border:0px}
a img:hover{opacity:0.8}
body
{
	background-color:white;
 	color:#000;
	font: 13px Verdana,Arial,Helvetica,Clean,Sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%; 
}
h1 {
    font-size: 1.7em;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.1em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: 0.8em;
}
h3 a{ color:#000; font-size:13px}
p{   padding-bottom: 1em; }
#PageCentered
{
	width:779px;
	margin-left:auto; 
	margin-right:auto;  
}
#Page
{	background-color:white;
	background:url('../images/left_bg_repeat.jpg') left repeat-y; 
	width:775px; float:left;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:1px;	 		
	border-left: 1px solid #20A200;
	border-right: 1px solid #20A200;	
	border-bottom: 1px solid #20A200;	
}
#Header
{
	position:relative;	
	width:100%; float:left; height:123px;	
	background:url('../images/header_top.jpg'); overflow:hidden;
}

#Middle 
{
width:100%; float:left; position:relative;
	background:url('../images/header_bot.jpg') top left no-repeat;  
	
}

#LeftCol
{
width:161px; background-color:black;  
float:left;	margin-top:50px;
}

#RightCol
{
width:594px; float:right; 
	
}
/* News Panel at Top */
#NewsFeedPanel
{
	width:97%;  	
	margin-top:15px;
    color: #FFFFFF;
    font-size: 10px;
    height: 65px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px 0px 0 0;
}
#NewsFeedPanel   h2 .more {
    font-size: 10px;
    padding-left: 10px;  
}
#NewsFeedPanel  a:link, #NewsFeedPanel a:active, #NewsFeedPanel  a:hover, #NewsFeedPanel  a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
#NewsFeedPanel   a:hover {
    text-decoration: none;
}
 
/* Navigation */
#LeftNav {
    float: left;
    padding-bottom: 40px;
    padding-top: 0px;
    width: 160px;
}
#LeftNav ul {
    padding-top: 7px;
}
#LeftNav ul li {
    padding-bottom: 8px; list-style-type:none
}
#LeftNav a:link, #LeftNav a:active, #LeftNav a:hover, #LeftNav a:visited {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    color: #FFFFFF;
    display: block;
    font-family: Geneva,Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0 3px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
#LeftNav a:hover {
    background-color: #183500;
    border-bottom: 1px solid #EE0509;
    border-top: 1px solid #20A200;
}
#LeftNav li  a.current  {
    background-color: #590202;
}



/* Content  */
 
#Content {
    float: left;
    width: 420px;  
}
#Content tr {
    border-bottom: 1px solid #D7FFCC;
}
#Content td {
    padding: 3px;
}
#Content hr {
    background-color: #22A301;
    border-color: #22A301;
    color: #22A301;
    height: 1px;
    margin: 8px 0;
    padding: 0;
}
#Content h1 {
    color: #EE0509;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    padding-bottom: 20px;
}
#Content h2, #Content h3, #Content h4, #Content h5 {
    padding-bottom: 0.8em;
}
#Content h3 {
    color: #22A301;
    font-size: 15px;
    font-weight: bold;
    padding-top: 15px;
}
#Content ul {
    list-style-position: outSide;
    list-style-type: square;
    margin-left: 15px;
    padding: 6px;
}
#Content li {
    padding-bottom: 5px;
}
 

#Content #main {
    margin-right: 190px;
}
#Content  img {
    border: 1px solid #22A301;
    margin: 5px;
    padding: 3px;
}
#Content #Side {
    float: right;
    font-size: 10px;
    width: 160px;
}
#Content strong {
    font-weight: bold;
}
#Content em {
    font-style: italic;
}

#Content #Main img {
    border: 1px solid #22A301;
    margin: 5px;
    padding: 3px;
}

/* Content Right Col - Green column  */

#ContentRightCol
{	
	float:right;
    font-size: 10px;
    width: 160px;
}
#ContentRightCol img {
    border: 1px solid #FFFFFF;
    margin: 5px;
    padding: 3px;
}
#ContentRightCol .SideCell {
    background-color: #D9FFCC;
    margin-bottom: 15px;
    padding: 8px;
}
#ContentRightCol h3 {
    background-color: #21A200;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0;
    padding: 5px 2px 5px 5px;
}
#ContentRightCol h4 {
    font-size: 11px;
}
#ContentRightCol .SideCell a:link,#ContentRightCol .SideCell a:hover, #ContentRightCol .SideCell a:active, #ContentRightCol .SideCell a:visited {
    color: #000000;
}
#ContentRightCol .SideCell a:hover {
    text-decoration: none;
}
#ContentRightCol .gray {
    background-color: #858585;
}
#ContentRightCol .navyBlue {
    background-color: #0064A4;
}
#ContentRightCol .brightBlue {
    background-color: #009CFF;
}
#Content table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Footer */
#Footer
{	
width:614px; float:right; 	 background-color:#FFE1E1; text-align:right; 	
}
#Footer p 
{   font-size: 10px; font-weight:bold;
	padding:3px 13px 3px 3px;
	
}

/* News  */

#News h2.Title {
    font-size: 13px;
    padding-bottom: 0;
    color:#000000; 	
}
#News .Date {
    font-size: 12px;
    padding-top: 0;
}
/* Album Gallery styles */
.AlbumImage{ float:left; width:100%}
.AlbumCover2{float:left; width:49%; }
.AlbumImage2, .AlbumImage2 .border{width:100%; float:left; clear:both}
.AlbumImage .ViewLink { float:left;}
#Content .AlbumImage img.Aimg {margin-right:15px; margin-bottom:10px;}

/* Search */

#SearchBlock
{
        position:relative;
        background-color:white;;
        float:left;
        width:150px; border-left:5px solid white;
        height:29px; border-right:6px solid white;
	border-bottom:10px solid white;
}
#SearchBlock .middleColumn { width:148px; height:27px; border:1px solid #ccc; }
#SearchBlock input#SearchForm_SearchForm_Search{
        background: none repeat scroll 0 0 transparent; border:none;
        width:107px; margin-left:3px; padding:7px 0px 5px 9px;
        color:#ADADAD; font-size:12px;border:0px;
        }
#SearchBlock fieldset
{
	border:0px;
}

#SearchBlock input#SearchForm_SearchForm_action_results
{
position:absolute; right:2px; top:5px;
background:url(../images/mag.jpg) no-repeat ;
margin:0px; padding:0px;
width:20px;  border:0px;

height:20px;
}
#SearchBlock input#SearchForm_SearchForm_action_results:hover
{
 border:0px;
cursor:pointer
}


