
* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/img01.jpg) no-repeat center top;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #171831;
}

h1, h2, h3 {
	color: #171831;
	text-align: center;
	font-weight: bold;
}

h1 { 	font-size: 20px;}

h2 { font-size: 15px; }

p, ol {
	font-size: 14px;
	padding: 0 25px 0 25px;
	line-height: 1.1;
	text-align: justify;
}

a {
	color: #900107;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}


/* Header */

#header {
	width: 928px;
	height: 240px;
	margin: 0 auto;
	padding: 0;
}

#header p {
	margin: 5px;
	text-align: right;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0;
	border-bottom-width: 6px;
	width: 928px; /*width of featured content slider*/
	height: 200px;
	z-index:100;
}


.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: transparent;
	width: 928px; 
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index:100;
}

.pagination{
	width: 928px;
	text-align: center;
	background-color: transparent;
	padding: 0;
	margin-top: 10px;
	z-index:100;
}

.pagination a{
	padding: 0 5px 0 5px;
	text-decoration: none; 
	color: #00007D;
	background: blue;
	font-size: 2px;
	z-index:100;
}

.pagination a img{
	border: none;
	z-index:100;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FFFF00;
	font-size: 2px;
	z-index:100;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	background:#7F97B3 url(images/bg.jpg) repeat-y;
}

/* Content */

#content {
	float: right;
	background: transparent url(images/page.jpg) top right no-repeat;
	width: 680px;
	padding: 20px 25px 0 0px;
	z-index:0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 20px 0px 0 25px;
	background: transparent url(images/page.jpg) top left no-repeat;
	z-index:0;
}

/* Sidebar Nav */

.nav {
	margin: 0;
	padding:5px;
	width: 200px;
	border-top: 0px;
	border-left: 2px inset #E3EBF2;
	border-right: 2px inset #E3EBF2;
	border-bottom: 2px outset #E3EBF2;
}

.nav div.menu a{
	background-color:transparent;
	padding: 5px 0 5px 0;
	text-align: center;
	text-decoration:none;
	color: #171831;
	border: 1px outset #f4ee44;
	display:block;
	line-height:150%;
}

.nav div.menu a:hover{
	text-decoration:none;
}

.nav div.submenu img{
	border: 0px;
	text-align: center;
}

/* Footer */

#footer {
	width: 950px;
	height: 200px;
	background:url(images/footer.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;
}

#footer ul	{
	padding: 0 0 0 5px;
	list-style-type: none;
	float:left;
  }
#footer li	{
	font-size: 12px;
	padding: 0 0 0 5px;
	padding: 4px 10px 4px 10px;
	color: #171831;
	display: block;
	float: left;
  }
#footer a{
	color: #171831;
	display: block;
	float: left;
	text-decoration:none;
	text-transform:none;
	font-weight:heavy;	
  }
#footer a:hover{
	background: #ffff00;
}