@charset "UTF-8";
html,body{
	padding:0;
	margin: 0px;
}
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/background_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 1.8m;
}

.layout #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.layout #header {
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.layout #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 400%;
	font-weight: lighter;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 1em;
}

.layout #header h2 {
	font-size: 26px;
	color: #960;
}

.layout #mainContent {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
	margin-top: 0px;
}
.layout #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
	margin-top: 60px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #D1787C;
	border-bottom-color: #D1787C;
	margin-bottom: 300px;
}
.layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	top: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	text-align: left;
	top: 0px;
	width: 200px;
	position: relative;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:600px;
	font-size: 1px;
	line-height: 0px;
}

/* Top navigation bar */
#navcontainer {
	padding-left: 20px;
	font-style: normal;
	color: #003;
	padding-top: 10px;
}

#navcontainer ul
{
	padding-left: 0px;
	margin-left: 0px;
	background-color: #c66;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}
#navcontainer ul li {
	display: inline;	
}
#navcontainer ul li a {
	background-color: #c66;
	color: white;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	width: 80px;
	width: 80px;
	padding-top: 0.37em;
	padding-right: 1em;
	padding-bottom: 0.37em;
	padding-left: 1em;
	font-size: 110%;
}
#navcontainer ul li a:hover { background-color: #fff; color: #000;}

/* Top navigation bar */
#image ul
{
	width: 160px;
	float: right;
	padding-right: 10px;
}
#image ul li {
	display: block;
	text-align: left;
	list-style-type: none;
	background-repeat: no-repeat;
	width: 160px;
	background-color: transparent;
	padding-bottom: 20px;
	padding-top: 2px;
}


/* link styles */

a:link {
	color: #369;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

.caption {
	font-style: italic;
}
