/* This is the main style sheet - read by most modern browsers */
	/*use the full URL to your bg image to keep NN4.x happy)*/
body {
	background: url(../assets/header/back.jpg) #FFFFFF repeat-x;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
/* the first four declarations determine the link styles and colour*/
/* keep the order of the declarations as they are, otherwise you will get unexpected results ;)*/
a:link {
	color: #660000;
	font: bolder 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
}
a:visited {
	color: #990000;
	font: bolder 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
}

a:hover {
	color: #0066CC;
	font: bolder 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
a:active {
	color: #0066CC;
	font: bolder 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
}

/* This styles the copyright table */
.copyright {
	font-size: 11px;	
	color: #000066;
	padding: 5px 5px 5px 5px;
}

.footer {
	color: #FFFFFF;
background-color: #187D6F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
padding: 5px 5px 5px 5px;	
}

/*styles the link styles in the footer table*/
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	}	
.footer a:visited {	
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
color: #FF6600;
text-decoration: underline;
}
.footer a:active {
	color: #FF6600;
	text-decoration: none;	

	/*styles the main table*/
}

.style1 {color: #FFFFFF}
.style2 {
	color: #000000;
	font-weight: bold;
}
.style3 {
	color: #660000;
	font-weight: bold;
}
.style4 {color: #CC3300}
.style5 {
	color: #000080;
	font-weight: bold;
}

.maintable {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 5px 20px 20px;
}

.maintable p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.maintable h1 {
	color: #187D6F;
	font-size: 16px;
}
.maintable h2 {
	color: #0066CC;
	font-size: 14px;
}
.maintable h3 {
	color: #FF9900;
	font-size: 13px;
}

/*styles the right column in the main table*/
.sidebar {
		border-left: 1px dotted #187D6F;
		padding: 0px 20px 0px 20px;
}

/*styles the p tag in the sidebar column in main table*/
.sidebar p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/*styles the h4 in the sidebar column in the main table*/
.sidebar h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 11px;
}

/* This styles a bulleted list */
li {
	background: #FFFFFF;
	color: #666666;
	list-style-type: disc;
	line-height: 18px;
}
ol {
background: #FFFFFF;
	color: #000066;
}
ul {
background: #FFFFFF;
	color: #660000;
	list-style-type: square;
}

/* formats the contact form */
FORM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #187D6F;
	background: #A6EEE3;
	border: 1px solid #3499CC;
	margin-left:10px;
	padding: 3px;
	width: 500px;
  
}

TEXTAREA, INPUT, SELECT, OPTION, .area {
font-family: "Andale Mono", "Courier New", Courier, monospace;
font-size: 12px;
}

/*We do not insert any styles for buttons here- they are not rendered correctly by N4+*/
/*We apply the button style to the mainns style sheet*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.errormsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
}

