html {
	height:100%;
}

:focus {
	outline: 0;
}

body, p, a, ul, li, ol, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

body {
	behavior:url("csshover3.htc");
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#bacddb;
	height:100%;
}

h1 {
	font-size:18px;
	color:#752eca;
	text-decoration:none;
}

h2 {
	font-size:14px;
	color:#909090;
	text-decoration:none!important;
}

h3 {
	color:#4d2288;
	font-size:18px;
}

p {
	text-indent:20px;
	color:#000;
}

p a {
	color:#000;
	text-decoration:underline;
}

p.foot {
	text-indent:0px;
}

p.link {
	font-size:18px;
	color:#30F;
	text-decoration:underline!important;
}

a {
	color:#4d2288;
	text-decoration:none;
	outline:none;
}

a:visited {
	color:#4d2288;
}

p a:hover {
	text-decoration:underline!important;
}

label {
	text-align:left;
}

ul#nav {
	padding:5px;
	margin:0px auto;
	width:100%;
	z-index:999;
}

ul#nav li a {
	display:block;
	font-weight:bold;
	padding:2px 10px;
	background:#bacddb;
}

ul#nav li a:hover {
	background:#d9c3f2;
	color:#4d2288;
}
	
li {
	list-style:none;
	float:left;
	position:relative;
	width:225px;
	text-align:center;
	margin:0px auto;
	margin-right:4px;
	border:1px solid #4d2288;
}

li ul {
	display:none;
	position:relative;
	width:auto;
	top:0;
	left:0;
	margin-left:-1px;
}

li>ul {
	top:auto;
	left:auto;
	border:none;
}

li:hover ul {
	display:block;
}

ul#nav li.current a {
	background:#bb96e4;
}

ul#nav li.current a:hover {
	background:#d9c3f2;
}

img {
	margin:10px 0 5px;
}

*html img {
	margin:20px;
}

.bttt {
	position:relative;
	float:left;
	padding:500px 150px 0 0;
	border:none;
}

.imgfb {
	float:right;
	margin-right:25px;
	margin-bottom:10px;
	border:none;
}

.coltextimg {
	position:relative;
	float:left;
	background-position:left bottom;
	margin:0px 20px 10px 0px;
	border:2px solid #bb96e4;
}

.pdfimg {
	position:relative;
	float:left;
	padding: 0px 0px 0px 10px;
	border:none;
}

#maincontent {
	width:940px;
	margin:0px auto;
	postition:absolute;
}

*html #maincontent {
	margin-left:42px;
}

#header {
	float:left;
	width:100%;
	height:auto!important;
	height:100%;
	min-height:100%;
	margin:0px auto;
	padding-top:160px!important;
	background-image:url(images/FC_01.JPG);
	background-repeat:no-repeat;
	border:2px solid #752eca;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
 	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
 	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.colmask {
	position:relative;
	margin-top:20px!important;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	background:url(images/colback.png) top right no-repeat #FFF;
}

.colright,
.colmid {
	float:left;
	width:100%;
	position:relative;
}

.col1,
.col2 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	margin-top:10px;
}

.col2 p {
	font-weight:bold;
	text-indent:0px;
	padding-bottom:10px;
	color:#752eca;
}

.twocol .colmid {
	right:45%;
	background-color:transparent;
}

.twocol .col1 {
	width:51%;
	left:47%;
	text-align:justify;
}

.twocol .col2 {
	width:41%;
	left:51%;
	text-align:justify;
	float:right;
}

.twocol .colimg {
	border:2px solid #a0a0a0;
}

.twocol .colvid1 {
	width:360px;
	height:240px;
}

.twocol .colvid2 {
	width:360px;
	height:240px;
}

#footer {
	text-align:center;
	font-size:9px;
	padding:10px 0 1em 0;
	clear:both;
	width:100%;
	height:100%;
}

*html #footer {
	height:43px;
}

#footer p a {
	text-decoration:none;
}

#lyr_ddmenu {
	position:relative!important;
	z-index:999;
	height:10px;
	top:auto!important;
	left:auto!important;
	float:left;
	width:1000px;
	margin:0px auto!important;
	padding:5px;
}

*+html #lyr_ddmenu {
	margin-left:-940px;
}

#contact {
	position:absolute;
	float:right;
	font-size:10px;
}

A.Controls:link {
	color:#666666;
    text-decoration:none;
    font-weight:bold;
}

A.Controls:visited {
	color:#666666;
	text-decoration:none; 
    font-weight:bold;
}

A.Controls:active {
	color:#666666;
	text-decoration:none;
    font-weight:bold;
}

A.Controls:hover {
	color:#be0000;
	text-decoration:none;
    font-weight:bold;
}