/* MAIN STYLED TAGS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

td.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	margin: 0px;
	padding: 0px;
}

p a {
	color: Black;
	text-decoration: underline;
	font-weight: normal;
}

p a:hover {
	color: Black;
	text-decoration: none;
	font-weight: normal;
}


.head {
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : White;
	font-size : 16px;
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	text-align: right;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #353D92;
	font-size : 16px;
	margin: 0;
	padding: 0;
	border: 0;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #353D92;
	font-size : 14px;
	margin: 0;
	padding: 0;
	border: 0;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #353D92;
	font-size : 12px;
	margin: 0;
	padding: 0;
	border: 0;
}

H3 a {
	color: Black;
	text-decoration: underline;
}

H3 a:hover {
	color: Black;
	text-decoration: none;
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #353D92;
	font-size : 12px;
	margin: 0;
	padding: 0;
	border: 0;
}

H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #353D92;
	font-size : 11px;
	margin: 0;
	padding: 0;
	border: 0;
}

H6 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	color : #000000;
	font-size : 11px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
}

.acrobat {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	color : #000000;
	font-size : 11px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


li {
	list-style-type: square;
	color: #000000;
	padding-left: 0px;
	padding-bottom: 5px;
}


hr {
	height: 1px;
	color: #353D92;
	background-color: #353D92;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0;
}


a {
color: #0000FF;
text-decoration: underline;
}


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

/* Navigation selected status */
.selected { 
	color: #000000;
	text-decoration: underline;
}


select {
	width: 200px;
	height: 23px;
	font-size: 12px;
}


input {
	height: 23px;
	width: 200px;
	font-size: 12px;
}


textarea {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100px;
}


/* UNIQUE STYLES ON PAGE */

.layercontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}

.required {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
	color: Red;
}

/* FOOTER */

address {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #FF5700;
}

#left-column
{
	float: left;
	width: 142px;
}	

#centre-column
{
	float: left;
	width: 176px;
}

	img.register-link
	{
		margin: 0px 0px 7px;
		padding: 0px;
	}
	
	img.gallery-image
	{
		margin: 0px 5px 0px 0px;
		padding: 0px;
		border: 0px;
		vertical-align: top;
		text-align: left;
	}
	
	#centre-column p
	{
		font-size: .7em;

		padding: 0px 0px 2px;
		margin: 0px;
	}

#right-column
{
	float: left;
	width: 170px;
}

	#stop-press
	{
		border: 3px solid #80C2E5;
		width: 160px;
		padding: 0px 0px 14px;
		margin: 0px 0px 8px;
	}
	
		#stop-press p
		{
			font-size: 1em;
			text-align: center;
			padding: 15px 3px 18px;
		}
	
	#right-column h1, #right-column h2
	{
		color: #000;
	}


