/* CSS Document */


/*-------------------------- link styles -----------------------------*/

a:link {
	text-decoration:none;
	color:#999999;
	}
a:hover {
	text-decoration: underline;
	color:#6E842D;
	}
a:visited {
	text-decoration:none;
	color:#999999;
	}
	
a.menu:link {
	text-decoration:underline;
	color:#CC3399;
	}
a.menu:hover {
	text-decoration: underline;
	color:#CC3399;
	}
a.menu:visited {
	text-decoration:underline;
	color:#CC3399;
	}
	
a.textlink:link {
	text-decoration:underline;
	color:#333333;
	}
a.textlink:hover {
	text-decoration: underline;
	color:#FC3D72;
	}
a.textlink:visited {
	text-decoration:underline;
	color:#333333;
	}

a.imgbrdr:link {display:block; width:50px;height:50px;border: 0px; border-style:solid; border-color:#999999;}
a.imgbrdr:visited {display:block; width:50px;height:50px;border: 0px; border-style:solid; border-color:#999999;}
a.imgbrdr:hover {border: 1px; border-style:solid; border-color:#6E842D;}

.imageBorder {border: 1px; border-style:solid; border-color:#6E842D;}


/*-------------------------- type styles -----------------------------*/

.h1 {}
.h2 {
	font-family:Helvetica, sans-serif;
	font-size:14px;
	color:#FC3D72;
	margin-bottom:0px;
}
.h3 {
	font-family:Helvetica, sans-serif;
	font-size:9px;
	}
.h4 {
	font-family:Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.6em;
	margin:0px 0px 10px 0px;
	}
.h5 {
	font-family:Helvetica, sans-serif;
	text-decoration:underline;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	color:#CC3399;
	margin:0px 0px 10px 0px;
	line-height: 1.3em;
	}
.h7 {
	font-family:Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.3em;
	}
.h6 {
	font-family:Helvetica, sans-serif;
	font-size:9px;
	color:#FC3D72;
	padding-top:;
}
.footer {
	font-family:Helvetica, sans-serif;
	font-size:10px;
	color:#19211C;
}


.menuLine {
	border-bottom: thin dotted;
	border-bottom-color:#777777;
	border-right: thin #777777 dotted;
	width: 28px;
	height:100px;
	}
	
.columnpadding {
	padding:0px 5px 0px 5px;
	}
.columnmenupadding {
	margin:0px 20px 0px 8px;
	}

/*-------------------------- structure -----------------------------*/

body {
	margin:0px;
	}
	
.hidden {
display:none;
}
#header {
	width:900px;
	height:190px;
	margin-top:10px;
	}
	
#bgImage {
	background-image:url(images/FPP-bgImage.gif);
	background-repeat:repeat-x;
	z-index:0;
	
	}
	
#navmenu {
	width: 100%;
	height:25px;
	background-color:#333;
	}
#footerbar {
	margin:20px 0px 20px 0px;
	width: 100%;
	height:25px;
	background-color:#333;
	}
	
.line { background:url(images/dot.gif) repeat-x; margin:10px 0 0 0; padding:0 0 20px 0; }


/**************** Navigation *********************/
#navbar {
	margin:0;
	padding: 0px;
	width:;
	height: 25px;
	}
#menu {
	margin:0;
	padding: 0px;
	float:;
	width: 900px;
	height: 31px;
	line-height: 25px;
	}
ul.menu{
	float:;
	list-style:none;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}
ul.menu li{
	float:left !important;
	list-style-type:none;
	margin:0px 0px 0px 15px;
	padding:0px;
	}
ul.menu li a,ul.menu li a:link,ul.menu li a:visited{
	border-bottom:0;
	border-left:0;
	color:#FFF;
	float:left;
	display:block;
	text-decoration:none;
	padding:0 5px;
	}
ul.menu li a:hover,ul.menu li a:active{
	background:#fff;
	color:#Fc3D72;
	text-decoration:none;
	color:#FC3D72;
	}
ul.menu li.home a{
	border-left:2px solid #fff;
	text-decoration:none;
	}
ul.menu li ul{
	float:left;
	margin:0;
	padding:0;
	}



/*-------------------------- other -----------------------------*/
