@charset "UTF-8";
/* CSS Document */

html, body { height: 100%;}

/* TEXT STYLES - USINGS STANDARDS */

body {
	font-size: 9pt; line-height: 13pt;
	font-family: Arial, Helvetica, sans-serif;  
	color: #333333;
	}

p	{
	margin-bottom: 1;
	margin-top: 0;
	}

.PullQuote	{
			font-size: 9pt;
			font-weight: bold;
			font-style: italic;
			}

.MiniHeading	{
			color: #006699;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
			font-weight: normal;
			text-transform: uppercase;
			margin-top: 0;
			margin-bottom: 0;
			padding-left: 20;
			}


h1	{
	font-size: 25pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	margin-bottom: 12px;
	margin-top: 10px;
	text-transform: none;
	}

h2	{
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 12px;
	margin-top: 10px;
	text-transform: uppercase;
	}

.NewsHeading 	{
				font-size: 12pt;
				font-family: Arial, Helvetica, sans-serif;
				color: #333333;
				text-transform: uppercase;
				line-height: 14pt;
				font-weight: bold;
				margin-bottom:1px;
				}
/* Contact STYLE */

.ContactHeading	{
				color: #000000;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12pt;
				font-weight: bold;
				text-transform: uppercase;
				margin-bottom: 0;
				}
.ContactAuthor	{
			color: #006699;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 7pt;
			font-weight: normal;
			text-transform: uppercase;
			margin-top: 0;
			margin-bottom: 0;
			padding-left: 20;
			}
			
/* Contact LINKS */

a.ContactLink:link		{
					color: #333333;
					text-decoration: none;
					}
a.ContactLink:visited	{
					color: #333333;
					text-decoration: none;
					}
a.ContactLink:hover		{
					color: #333333;
					text-decoration: underline;
					}
a.ContactLink:active	{
					color: #333333;
					}	

/* LINK STYLES - USINGS STANDARDS */

a.subNav:link		{
					color: #FFFFFF;
					text-decoration: none;
					text-transform: uppercase;
					padding-left: 17px;
					line-height: 17pt;
					}
a.subNav:visited	{
					color: #FFFFFF;
					text-decoration: none;
					text-transform: uppercase;
					padding-left: 17px;
					line-height: 17pt;
					}
a.subNav:hover		{
					color: #FFFFFF;
					text-decoration: underline;
					text-transform: uppercase;
					padding-left: 17px;
					line-height: 17pt;
					}
a.subNav:active		{
					color: #FFFFFF;
					text-transform: uppercase;
					padding-left: 17px;
					line-height: 17pt;
					}
					
/* SubFooter LINKS */

a.subFooter:link		{
					color: #000033;
					text-decoration: none;
					text-transform: uppercase;
					padding-left: 17px;
					line-height: 17pt;
					}
a.subFooter:visited	{
					color: #000033;
					text-decoration: none;
					text-transform: uppercase;
					padding-left: 17px;
					line-height: 17pt;
					}
a.subFooter:hover		{
					color: #000033;
					text-decoration: underline;
					text-transform: uppercase;
					padding-left: 17px;
					line-height: 17pt;
					}
a.subFooter:active	{
					color: #000033;
					text-transform: uppercase;
					padding-left: 17px;
					line-height: 17pt;
					}		

/* Body LINKS */

a.BodyLink:link		{
					color: #000033;
					text-decoration: none;
					text-transform: uppercase;
					}
a.BodyLink:visited	{
					color: #000033;
					text-decoration: none;
					text-transform: uppercase;
					}
a.BodyLink:hover		{
					color: #000033;
					text-decoration: underline;
					text-transform: uppercase;
					}
a.BodyLink:active	{
					color: #000033;
					text-transform: uppercase;
					}	

/* FOOTER LINKS */

a.Footer:link		{
					color: #000033;
					text-decoration: none;
					font-size: 8pt;
					}
a.Footer:visited	{
					color: #000033;
					text-decoration: none;
					}
a.Footer:hover		{
					color: #000033;
					text-decoration: underline;
					}
a.Footer:active	{
					color: #000033;
					}	

/* Image Link */

img	{
	border-style: none;
	}

/* OBJECT STYLES - USINGS STANDARDS */

.LinksBoxBlue	{
			background-color: #006699;
			width: 200px;
			margin-top: 10px;
			}

.LinksBox	{
			width: 200px;
			margin-top: 10px;
			}
.ButtonsBox	{
			width: 145px;
			margin-top: 10px;
			}

.BodyPadding	{
				margin-left: 10px;
				margin-right: 10px;
				}

.ContactLayout	{
				margin-left: 10px;
				width: 440px;
				}
.BlueBox	{
			background-color: #006699;
			margin-bottom: 8px;
			}


/* Activities LAYOUT  */

.ActivitiesList	{
				float: left;
				width: 120px;
				}


/* Form LAYOUT  */

#Form	{
		float: left;
		width: 400px;
		}

.Form	{
		float: left;
		width: 200px;
		}
.FormL	{
		float: left;
		width: 400px;
		margin-bottom: 2px;
		margin-top: 8px;
		}
		
.FormHeading
		{
		font-size: 8pt;
		color: #006699;
		text-transform: uppercase;
		}
