/* 1) Main ********************************************************************** */

body {
	margin:0px; 
	padding:0px;
	color: #333;
	line-height: 140%;
	font-size: 0.9em;
	/*background-color: #B6C9DE;*/
	/*background-color: #75697d;*/
	background-color: #bab2bf;
   background-image: url(gfx/body_background_01.gif);
   background-repeat: repeat-x;
   background-position: top left;
	text-align:left;
	margin-bottom:30px;
	font-family: verdana, sans-serif;
}


body, td, th, h1,h2,p,h3, input { /* redundant rules for bad browsers  */
	font-family: verdana, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
}

		
	
#page {
	width:950px;
	margin:0px auto;
	}
#picturebox {
	border:0;
}

.contentblock {
	float:left;
	width:486px;
	border-left:1px solid #7d99b9;
	border-right:1px solid #7d99b9;
	padding-left:20px;
	padding-right:20px;
}

.contentblockwide {
	float:left;
	width:660px;
	border-left:0px solid #7d99b9;
	border-right:1px solid #eeeeee;
	padding-left:0px;
	padding-right:10px;
}
		
h1 {
	font-weight: normal;
	font-size: 1.4em;
	margin: 1.5em 0 1em 0;
}
h2
{
	font-weight: normal;
	font-size: 1.2em;
	margin: 1.5em 0 0.4em 0;
	color: #000080;
}
h3
{
	font-weight: bold;
	font-size: 1.1em;
	margin: 0.5em 0 1em 0;
	color: #000000;
}
p {
font-size:90%;
margin-bottom:0em;
margin-top:0em;
}
.col1 {
	float:left;
	width:140px;
	padding:0px;
	}
.col3 {
	float:right;
	width:220px;
}



/*  ******************************************************************* */



#menu a:link {
	color:#ffffff;
	text-decoration:none;
}
#menu a:active {
	color:#ffffff;
	text-decoration:none;
}
#menu a:visited {
	color:#ffffff;
	text-decoration:none;
}
#menu a:hover {
	color:#000000;
	text-decoration:none;
}


/* 6) Sidebar ******************************************************************* */

#sidebar {
	margin-top:4px;
	background: transparent;
	width: 215px;
	line-height: 120%;

}
#sidebar h3 {
	font-weight: bold;
	font-size: 0.9em;
	margin: 1em 0 0.3em;
}
#sidebar h3:first-child {
	margin: 0 0 0.3em;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar p,
#sidebar li {
	font-size: 0.85em;
	margin: 0 0 0 0em;
	padding: 0;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar p {
	margin-bottom: 6px;
}
#sidebar p:last-child {
	margin-bottom: 0;
}

/* 7) Related ******************************************************************* */

div.related {
	background: #eff8ce url(/gfx/box-yellow-bottom.gif) no-repeat bottom left;
	margin: 20px 0 10px 0;
	margin-left:5px;
}
div.related div.dender {
	background: url(/gfx/box-yellow-top.gif) no-repeat top left;
	padding: 8px;
	
}
div.related h3 {
	color: #036;
}
div.related a {
	color: #03a;
	text-decoration: none;
}

/* 6) Sidebar ******************************************************************* */

#sidebaren {
	margin-top:20px;
	width: 949px;
	line-height: 120%;
	
}
#sidebaren h3 {
	font-weight: bold;
	font-size: 0.9em;
	margin: 1em 0 0.3em;
}
#sidebaren h3:first-child {
	margin: 0 0 0.3em;
}
#sidebaren ul {
	margin: 0;
	padding: 0;
}
#sidebaren p,
#sidebaren li {
	font-size: 0.85em;
	margin: 0 0 0 0em;
	padding: 0;
}
#sidebaren li a:hover {

}
#sidebaren p {
	margin-bottom: 6px;
}
#sidebaren p:last-child {
	margin-bottom: 0;
}
/* 7) HEADER ******************************************************************* */

div#header {
	background: url(/gfx/box_header_bottom_01.gif) no-repeat bottom left;
	margin: 0 0 10px 0;
	text-align:center;
}
div#header div {
	background: url(/gfx/box_header_top_01.gif) no-repeat top left;
	padding: 8px;
}
div#header h3 {
	color: #036;
}
div#header a {
	color: #03a;
	text-decoration: none;
}


/* 7) HEADER ******************************************************************* */

div#content {
	background: url(/gfx/box_content_bottom_01.gif) no-repeat bottom left;
	margin: 10px 0 0px 0;
}
div#content div.den {
	background: url(/gfx/box_content_top_01.gif) no-repeat top left;
	padding: 20px;
}
div#content h3 {
	color: #036;
}
div#content a {
	color: #03a;
	text-decoration: none;
}
.catlinks {

}
#content ul {
	margin-left: 20px;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	list-style-type:disc;
}
#content p {
	margin-top: 15px;
	margin-bottom: 15px;
}


#content li
{
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h2 + p {
	margin-top:0px;
}
#content h3 + p {
	margin-top:0px;
}
