/* CSS Document */



body,html{
		width:100%;
		height:100%;
	background:#fac0cc;
	margin-left:auto;
	margin-right:auto;
	float:center;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #black;
	}

#base {
	width:850px;
	height:700px;
	margin:20px auto 10px auto;
	float:center;
	text-align:left;
	background:#ffffff;
	}

#columnlf {
	width:300px;
	height:425px;
	text-align:left;
	float:left;
	margin:auto 10px auto 10px;
	}

#columnrt {
	width:425px;
	height:425px;
	float:right;

	text-align:left;

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background:#fac0cc;
	}


.logo {
	width:250px;
	height:125px;
	float:center;
	}

.menuimgs {
	width:145px;
	height:75px;
	float:center;
	}

.menusm {
	width:98px;
	height:39px;
	float:center;
	}

.fourbysiximgs{
	width: 280px;
	height: 420px;
	float:center;
	}

#showit {
width:600px;		/* swf width */
height:400px;		/* swf height */
position:relative;
margin:0 auto;
}
#showit h1 {
font-family:"Times New Roman", Times, serif;
font-size:28px;
font-weight:bold;
font-style:italic;
margin:5px 0 0 0;
text-align:center;
color:#FFFFFF;			/* title color */
}
#showit h2 {
font-family:"Times New Roman", Times, serif;
font-size:18px;
font-weight:normal;
font-style:italic;
margin:5px;
text-align:center;
color:#FFFFFF;			/* subtitle color */
}

.showit_error {
margin:20px;
border:2px solid #990000;
padding:20px;
color:#990000;
background-color:#cc7f7f;
font-size:12px;
text-align:center;
}
.showit_error a:link, .showit_error a:visited {
color:#FFFFFF;
text-decoration:underline;
}
.showit_error a:hover, .showit_error a:active {
color:#FFFFFF;
text-decoration:none;
background-color:#990000;
}

/* FOOTER */

#footer {
	margin-top:5px;
	width:100%;
	text-align:center;
	color:gray;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	}

#footer a:link{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}





/* LINKS */

#bg {
	width:850px;
	height:400px;
	float:left;
	margin:0px;
	border-style:solid;
	border-color: white;
	border-width:0px;	


	text-align:center;
	}



body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #858585;
}
a:link {color: #819F39;}
a:visited {color: #819F39;}
a:hover {color: #9DBE4C;}
a:active {color: #819F39;}

a.n:link {color: #5e4909;	text-decoration: none;}
a.n:visited {color: #5e4909; text-decoration: none;}
a.n:hover {color: #9fd6e0; font-weight:regular; text-decoration: none;}
a.n:active {color: #5e4909; text-decoration: none;}

h1{
	font-size:14px;
	display:inline;
}

