/*Created by Tammy Nice */

/*PAGE SPECIFIC STRUCTURE TAGS*/

body	{
	background-color: #548BB4;
}
a:link	{
	color: #CC3333;
	text-decoration: none;
}
a:visited	{
	color: #CC3333;
	text-decoration: none;
}
a:active	{
	color: #CC3333;
	text-decoration: none;
}
a:hover	{
	color: #CC3333;
	text-decoration: underline;
}

/* TEXT FORMATS */
strong.color	{
	color: #CC3333;
	font-style: normal;
	font-weight: 500;
}


/* FORM PROPERTIES */
input.textfield	{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #008676;
	height: 16px;
	width: 110px;
	border: 1px solid #FFFFFF;
	margin-top: 15px;
}


/*HEADINGS*/
h1	{
	color: #008676;
	font: bold medium Georgia, "Times New Roman", serif;
}
h2	{
	color: #008676;
	font: bold small "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	margin-left: 7px;
	margin-right: 20px;
	margin-top: 5px;
}
h3	{
	color: 008676;	
	font: bold small "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	margin-bottom: -15px;
	margin-left: 7px;
	margin-right: 20px;
	margin-top: 5px;
}
h4	{
	font: bold small "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	margin-bottom: -15px;
	margin-left: 7px;
	margin-right: 20px;
	margin-top: 5px;
}


/* CUSTOM DIVS */

#content	{

}
#content ul	{
	list-style-image: url(images/bullet_green.gif);
}
#content li	{
	padding: 2px 20px 2px 7px;	
}
#content	p	{
	padding: 0px 20px 5px 7px;
	text-align: left;
}
#content	input	{
	border: 1px solid #A9A9A9;
	font: x-small "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 16px;
}
#content input.button	{
	background-color: #003300;
	font: small "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}
div.box	{
	width: 100%;
	border-bottom: 1px dotted #a9a9a9;
	padding: 5px 20px 10px 7px;
	margin-top: 10px;
}

.smallfonts	{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003300;
	text-align: right;
}

/*SIDEMENU*/

#sidemenu a:link	{
	color: #008676;
	text-decoration: none;
}
#sidemenu a:visited	{
	color: #008676;
	text-decoration: none;
}
#sidemenu a:active	{
	color: #008676;
	text-decoration: none;
}
#sidemenu a:hover	{
	color: #008676;
	text-decoration: none;
}
#hilite	{
	color: #008676;
}
#hilite a:link	{
	color: #008676;
}
#hilite a:visited	{
	color: #008676;
}
#hilite a:hover	{
	color: #008676;
}


/*SUBMENU*/

#submenu a:link {
	color: #008676;
	text-decoration: none;
}
#submenu a:visited {
	color: #008676;
	text-decoration: none;
}
#submenu a:active {
	color: #008676;
	text-decoration: none;
}
#submenu a:hover {
	color: #006666;
	text-decoration: none;
}

/*BOTTOM*/

.bottom	{
	background-color: #C72929;
}

.bottom a:link  	{
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:visited	{
	color: #FFFFFF;
	text-decoration: none;
}

.bottom a:active	{
	color: #FFFFFF;
	text-decoration: none;
}

.bottom a:hover	{
	color: #FFFFFF;
	text-decoration: underline;
}