body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FAFAF9;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #000000;
}

#container {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#container-header {
	width: 720px;
	height: 182px;
	padding: 20px 40px 0px 40px;
	background-image: url(images/bg_header.gif);
	font-size:28px;
	font-weight:bold;
}

#container-name {
	float: left;
}

#container-slogan {
	float: right;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
	padding-top: 70px;
}

span, #container-name span,#container-slogan span {
	color: #006AC3;
}

#container-content {
	width:720px;
	padding: 20px 40px 0px 40px;
	margin:0;
	height: auto;
}

#content {
	width: 480px;
	float: right;
}

#border {
	text-align:right;
	width: 220px;
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: -10px;
	margin-right: 30px;
	margin-bottom: 0px;
}

#border ul{
	list-style: none;
}

#border li {
	padding: 12px;	
}

#border a {
	color:#000000;
	font-size:18px;
	padding: 12px;
	text-decoration: none;
	text-shadow:0px 0px 5px #FFFFFF;
}

#border a:hover {
	color:#555555;
	font-size: 18px;
	padding: 12px;
	text-decoration:underline;
	text-shadow:0px 0px #FFFFFF 5px;
}

#container-footer {
	width: 720px;
	height: 60px;
	padding: 20px 40px 0px 40px;
	margin:0;
	clear: both;
	color: #898989;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position:bottom center;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #898989;
}

#container-footer a:hover {
	color: #666666;
}

#footer {
	font-size: 12px;
	color: #898989;
	width: 720px;
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 350px;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 350px;
	padding-right: 10px;
}

.clearer {
	clear: both;
}

h1 {
	font-size: 22px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 0px 0 20px 25px;
	background-image: url(images/h1_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: #666666;
	padding: 5px 0 5px 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 19px;
	color: #666666;
	margin: 0 0 20px 25px;
}

#content p a{
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
	padding: 2px 2px 2px 2px;
}

#content p a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006AC3;
	padding: 2px 2px 2px 2px;
}

#content img {
	background-color: #E7F1FF;
	padding: 4px;
	border: 1px solid #006AC3;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}