a image {
border:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.SpecialEmphasis { font-family: Arial; font-size: 14pt; color: #FF0000; font-weight: bold; 
               text-align: center; text-indent: 0; line-height: 100%; 
               border: 4px solid #FF0000; margin-left: 4; margin-right: 4; 
               padding: 5 }
.SmallText   { font-family: Arial; font-size: 8pt }
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #339900;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #339900;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #339900;
}

h3.tight{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #339900;
	word-spacing: 0;
	text-indent: 0;
	line-height: 100%;
	margin: 0
}

h2.tight{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	word-spacing: 0;
	text-indent: 0;
	line-height: 100%;
	margin: 0; font-variant:small-caps
}

.colored_border {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #660099;
}

.title-headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.template_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
Navigation Bar CSS Styles--------------------------------------------------------------
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float:right;
width: 100%;
font-family: arial, helvetica, sans-serif;
text-align:center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em .5em .5em .5em;
background-color:#660099;
color: white;
text-decoration: none;
float: right;
border-right: 1px solid #ff0000;
/*border-bottom:1px solid #FF0000;*/
border-left:1px solid #ff0000;
}

#navcontainer ul li a:hover
{
background-color: #CF2D28;
color: #fff;
padding: 0.2em .5em .5em .5em;
}

---End Nav Bar CSS------------------------------------------------------------------
