

/* standard elements */
html { min-height: 100%; margin-bottom: 1px; }

* {margin: 0; padding: 0;}

body {background-color: #fff; font: .74em Verdana, Arial, sans-serif; line-height: 1.5em; text-align: left }

/*a {color: #3B6EBF; text-decoration: none;}*/

/*a:hover {text-decoration: underline;}*/

#wrap {
margin: 0px auto;
width: 850px;
background: #fff url('images/midbg.jpg');
background-repeat: repeat-y;}

#top {background: #fff url('images/topbg.jpg'); height: 30px;}

#content {padding: 0 30px 0 30px;}

#bottom {background: #fff url('images/botbg.jpg'); height: 30px;}

/*.header {height: 100px; background: #85ACF7 url('images/hidr.jpg');}*/

/*.header h1 { padding-left: 117px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 117px; padding-top: 0px; font-size: 17px; color: #FFF; }*/

.breadcrumbs {background: #FFA500; border-bottom: 1px solid #E1E1E1; padding: 5px;}

.full {width: auto; text-align: left;}

#clear {display: block; clear: both; width: 100%; height:1px; overflow:hidden;}

#footer {text-align: center; color: #666;}

/* navigation */
.navigation {
	background: #DED9D0 url(images/nav.gif) repeat-x; height: 35px;
	border-top: 1px solid #996; font-size: 12px;}

.navigation a {
	background: #FFF url(images/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;}

.navigation a:hover,.navigation a#active {background-position: left bottom; color: #333}


/* BORDER ONLY */
.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#888; margin:0 5px;}
.b2 {height:1px; background:#ddd; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.b3 {height:1px; background:#ddd; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.b4 {height:2px; background:#ddd; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
.contentb {background: #fff; border-right:1px solid #888; border-left:1px solid #888;}
.contentb div {margin: 0 10px 0 10px;}