@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/header-home.jpg) #000000 top center no-repeat;
	margin: 0; padding: 0;
	font-family: "Trebuchet MS", sans-serif;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}

#wrapper a {
	color: #555dfb;
}
#wrapper a:hover {
	color: #aaaefd;
}
#header {
	height: 160px;
	text-align: right;
}
#content {
	width: 770px;
	min-height: 490px;
	padding-left: 30px;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	margin: 0;
}
#content h1 {
	color: #e8a516;
	letter-spacing: 0.5px;
	font-weight: normal;
	margin-right: 200px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e8a516;
	margin-bottom: 0.5em;
}
#content p{
	color: #4a3569;
	font-size: 0.9em;
	line-height: 1.8em;
	margin-right: 200px;
	text-align: justify;
	margin-bottom: 0.5em;
}
#content th{
	color: #4a3569;
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: right;
}
#content td{
	color: #4a3569;
	font-size: 0.9em;
	line-height: 1.8em;
}
#rightcol {
	float: right;
	width: 155px;
	background: url(images/image-home.jpg) #aaaefd bottom center no-repeat;
}
#rightcol ul {
	list-style: none;
	margin: 0; padding: 0;
}
#rightcol ul li a{
	display: block;
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
	height: 26px;
	padding: 10px 10px;
	font-size: 22px;
	color: #4a3569;
	background-color: #aaaefd;
}
#rightcol ul li a:hover{
	background-color: #555dfb;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer {
	display: block;
	width: 740px;
	height: 48px;
	background: url(images/footer-corner.gif) #555dfb bottom right no-repeat;
	color: #aaaefd;
	padding: 0px 30px;
}
#footer p {
	font-size: 11px;
	padding-top: 6px;
}
#footer a {
	color: #aaaefd;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

