body {
	font-family: "Tahoma";
	color: #fff;
	font-size: 14px;
	text-align: left;
	background-color: #192839;
}

p {
	font-size: 14px;
	padding: 2px;
	text-align: left;
}

H1 {
	font-size: 18px;
	padding-left: 7px;
	margin-top: 35px;
	margin-left: 5px;
	color: #000;
}

H2 {
	font-size: 16px;
	padding-left: 7px;
	margin-top: 4px;
	margin-left: 5px;
	color: #000;
}

H3 {
	font-size: 15px;
	padding-left: 7px;
	margin-top: 4px;
	margin-left: 5px;
	color: #fff;
}

H4 {
	font-size: 15px;
	padding-left: 7px;
	margin-top: 4px;
	margin-left: 5px;
	color: #000;
}

H5 {
	font-size: 15px;
	padding-left: 7px;
	margin-top: 10px;
	margin-left: 5px;
	color: #000;
	border_left: 1px solid #192839;
}

a:visited {
	text-decoration: none;
	color: #fff;
	border: 0;
}

a:hover {
	text-decoration: none;
	color: #fff;
	border: 0;
}

a:active {
	text-decoration: none;
	color: #fff;
	border: 0;
}

a:link {
	text-decoration: none;
	color: #fff;
	border: 0;
}

#formcontainer {
	width: 250px;
	margin: 1px 5px 1px 5px;
	padding: 0px 0px 0px 0px;
}

#spanstyle_left {
	overflow: auto;
	scrollbar-face-color: #334c68;
	height: 445px;
	width: 287px;
	margin-top: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 5px;
	display: block;
}

#spanstyle_right {
	overflow: auto;
	scrollbar-face-color: white;
	height: 440px; width: 490px;
	margin-left: 3px;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 5px;
	display: block;
}

#container {
	width: 800px;
	height: 700px;
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 805px;
	height: 111px;
	margin-top: 5px;
	margin-left: 0px;
	position: relative;
}

#header_left {
	width: 312px;
	height: 111px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	
}

#header_right {
	width: 485px;
	height: 111px;
	margin-top: 0px;
	margin-left: 0px;
	float: right;
	margin-top: 35px;
}

#menu {
	width: 485px;
	height: 111px;
	margin_left: 10px;
}

#header_left_logo {
	width: 312px;
	height: 74px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}

#header_left_menu {
	width: 312px;
	height: 37px;
	margin-top: 10px;
	margin-left: 2px;
	float: left;
}

#header_left_menu li {
	display: inline;
	margin-left: 0.20em;
	margin-right: 0.1em;
	padding-right: 0.1em;
	padding-left: 17px;
	background: url(images/menu_sign.jpg) no-repeat 0px 4px;
}

#content {
	width: 800px;
	height: 524px;
	position: relative;
	margin-top: -35px;
}

#content_left {
	width: 294px;
	height: 524px;
	background-image: url(images/left_side.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

#content_right {
	width: 505px;
	height: 524px;
	background-image: url(images/right_side.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -35px;
	float: left;
}

#content_right p{
	font-size: 14px;
	text-align: justify;
	color: #000;
	padding_left: 3px;
	margin-left: 5px;
}

#content p{
	font-size: 14px;
	text-align: left;
}

#content_right a:visited {
	text-decoration: none;
	color: #000;
}

#content_right a:hover {
	text-decoration: none;
	color: #000;
}

#content_right a:active {
	text-decoration: none;
	color: #000;
}

#content_right a:link {
	text-decoration: none;
	color: #000;
}

#footer {
	width: 805px;
	height: 50px;
	font-size: 13px;
	border: 0px;
	margin-top: 0px;
	clear: both;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: absolute;
z-index: 0;
margin-left: 35px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #517690;
padding: 5px;
left: -500px;
border: 1px dashed gray;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
z-index: 150;
}
