@charset "utf-8";
/* CSS Document */


body {
	width:960px;
	background:#C5CDDE;
	text-align:center;
	margin:auto;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#666;
}
a {
	color:#336699;
	text-decoration:none;
}
a:hover {
	color:#6699CC;
}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF;
}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
}
#header {
	height: 169px;
	background:#495e83;
	padding:0px;
	margin:0px;
}
#header h1 {
	font-size:200%;
}
#header a:hover {
	color:#7A2875;
}
/*Menu*/
.menu {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 35px;
	width: 100%;
	background-color: #495e83;
}
.menu_sub {
	position: relative;
	margin-top:0px;
	height: 30px;
	width: 100%;
	background-image:url(images/sub.gif);
	background-repeat: repeat;
}
.menu ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
}
.menu ul li {
	display: inline;
	padding: 0px 10px;
	margin: 0px
	list-style: none;
}
.menu a {
	padding: 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover { 
	color: #CCCCCC; 
	font-size: 11px
}
/*Main Body*/
#maincol {
	position:relative;
	margin:0;
	padding:0px;
	}
#leftcol { 
	position:relative;
	float:left;
	width:10px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:10px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FFFFFF;
	z-index:100;
	}
#rightcol {
	position:relative;
	float:right;
	width:10px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:10px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FFFFFF;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 40px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#sub {
	font-size:x-small;
	text-align:center;
	color:#666;
	}
#footer {
	position:relative;
	top:1px;
	background:#495e83;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	}
.links {
	font-size: 11px; 
	color: #FFFFFF; 
	text-decoration:none; 
	font-weight: bold
}
.links:hover { 
	color: #CCCCCC
} 
.title { 
 	font-size: 14px; 
	font-weight: bold; 
	color: #28527B;
} 
.bullet {
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	text-decoration: none;
	line-height: 16px;
	text-align: left;
} 
.text {  
	font-size: 11px; 
	line-height: 18px; 
	color: #000000;
}  
a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #336699;
} 
a:hover {
	color:#6699CC;
} 
.subtitle { 
	font-family: Verdana, 
	Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #6699CC; 
	font-weight: bold; 
	text-decoration: none;
} 
.floatright {
	float:right; 
	margin: 0 0 10px 10px; 
	border:none;
}
.floatleft {
	float:left; 
	margin: 0 0 10px 10px; 
	margin-right: 20px; 
	border:none;
}
/* form */
form {
	margin: .8em 0;
}

input, textarea, select {
	background: #FFFFFF;
	border: 3px double #EEEEEE;
	color: #666666;
	margin: 2px 0 0 0;
}

fieldset {
	border: 1px solid #EEEEEE;
	padding: 10px;
}

legend {
	background: transparent;
	color: #666666;
	margin: 0 4px;
}

.required, .error {
	background: transparent;
	color: #CC0000;
	font-weight: bold;
}

/*Gallery*/

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 200px;
height: 106px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}
