body {
	font: 11px/170% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	/*font: 12px/170% Arial, Helvetica, Geneva, sans-serif;*/
	list-style: none;
	background: #b2b3b8 url(images/bg_texture.jpg) scroll 50% 0px;
	text-align: center;
	margin: 0;
}

h1 {
	background: url(images/header_banner.gif) no-repeat 0 0;
	width: 786px;
	height: 66px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-indent: -1000em;
	/*\*/overflow: hidden;/**/
	display: block;
}

h2 {
	color: #335d92;
	margin: 20px 20px 10px;
	font-weight: bold;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;*/
	font-size: 1.7em;
	background: url(images/h2_underline.gif) repeat-x 0 100%;
}

h3 {
	margin: 0 20px 10px;
	color: #7f7f7f;
	border-bottom: 1px solid #eee;
	font: normal 1em Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding-bottom: 2px;
}

p, ul, ol {
	margin: 10px 20px;
	text-align: justify;
}

ul {
	list-style-type: circle;
	padding-left: 20px;
}

ol { padding-left: 20px; }

a {
	color: #4564ca;
	text-decoration: none;
	/*background: url(images/a_underline.gif) repeat-x -2px 100%;*/
}

a img {
	border: none;
}

a:visited {
	color: #7c7c7c;
	/*border-color: #bd91df;*/
	/*background: url(images/visited_underline.gif) repeat-x 0 100%;*/
}

a:hover {
	color: #ca3d26;
	border-bottom: 1px solid #ca7224;
}

.credit {
	font-size: 9px;
	color: gray;
	margin-top: -9px;
}

#box {
	text-align: center;
	border: 4px solid silver;
	padding-top: 15px;
	padding-bottom: 11px;
	width: 400px;
	margin: 25px auto;
}

/* @group Auto-clearing */

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */

/* @group PageLayout */

.container {
	background: #fff url(images/content_body.gif) repeat-y 0 0;
	margin: 0 auto;
	width: 786px;
	text-align: left;
}

.content {
	padding: 4px 5px 0;
}



#main {
	float: left;
	width: 550px;
	margin-top: 10px;
	padding-left: 15px;
}

#side {
	background: url(images/content_div.gif) no-repeat 0 0;
	float: right;
	color: #5b5b5b;
	width: 190px;
	padding-left: 0;
	margin-top: 10px;
	height: 302px;
	padding-top: 18px;
}

#side ul {	
	margin: 0 0 0 -7px;
	padding: 7px 0 0;
	list-style: none;
}

#side ul li {
	background: url(images/side_bullet.gif) no-repeat 0 5px;
	margin-top: 2px;
	padding-left: 15px;
	margin-left: 19px;
	font-size: 1.1em;
	font-weight: bold;
}

/* @end */

/* @group Navigation */

#navigation {
	display: block;
	width: 786px;
	height: 69px;
	text-align: center;
	line-height: 1em;
	background: url(images/bg_navigation.gif) 0 0;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
}

#navigation * {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul {
	display: table;
	margin: 0 0 0 39px;
	text-align: center;
}

#navigation li {
	display: table-cell;
	padding: 0 1px 10px;
	background: url(images/navigation_div.gif) no-repeat 0 40px;
	font-weight: bold;
	font-size: 13px;
}


/*#navigation li+li { 
	background: url(images/navigation_div.gif) no-repeat 0 40px;
}*/

#navigation li.active { background: none }	
#navigation li.active+li { background: none }
#navigation span { float: left }
#navigation a {
	background-repeat: no-repeat;
	color: #525252;
	text-decoration: none;
	padding: 10px 20px 8px;
	float: left;
	border: none;
	margin-top: 30px;
}

/* @group Active Tab */

#navigation li.active {
	background: url(images/navigation_on.gif) no-repeat 50%;
}

#navigation li.active span {
	cursor: default;
}

#navigation li.active a {
	text-shadow: #fff 0px 1px 1px;
	color: black;
	cursor: default;
	border: none;
}

/* @end */



/* @group IE Hacks */

/* For IE mac & win */

* html #navigation ul { display: inline-table; }
* html #navigation li { display:  block; float: left; }

/* For IE win only \*/
* html #navigation ul { font-size: 0; padding-bottom: 9px; }
* html #navigation li { display: inline; float: left; padding-right: 0; padding-bottom: 8px; }
* html #navigation span { display: inline-block; float: none; }
* html #navigation a { display: inline-block; float: none; font-size: 13px;}
/* End IE win */

/* @end */

/* @group IE7 Hacks */

*:first-child+html #navigation * {
	float: none;
	display: inline-block;
}
*:first-child+html #navigation ul { padding: 0 0 8px }

*:first-child+html #navigation ul li {
	display: inline;
	padding: 0 1px 8px;
	margin-bottom: -8px;
}

/* @end */

/* @end */



/* @group Footer */

#footer {
	background: url(images/bg_footer.gif) no-repeat 0 0;
	width: 786px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 0;
	color: #3d3d3d;
	text-shadow: #fff 0px 1px 1px;
	text-align: center;
}

#footer a { color: #3d3d3d; border: none; }

#copyright {
	background: url(images/Copyright.jpg) no-repeat 0px 4px;
	width: 228px;
	height: 15px;
	display: block;
	overflow: hidden;
	text-indent: -1000em;
	float: right;
	padding: 0;
	margin: 0 5px 0 0;
}
	
/* @end */

