/* CSS Document */

/* Basic link styles */

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066B3;
	text-decoration: none;
	border-bottom: 0.1em dotted #666666;
	
}

a:visited {
	color: #003D6B;
	text-decoration: none;
	border-bottom: 0.1em dotted #666666;
}

a:hover {
	color: #FFFFFF;
	background-color: #003D6B;
	text-decoration: none;
	border-bottom: 0.1em dotted #997300;
}

a:active {
	color: #0066B3;
}


/* basic page style */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.body {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0066B3;	
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066B3;
	font-weight: bold;

}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	font-weight: bold;
	text-transform: none;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF7666;
	font-weight: bold;
}

.eventtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #997300;
	font-weight: bold;
	margin: 0 10px 5px 0x;
}
.eventvenue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003D6B;
	font-weight: bold;
	margin: 0 0 0 0;
}

.eventtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.newstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.newsdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.newstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 6px 20px 0 0 ;
}

.caption { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #333333;
}		

.contactname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin:12px 0 6px 0 ;
	font-weight: normal;
}
.contacttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
ul {
	font: medium Verdana, Arial, Helvetica, sans-serif;
}
li {
	font-size: small;
	margin-bottom: 1em;
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:6px 0 6px 0 ;
	font-weight: bold;
}
.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
}

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.footer { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}		


/* SideNav style */

#SideNavtitle {
        border: 1px #999;
        border-width: 1px 0;
        margin: 15px 0 1px 10px;
		width: 160px;
		background: #0066B3;
		color: #ffffff;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
		padding: 2px 5px 2px 2px;
}

 * html #SideNaavtitle {  
	width: 160px;
}

#SideNavtext {
        border: 1px #999;
        border-width: 1px 0;
        margin: 1px 0 1px 10px;
		width: 160px;
		background: #e8e8e8;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
		padding: 2px 5px 2px 2px;
}

 * html #SideNaavtext {  
	width: 160px;
}

/* SubMenuLink*/

#SubmenuLink {
        border: 1px #999;
        border-width: 1px 0;
        margin: 1px 0 1px 10px;
		width: 160px;
}

#SubmenuLink a { 
        color: #000;
	text-transform: uppercase;
		background: #e8e8e8;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
		padding: 2px 10px 2px 10px;
        text-decoration: none;
		border-bottom-style: none;
}

 * html #SubmenuLink a {  /* make hover effect work in IE */
	width: 160px;
}

#SubmenuLink a:hover {
        color: #FFFFFF;
		background: #333;
		border-bottom-style: none;
}

/* SubMenuLink 2*/

#SubmenuLink2 {
        border: 1px #999;
        border-width: 1px 0;
        margin: 1px 0 1px 10px;
		width: 160px;
}

#SubmenuLink2 a { 
        color: #000;
	text-transform: lowercase;
		background: #999;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
		padding: 2px 10px 2px 35px;
        text-decoration: none;
		border-bottom-style: none;
}

 * html #SubmenuLink2 a {  /* make hover effect work in IE */
	width: 160px;
}

#SubmenuLink2 a:hover {
        color: #FFFFFF;
		background: #003D6B;
		border-bottom-style: none;
}

/* MainMenuLink */

#MainMenuLink {
        border: 1px #999;
        border-width: 1px 0;
        margin: 1px 0 1px 10px;
		width: 160px;
}

#MainMenuLink a { 
        color: #FFF;
		background: #666;
		display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
		font-weight: bold;
		padding: 2px 16px 2px 4px;
        text-decoration: none;
		border-bottom-style: none;
}

 * html #MainMenuLink a {  /* make hover effect work in IE */
	width: 160px;
}

#MainMenuLink a:hover {
        color: #FFF;
	background: #000;
	border-bottom-style: none;
}


/* SiteMap 2*/

#SiteMap {     
        margin: 1px 0 1px 5px;
		width: 300px;
}

#SiteMap a { 
        color: #333333;
		background: #999999;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
		font-weight: bold;
		padding: 2px 16px 2px 20px;
        text-decoration: none;
		border-bottom-style: none;
}

 * html #SiteMap a {  /* make hover effect work in IE */
	width: 300px;
}

#SiteMap a:hover {
        color: #FFF;
	background: #003D6B;
	border-bottom-style: none;
}

#SiteMap2 {     
        margin: 1px 0 1px 20px;
		width: 280px;
}

#SiteMap2 a { 
        color: #000;
		background: #FFF;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
		font-weight: bold;
		padding: 2px 16px 2px 4px;
        text-decoration: none;
		border-bottom-style: none;
}

 * html #SiteMap2 a {  /* make hover effect work in IE */
	width: 280px;
}

#SiteMap2 a:hover {
        color: #991000;
	background: #FFF;
	border-bottom-style: none;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}



/* NOT USED

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.bodytext_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

*/
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	line-height: 14px;
}
.servicefrom {
	font-family: "Trebuchet MS", Georgia, Times;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #0066B3;
}
