html,
* {
	margin: 0;
	padding: 0;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5747;
	line-height: 21px;
}

#bg
{
	background: url(../images/home-bg.gif) center top no-repeat;
}

#page
{
	margin: 0px auto;
	width: 920px;
}

#header
{
	height: 122px;
}

#navigation
{
	height: 34px;
	color: #fff;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	}
	#navigation #nav {float: right;}


#content
{
	padding: 20px 0;
}

body#home #content {padding: 0;}

body#home #home-flash {
width: 920px;
height: 620px;
}

#breadrumbs
{
	background: #dbd7c9;
	color: #2d2a1e;
	font-size: 10px;
	padding: 2px 24px;
	margin-bottom: 10px;
	text-align: right;
}

#leftcol
{
	float: left;
	width: 270px;
	}
	
	#leftcol ul
	{
	width: 200px;
	}
	#leftcol ul li
	{
	border-bottom: 1px dashed #ccc;
	}
	#leftcol ul li li
	{
	border: none;
	}
	#leftcol ul li a
	{
	font-weight: bold;
	color: #2d2a1e;
	text-decoration: none;
	}
	#leftcol blockquote {
	margin-left: 25px;
	font-style: italic;
	line-height: 19px;
	}


#main
{
	float: right;
	width: 600px; /*leftcol and main should add up to 900 pixels, but an extra 30 pixels is there for padding */
}



#content .moduletable /*distance between modules in left column, vertically */
{padding-bottom: 15px;}


#content h1, #content .contentheading, #content .componentheading
{
	color: #80111c;
	font-size: 18px;
	padding-bottom: 10px;
}

#content h2
{
	color: #9d957c;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#content h3
{
	color: #80111c;
	font-size: 14px;
	padding-bottom: 10px;
}

#content b, #content strong {color: #2d2a1e;}
#content p {padding-bottom: 10px;}

#content a {color: #80111c;}
#content a:hover {color: #80111c; text-decoration: none;}

#content ol
	{
	padding: 0;
	margin: 0;
	margin-left: 40px;
	padding-bottom: 10px;
	}
	#content ol li
	{
	font-weight: bold;
	color: #2d2a1e;
	}

#content ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	padding-bottom: 10px;
	}
	#content ul li
	{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 16px;
	font-weight: bold;
	color: #2d2a1e;
	}
	#content ul li:hover
	{
	background-image: url(../images/arrow-red.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-left: 20px;
	font-weight: bold;
	color: #80111c;
	}
	
#footer
{
	background: url(../images/footer-bg.gif) center top no-repeat;
	color: #e7e1cd;
	font-size: 11px;
	
	min-height:80px;
	height: auto !important;
	height: 80px;
	}
	#footer .footer
	{
	width: 900px;
	margin: 0px auto;
	text-align: center;
	}
	#footer a {
	color: #e7e1cd;
	text-decoration: none;
	}
	#footer a:hover {
	color: #ffffff;
	}
	#footer ul li
	{
	display: inline;
	list-style-type: none;
	padding-right: 6px;
	font-weight: bold;
	}

img {border: 0;}

.clear {clear: both;}
.small {font-size: 10px; font-weight: bold; line-height: normal;}
.createdate {font-size: 10px; line-height: normal; border-bottom: 1px solid #e7e1cd; padding-bottom: 10px;}
.modifydate {font-size: 9px; font-style: italic; color: #b7b09a; text-align: right; border-top: 1px solid #e7e1cd;}
.readon {font-size: 10px; font-weight: bold;}
.pagenav {font-size: 10px; font-weight: bold;}