body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 0px;
	/* background-color:#E1E1E1; */
}
h1 {
	font-size: 140%;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	line-height: normal;
	margin: 0px;
}
.logo {
	
}
.head {
	padding-bottom: 24px;
	padding-top: 20px;
	font-size:30px;
	color:#FFFFFF;
	float: right;
	width:830px;
	background-image:url(/images/top.gif);
	background-repeat:no-repeat;
}
.page_title {
	font-size: 16px;
	position: relative;
	left: 75px;
}
.wrapper {
	margin-top:3px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 3px;
	width:989px;
	padding:2px;
	/* border: solid 1px #000000; */
	background-color:#FFFFFF;
}
.nav {
	color:#FFFFFF;
	background-color:#29344E; /* dark blue grey */
	background-color:#8A909E; /* transparent dark blue grey */
	background-color:#12127D; /* blue purple */
	background-color:#B37D00; /* brownish */
	background-color:#9191FF; /* light blue purple */
	background-color:#0066B3; /* another blue */
}
.separator {
	font-size: 5px;
}
.nav a {
	color:#D7D7D7;
	color:#E1E1E1;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration:none;
}
.nav a:visited {
}
.nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.padding {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
}
a:hover {
	text-decoration:none;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++ Start +++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.extra_info_left {
	width: 280px;
	/*background-color:#fec;
	background-color:#08c;
	background-color:#fc6;
	background-color:#f60;
	background-color:#EB6003;*/
	float: left;
}
.extra_info_left2 {
	width: 280px;
	float: left;
}
.main_info_left {
	/* Use this style with "extra_info_left"  It will position the main info to the right. */
	
	/*width: 700px;*/
	margin-left: 295px;
	/*overflow:auto;*/
	/*background-color:#0000FF;*/
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++ End ++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.extra_info_left, .extra_info_top {
	background-color:#356735;
	background-color:#F26521; /* orange */
	background-color:#F8AA85; /* transparent orange */
	background-color:#FFCC80; /* salmon */
	background-color:#D5C99C; /* sand */
	background-color:#920000; /* dark red */
	background-color:#962400; /* red orange */
	background-color:#8A3102; /* dark red orange */
	background-color:#F06800; /* orange */
	background-color:#F58839; /* pale orange */
	font-size: 80%;
	color:#fff;
	color:#000;
}
.extra_info_left a:link, .extra_info_top a:link, .extra_info_left a:visited, .extra_info_top a:visited {
	color: #000;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++ Start +++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.extra_info_top {
	width: 800px;
	margin: auto;
}
.main_info_top {
	/* Use this style with extra_info_top.  It will position the main info below the extra info. */
	
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++ End ++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




.accordionDiv {
	width: 400px;
}
.footer {
	background-color:#E1E1E1;
	color:#FFFFFF;
	font-size: 80%;
	width: 400px;
	margin-left:auto;
	margin-right: auto;
	clear:left;
	text-align: center;
}
.section_title {
	background-color: #F26521;
	background-color: #920000;
	background-color:#D5C99C;
	width: 220px;
	color:#FFFFFF;
	color:#000;
	text-align: center;
}
.invalid {
	color:#FF0000;
}
.tiny {
	font-size:80%;
}

.fake_link {
	text-decoration: underline;
	color: #0000FF;
	cursor:pointer;
}
#picture_shade {
	z-index: 400;
	
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:#000;

	visibility:hidden;
	
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
#picture_box {
	z-index:405;
	
	visibility:hidden;
	
	position:absolute;
	top: 0px;
	left: 15px;
	text-align:center;
}
#picture_box img {
	border: 1px solid #000;
}
