﻿BODY
{
	font-family: Tahoma, Arial;
	margin: 1;
	font-weight: normal;
}


#blueblock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #60CA02; /*Background for Outter Box*/
/*color: #FF0000; Not Sure*/
}

ul#blueblock { width: 12em; }

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #60CA02;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #103910; /*Small retangular box on the left*/
border-right: 10px solid #219429; /*Small retangular box on the right*/
background-color: #186B31; /*Main menu item*/
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

#blueblock li#active a {
border-left: 10px solid #078D36; /*Left */
border-right: 10px solid #078D36;
background-color: #078D36;
color: #fff;
}

.MenuStyle {
	text-align: left;
	font-weight:bold; 	
}

.FontSize2 {
	
	font-size: small; 
}

.Caption_Center {
	 color:#003366; 
	 font-weight: bold;
	 text-align: center 
	 
}

.Caption_Center2 {
	 color:#003366; 
	 font-weight: bold;
	 text-align: center;
	 font-size: x-large; 
	 
}


.halfspaced { line-height: .5; }

.smallcap { font-variant: small-caps} 

.font_tnr { font-family: "Times New Roman", Times, serif; }
