/* ---------------------------------------- Main Style Sheet -------------------------------------- */
/*																									*/
/*																									*/

/* HTML Elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;		
	margin: 0px;
	line-height: 120%;	
}

a, a:link {
	color: #CE1A36;
	text-decoration: underline;
}

a:visited {
	color: #CE1A36;
	text-decoration: underline;
}

a:hover {
	color: #CE1A36;
	text-decoration: none;
}

a:active {
	color: #CE1A36;
	text-decoration: underline;
}

.head1
{
	font-weight: bold;
	font-size: 18px;
	color: #CE1A36;
	font-family: Arial, Helvetica, sans-serif;
}

.head2
{
	font-weight: bold;
	font-size: 12px;
	color: #CE1A36;
	font-family: Arial, Helvetica, sans-serif;
}


b, strong {
	font-weight: bold;
}

form {
	margin: 0px;
}

input {
	font-family: Verdana;
	font-size: 10px;
}

li {
	padding-bottom: 12px;
	list-style-image: url(/images/bullet.red.gif);
}

.homePageSidebarText {
	color: #ffffff;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}

.homePageNewsTeaser {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;		
	line-height: 100%;	
}

.homePageNewsHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;		
	line-height: 100%;	
	font-weight: bold;
}

/* Secondary (side) Navigation */

.secondaryNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}

.secondaryNavLink:link, .secondaryNavLink:visited, .secondaryNavLink:active {
	color: #000000;
	text-decoration: none;
}

.secondaryNavLink:hover {
	color: #CE1A36;
	text-decoration: none;
}

.secondaryNavLinkSelected:link, .secondaryNavLinkSelected:visited, .secondaryNavLinkSelected:active, .secondaryNavLinkSelected:hover {
	color: #CE1A36;
	text-decoration: none;
}

/* Footer Menu Classes */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #848484;
}

.footerHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #64615F;
}

/* Primary Menu Classes */
.menuLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menuLink:link, .menuLink:visited, .menuLink:active {
	color: #FFFFFF;
	text-decoration: none;
}

.menuLink:hover {
	color: #C4C4C4;
	text-decoration: none;
}

.menuLinkSelected, .menuLinkSelected:link, .menuLinkSelected:visited, .menuLinkSelected:hover {
	color: #C4C4C4;
	text-decoration: none;
}

/* Footer Menu Classes */
.menuLinkFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menuLinkFooter:link, .menuLinkFooter:visited, .menuLinkFooter:active {
	color: #848484;
	text-decoration: none;
}

.menuLinkFooter:hover {
	color: #CE1A36;
	text-decoration: none;
}

.menuLinkFooterSelected, .menuLinkFooterSelected:link, .menuLinkFooterSelected:visited, .menuLinkFooterSelected:hover {
	color: #CE1A36;
	text-decoration: none;
}

/* Footer Menu Classes HOME */
.menuLinkFooterHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menuLinkFooterHome:link, .menuLinkFooterHome:visited, .menuLinkFooterHome:active {
	color: #ffffff;
	text-decoration: none;
}

.menuLinkFooterHome:hover {
	color: #ebebeb;
	text-decoration: none;
}

.menuLinkFooterHomeSelected, .menuLinkFooterHomeSelected:link, .menuLinkFooterHomeSelected:visited, .menuLinkFooterHomeSelected:hover {
	color: #A4A4A4;
	text-decoration: none;
}



