/*FlexiWeb Style File - Created 28-11-2007
Elements Section
*/
body {
margin: 0px;
}
.header {
background-color: #663366;
background-image: url();
position: absolute;
left: 1px;
top: 1px;
width: 764px;
overflow: visible;
font-family: monotype corsiva, arial italic,sans-serif;
font-size: 30pt;
color: #ffffff;
padding: 5px;
text-align: center;
}
.maincontent {
position: absolute;
left: 160px;
top: 290px;
width: 600px;
overflow: visible;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
color: #000000;
visibility: visible;
padding: 5px;
text-align: left;
}
.outerdiv {
height: auto;
overflow: visible;
font-family: Verdana, Arial, sans-serif;
}
.containerdiv {
position: relative;
width: 774px;
overflow: visible;
border: 2px solid #663366;
font-family: Verdana, Arial, sans-serif;
visibility: visible;
padding: 1px;
text-align: center;
}
.major {
position: absolute;
left: 1px;
top: 61px;
width: 774px;
overflow: visible;
font-family: Verdana, Arial, sans-serif;
visibility: visible;
text-align: left;
}
.contactinfo {
background-color: #663366;
position: absolute;
left: 1px;
top: 262px;
width: 764px;
overflow: visible;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
color: #FFFFFF;
padding: 5px;
text-align: right;

}
.contactinfo a {
color: #FFFFFF;
}
.contactinfo a:visited {
color: #FFFFFF;
}
.contactinfo a:hover {
color: #F8E2E2;
}
.maincontent h1 {
position: relative;
overflow: visible;
font-family: monotype corsiva, arial italic,sans-serif;
color: #663333;
visibility: visible;
text-align: left;

}
.maincontent h2 {
position: relative;
overflow: visible;
font-family: monotype corsiva, arial italic,sans-serif;
color: #663333;
visibility: visible;
text-align: left;

}
.contentbottom {
position: absolute;
left: 160px;
height: 10px;
width: 600px;
overflow: visible;
font-family: Verdana, Arial, sans-serif;
visibility: visible;
bottom:3px;
}
.contactform {
position: absolute;
overflow: visible;
font-family: Verdana, Arial, sans-serif;
visibility: visible;
text-align: left;
bottom:40px;
}
/*FlexiWeb Style File - Created 28-11-2007
Menus Section
*/
.main {
	position: absolute;
	left: 5px;
	top: 290px;
	width : 150px;
	z-index: 90;
	text-align: left;
	text-indent: 15px;
}
#main, #main ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 150px;
	}
	
#main li { /* all list items */
	float : left;
	width: 150px;
	position : relative;
	line-height : 25px;
	margin-bottom : -1px;
}
	
#main li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 10px;
	margin-top : -20px;	
}
#main li ul ul { /* third-and-above-level lists */
	left: -999em;
	
}
#main li a {
	width: 150px;
	display : block;
	color : #666666;
	font-weight : bold;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size : 12px;
	text-decoration : none;
	background: url('images/template/0002-navibg.gif') no-repeat left;;
	z-index: 90;	
}
#main li:hover ul ul, #main li:hover ul ul ul, #main li.sfhover ul ul, #main li.sfhover ul ul ul {
	
	left: -999em;
}
#main li:hover ul, #main li li:hover ul, #main li li li:hover ul, #main li.sfhover ul, #main li li.sfhover ul, #main li li li.sfhover ul { /* lists nested under hovered list items */

	left: auto;
}
#main li a:hover {
	color : #990000;
	background: url('images/template/0002-navibg.gif') no-repeat left;;
}
#main li:hover, #main li.hover {
    position:static;
} 
