@charset "UTF-8";
body {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.65em;
}
#float2 {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
/* CSS Document */

#divWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow: auto;
}
#divHeader {
	height: 117px;
	width: 900px;
}
#divNav {
	padding-right: 50px;
	padding-left: 50px;
	height: 65px;
	width: 800px;
}
#divLinks {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#divLinks a {
	font-family: Arial, Helvetica, sans-serif;
	color: #23548E;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
#divLinks li {
	display: inline;
	padding-right: 25px;
}
#divLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divContent {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	width: 800px;
	float: left;
	background-color: #FFF;
	min-height: 500px;
}
#divSide {
	float: left;
	width: 250px;
	text-align: center;
}
#divCopy {
	float: right;
	width: 500px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #195593;
	margin-top: 0px;
}
#float {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 6px;
	border: 1px solid #B0CD8D;
}
#divLeft {
	width: 500px;
	float: left;
}
#divCopy a {
	color: #1C5892;
	font-weight: bold;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #000;
}
#divWrapper #divContent #divCopy h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#divVideo {
	float: right;
	width: 216px;
	margin-bottom: 15px;
	margin-left: 30px;
	text-align: center;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #1A4687;
}

