/* CSS Document */

* {
	padding: 0;
	Margin: 0;
}
body {
	font: 75%/1.2 Verdana, sans-serif;
	color: #212121;
	background-color: #EBEBEB;
}
#container {
	margin: 0em auto;
	width: 825px;
	background-color: #FFF;
}
#header {
    height: 217px;
	width: 825px;
}
#contents {
	width: 785px;
	background-image:url(images/contents-background.jpg);
	margin-top: 20px;
	margin-left: 18px;
	margin-right: 18px;
}
#contentshome {
	float: left;
	width: 555px;
	background-image:url(images/home-background.jpg);
	margin-top: 20px;
	margin-left: 18px;
}
#homesidebar {
	float: right;
	width: 200px;
	background-image:url(images/sidebar-background.jpg);
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 16px;
}
h1 {
	padding-left: 20px;
	padding-right: 20px;
	font: 120%/1.4 verdana, sans-serif;
	font-weight:bold;
	color: #F00318;
}
h2 {
	padding-left: 20px;
	padding-right: 20px;
	font: 100%/1.2 verdana, sans-serif;
	font-weight:bold;
	color: #F00318;
	align: center;
}
#footer {
	clear: both;
	width: 825;
	text-align: center;
}
#contents p {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
#contentshome p {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
#homesidebar p {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
a:link {
	color: #F00318;
	text-decoration: underline;
}
a:visited {
	color: #F00318;
	text-decoration: underline;
}
a:hover {
	color: #00ADEF;
	text-decoration: underline;
}
a:active {
	color: #00ADEF;
}
#footer p {
	font-size: 85%;
	color: #212121;
}
#footer a:link {
	font-size: 90%;
	font-weight: bold;
	color: #F00318;
}
#footer a:visited {
	font-size: 90%;
	font-weight: bold;
	color: #F00318;
}
#footer a:hover {
	font-size: 90%;
	font-weight: bold;
	color: #00ADEF;
	text-decoration: underline;
}
#footer a:active {
	font-size: 90%;
	font-weight: bold;
	color: #F00318;
}
ul {
	margin-top: 2px;
	margin-left: 20px;
}
li {
	margin-top: 2px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
	display: list-item;
}
.rightimg {
	margin-left: 15px;
}
.rightimgnoborder {
	margin-left: 15px;
}
.leftimg {
	margin-right: 15px;
}
.caption {
	font-size: 85%;
	color: #1C1301;
	margin-top: 4px;
	padding-left: 10px;
	padding-right: 25px;
}
.tableleft {
	margin-left: 15px;
}
