@charset "UTF-8";

/* CSS Document */

/* universal
---------------------------------------------*/ 


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #4685bb;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background2.gif);
	background-repeat:repeat-x;
}
#container {
	background-color: #FFFFFF;
}
.clear {
	clear: both;
	height: 0px;
}
a:link {
	color: #000f70;
}
a:visited {
	color: #000f70;
}
a:hover {
	color: #1163a7;
}
a:active {
	color: #000f70;
}


/* header
---------------------------------------------*/

#header {
	background-color:#FFFFFF;
	width: 875px;
	height:auto;
	padding: 0px;
}


/* body
---------------------------------------------*/


#content {
	background-color:#FFFFFF;
	width: 875px;
	top: inherit;
	padding-bottom: 0px;
	background-position: center;

}
.textparagraph {
	padding-right: 70px;
	margin-left: 0px;
}

.side_bar {
	float:left;
	width:235px;
	margin-right:0px;
	margin-top:0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: auto;
}

#side_bar_info {
	font-size:14px;
	margin:0px;
	padding-right:25px;
	padding-left:5px;
	color:#666666;
	background-color: #FFFFFF;
	height: auto;
	line-height: 20pt;
}

em {
	font-size:16px;
	line-height: 22pt;
}

.text {
	color:#000F70;
	width: 640px;
	float:left;
	padding:0;
	top: inherit;
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000F70;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000F70;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #1163A7;
}
	
.style1 {
	font-size: 18px;
	font-weight: bold;
	color: #000F70;
}

/* footer
---------------------------------------------*/

.footer {
	color: #FFFFFF;
	font-size:12px;
	margin:auto;
	padding: 5px 0px 0px 0px;
	width: 875px;
	text-align: center;
	height: 40px;
	line-height: 13pt;
}

.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: none;
	color: #000F70;
}
.footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.photo_caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
html {overflow-y: scroll;}