body
{
//	background: #6F5C37 url(../images/background.gif) center top repeat-y;
	background: #666 url(../images/background.gif) center top repeat-y;
	text-align: center;
	margin: 0;
	font-size: 80%;
	font-family: Geneva, Verdana, Helvetica, sans-serif;
}

a
{
        text-decoration: underline;
	font-weight: bold;
	color: #515F88;
}

body *
{
	margin: 0;
	padding: 0;
}

#container
{
	position: relative;
	margin: 0 auto;
	width: 750px;
}

#header
{
	width: 100%;
	height: 100px;
	background: transparent url(../images/headerbg.jpg) top left no-repeat;
	clear: both;
}

#content, #content-int
{
	clear: both;
}

#content #content-int
{
	text-align: left;
}

#content #content-int p, #content #content-int ul, #content #content-int ol
{
/*	margin: 5 5 1em 10px; */
	margin: 5px;
}

#menu, #callouts, #top-menu
{
	list-style-type: none;
	clear: both;
}

#top-menu
{
	color: #FFF;
	background-color: #666;
	float: left;
	width: 750px;
	height: 15px;
	font-size: 80%;
}

#top-menu li
{
	float: right;
	width: 75px;
	height: 100%;
}

#top-menu li a
{
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#menu
{
	background: transparent url(../images/menubg.png) top left repeat-x;
	float: left;
	width: 750px;
	height: 24px;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	clear: both;
}

#menu li
{
	float: left;
	width: 105px;
	height: 100%;
}

#menu li a
{
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px 0 0 0;
	font-size: 10px;
}

#submenu
{
	float: left;
	width: 20%;
	list-style-type: none;
	margin: 0 5% 0 0 ;
	text-align: left;
}

#submenu li
{
	margin: 0 10px;
	font-size: 10px;
        margin-top: 3px;
	margin-bottom: 5px;
}

#content.second-level #content-int
{
	float: left;
	width: 70%;
	clear: none;
}

#content.second-level #content-int ul
{
    	padding: 1em;
}

#content.second-level #content-int ol
{
    	padding: 2em;
	list-style-type: decimal;
}

#callouts
{
	width: 100%;
	height: 160px;
	float: left;
	text-align: center;
}

#callouts li
{
	width: 230px;
	height: 160px;
	float: left;
}

#callouts #callout1
{
	color: #FFF;
	background: #515F88 url(../images/calloutbg1.png) top left repeat-x;
	border-right: solid 1px #FFF;
}

#callouts #callout2
{
	color: #FFF;
	background: #6D4155 url(../images/calloutbg2.png) top left repeat-x;
	border-right: solid 1px #FFF;
}

#callouts #callout3
{
	color: #FFF;
	background: #416D64 url(../images/calloutbg3.png) top left repeat-x;
}

/* This is needed because of IE6's improper treatment of borders in calculating width.
 * Normally, the 249px width would be placed in the above rules, but, IE does not count 
 * the border in the width of the callout boxes, so, we must hide the lesser widths.
 */
#callouts > #callout2, #callouts > #callout3
{
	width: 249px;
}

#callouts a
{
	display: block;
	width: 100%;
	font-size: 120%;
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

/*#callouts li a
{
	display: block;
	width: 100%;
	height: 90px;
	font-size: 120%;
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 0 0 0;
}*/

#copyright {
	margin-left: 1em;
	padding-top: 1em;
        color: #888888;
	align: center;
        font-size: 10px;
}

#home-image 
{
	position: absolute; 
	width: 300px; 
	height: 100px; 
	left: 0; 
	top: 10; 
	display: block;
}
