/*------------------- COMMON -----------------------*/

@import url(lightbox.css);

a:link img {border: none;}
a:link visited img {border: none;}
a img {border-style: none;}

FORM {
	MARGIN: 0px;
}
H1 {
	MARGIN: 0px;
	font-weight: normal;
}
H2 {
	margin: 0px;
}
H3 {
	MARGIN: 0px;
	font-weight: normal;
}
H4 {
	MARGIN: 0px;
}
H5 {
	MARGIN: 0px;
}
H6 {
	MARGIN: 0px;
}

A {
	TEXT-DECORATION: none
}
A:HOVER {
}
FORM {
	margin: 0px;
}

/*------------------- MAIN -----------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #400000;
	margin: 0px;
	background-color: #092D43;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.wrapper {
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/home1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	
}
.outer {
	float: left;
	width: 100%;
	background-image: url(images/outer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.page {
	float: left;
	width: 932px;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bottom {
	float: left;
	width: 932px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.main {
	float: left;
	width: 932px;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 75px;
}
.logo {
	float: left;
	width: 932px;
	height: 144px;
}
.left {
	float: left;
	width: 254px;
	padding-top: 60px;
}
.link {
	padding-left: 50px;
	padding-bottom: 75px;
}
.link ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link li {
	padding-bottom: 15px;
}
.link a {
	color: #000000;
	font-weight: bold;
	background-image: url(images/bullett.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.link a:hover {
	color: #990000;
	background-image: url(images/bullett1.gif);
}
.link span {
	color: #990000;
	font-weight: bold;
	background-image: url(images/bullett1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.picture {
	text-align: center;
	color: #E1C09A;
}
.picture h3 {
	color: #E1C09A;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	font-size: 18px;
}
.picture h3 a {
	color: #E1C09A;
}
.picture p {
	width: 200px;
	padding-bottom: 10px;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.middle {
	float: right;
	width: 653px;
}
.head {
	float: left;
	height: 123px;
	width: 653px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
.head h1 span {
	font-size: 30px;
	color: #660000;
}
.head h1 {
	font-size: 50px;
	float: right;
	padding-right: 30px;
}
.head h1 em {
	padding-left: 70px;
}
.content {
	float: left;
	width: 625px;
	min-height: 500px;
}
.content h2 {
	font-size: 25px;
	font-weight: normal;
	color: #660000;
}
.content ol li {
	padding-bottom: 15px;
}

.copyright {
	float: left;
	width: 932px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #69A6C7;
	padding-bottom: 60px;
}
