@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	color: #303030;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}


a:link, a:visited, a:active
{
	outline: none;
	text-decoration: none;
	color: #7ea4d6;
}
a:hover
{
	text-decoration: underline;
}
#container
{
	width: 935px;
	text-align: left;
	position: relative;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: left;
}

#titlebar
{
	background-color: #000000;
	background-image: url(images/title_top.jpg);
	background-repeat: no-repeat;
	width: 935px;
	float: right;
	color: #FFFFFF;
}

#titlebar #title
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 18px;
	letter-spacing: 0.1em;
	padding-top: 17px;
	padding-left: 15px;
	padding-bottom: 15px;
}

#content
{
	width: 927px;
	float: right;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c4c9cd;
	border-left-color: #c4c9cd;
}

#bottom
{
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	float: right;
	height: 16px;
	width: 935px;
	margin-bottom: 50px;
	padding-top: 30px;
	text-align: center;
}

#bottom a {
color:#7ea4d6;
}

.box
{
	padding-right: 9px;
	padding-bottom: 20px;
	padding-left: 9px;
	padding-top: 5px; /*float: left;*/
	width: 890px; /*background-color: #fff;*/
	clear: both;



}

.box p {
padding-left:20px;
margin-right:5px;
text-align:justify;
line-height:20px;
}

.box hr{
margin-left:20px;
}

