* {
	margin:0;
	padding:0;
}
body {
	background:#BEC3C6 url(images/background.jpg) repeat-x;
	color:#333;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	font-family:Arial;
}
h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}
img {
	border:0;
}
img.sided {
	background:#FFF;
	border:1px solid #CCC;
	padding:3px;
}
small {
	font-size:10px;
}
a:hover img.sided {
	border-color:#A6A6A6;
}
a {
	color:#2970A6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
blockquote, pre {
	background:#F4F5F7 url(images/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}
input.textfield {
	background:#FFF url(images/textfield.gif) top repeat-x;
	border:1px solid #A6A6A6;
	padding:2px 1px;
}
.fixed, .clear {
	clear:both;
}
.highlight {
  background-color: #FFD700;
}

#wrap {
	background:url(images/light.gif) center top no-repeat;
	padding:20px 0;
}
#container {
	width:936px;
  margin:0 auto;
}

#header {
	background:url(images/header.jpg) 0 0 no-repeat;
	height:132px;
}
#caption {
	height:44px;
	padding:25px 30px 21px;
}
#title a {
	text-decoration:none;
	color:#FFF;
	height:30px;
	display:block;
	font-family:"Trajan Pro", Times;
	letter-spacing:0;
}
#tagline {
	color:#FFF;
	/* border-top:1px solid #FFF; */
	text-decoration:none;
	font-size:10px;
	float:left;
	padding:0 3px;
}
#navigation {
	margin:1px 0;
}
#crumbs li {
	display:inline;
	list-style:none;
}
#crumbs li a {
	background:transparent url(images/menu.gif) no-repeat;
	display:block;
	color:#382E1F;
	height:31px;
	line-height:31px;
	padding:0 20px;
	margin-left:-10px;
	text-decoration:none;
	font-size:11px;
	float:left;
	z-index:1;
}
#crumbs li a:hover {
	background-position:0 -31px;
}
#crumbs li.crumbs_current a {
	background-position:0 -62px;
}
#crumbs li a.home {
	background-position:0 -93px;
	width:45px;
	padding:0;
	margin-left:0;
	text-indent:-999em;
}
#crumbs li a.home:hover {
	background-position:0 -124px;
}
#crumbs li.crumbs_current a.home {
	background-position:0 -155px;
}
#crumbs li a.lastmenu:hover {
	background-position:0 0;
}
#searchbox {
	width:280px;
	float:right;
	padding:4px 10px;
}
#searchbox .textfield {
	line-height:16px;
	width:180px;
	float:right;
}
#searchbox .switcher {
	background:url(images/icons.gif) 0 0 no-repeat;
	float:right;
	width:18px;
	height:22px;
	line-height:16px;
	display:block;
	text-indent:-999em;
	padding:0 2px;
	height:16px;
	margin-top:3px;
}

#content {
	background:#FFF url(images/sidebar.gif) left repeat-y;
	min-height:400px;
}

#main {
	background:#FFF;
	width:665px;
	padding:5px 15px 5px 0;
	float:right;
}
#main h1 {
	display:block;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	padding:0 5px 3px;
	font-size:20px;
	font-family:Verdana,"BitStream vera Sans";
}
#main h2 {
	display:block;
	margin-top:10px;
	border-bottom:1px solid #CCC;
	padding:0 5px 3px;
	font-size:16px;
	font-family:Verdana,"BitStream vera Sans";
}
#main .content {
	/* padding:50px 0 5px 5px; */
	line-height:145%;
	overflow:hidden;
}
#main .content p {
	margin-bottom:10px;
	margin-left:10px;
}
#main .content address {
	margin-left:40px;
}
#main .content ul,
#main .content ol {
	padding-bottom:10px;
}
#main .content ul li,
#main .content ol li {
	list-style-position:inside;
	padding-left:20px;
}
#main .content table {
	background:#FFF;
	border:1px solid #CCC;
	margin:5px 0 10px;
}
#main .content table tr td {
	border-top:1px solid #CCC;
	padding:2px 10px;
}
#main .content table tr th {
	padding:1px 10px;
	background:#555;
	text-align:left;
}
#main .content img {
	padding: 5px;
	background:#EDEFF0;
	border: 1px solid #CCC;
	margin: 0 0 5px 5px;
}

#sidebar {
	background:#F7F7F7;
	width:240px;
	float:left;
	font-size:95%;
	line-height:145%;
	overflow:hidden;
}
#sidebar li {
	background:url(images/icons.gif) 0 -320px no-repeat;
	padding-left:22px;
	list-style:none;
	margin-top:5px;
	font-size:105%;
}
#sidebar a.menu_current {
	font-weight:bolder;
}
#sidebar .widget {
	background:url(images/strike.png) bottom no-repeat;
	padding:10px 15px 19px;
}
#sidebar .widget h3 {
	margin-bottom:10px;
}
#sidebar .widget .content p {
	margin-bottom:10px;
}

#footer {
	background:url(images/footer.jpg) no-repeat;
	display:block;
	height:88px;
	border-top:1px solid #CCC;
	font-size:11px;
	line-height:145%;
	width:100%;
}
#footer a {
	color:#2A2A2A;
}
#copyright {
	margin-top:12px;
	margin-left:20px;
}
#footerinfo {
	margin-left:20px;
}
a#gotop {
	background:url(images/icons.gif) 0 -304px no-repeat;
	float:right;
	height:16px;
	line-height:18px;
	display:block;
	padding-left:16px;
	margin:5px 15px 0 0 !important;
	margin:5px 8px 0 0;
	text-decoration:none;
}

