*
{
	margin: 0;
	padding: 0;
}
/******** General tags ********/
BODY
{
	margin: 25px auto;
	padding: 0;
	font: 76% Verdana, Tahoma, Arial, sans-serif;
	background: #1E3044;
	color: #303030;
	line-height: 1.3em;
}
A
{
	text-decoration: none;
	color: #20526A;
	font-weight: bold;
}
A:hover
{
	text-decoration: underline;
	color: #D88D44;
}
A IMG
{
	border: 0;
}
P
{
	margin: 0 0 18px 8px;
}
H2
{
	font-size: 1.5em;
	font-weight: bolder;
	letter-spacing: -1px;
	margin: 10px 0 8px;
	text-decoration: none;
	color: #20526A;
}
H3
{
	font-size: 1.2em;
	margin: 2px 0 8px;
}
/******** Main wrap ********/
#wrap
{
	background: #FFFFFF url(images/wrapbg.gif) repeat-y top left;
	color: #303030;
	margin: 0 auto;
	width: 760px;
}
/******** Header ********/
#header
{
	clear: both;
	background: url(images/header.jpg) no-repeat top left;
	height: 150px;
}
#header H1
{
	font-size: 3.8em;
	letter-spacing: -4px;
	color: #D88D44;
	padding: 55px 0 10px 45px;
}
#header H1 A
{
	color: #D88D44;
	text-decoration: none;
}
#header H1 A:hover
{
	color: #D88D44;
}
#slogan
{
	color: #20526A;
	margin: 15px 0 0 45px;
	font-size: 1.6em;
	letter-spacing: -1px;
}
/******** Sitemenu, left sidebar ********/
#sitemenu
{
	clear: both;
	float: left;
	width: 135px;
	margin: 0;
	padding: 20px 0 0 15px;
}
#sitemenu UL
{
	list-style: none;
	width: 135px;
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.2em;
	letter-spacing: -1px;
}
#sitemenu LI
{
	margin-bottom: 4px;
}
#sitemenu LI A
{
	font-weight: bold;
	text-decoration: none;
	color: #20526A;
	display: block;
	height: 1.1em;
	padding: 2px 2px 2px 8px;
	border-left: 8px solid #70A2BA;
}
#sitemenu LI A:hover
{
	color: #D88D44;
	text-decoration: none;
	border-left: 8px solid #D88D44;
}
#sitemenu .current
{
	border-left: 8px solid #D88D44;
}
#sitemenu UL UL
{
	font-size: 0.8em;
	width: 110px;
	font-weight: normal;
	margin: 5px 0 8px 20px;
}
#sitemenu UL UL LI
{
	margin-bottom: 2px;
}
#sitemenu UL UL LI A
{
	border: 0;
	padding: 2px;
}
#sitemenu UL UL LI A:hover
{
	border: 0;
	padding: 2px;
	text-decoration: underline;
}
/******** Extras, right sitebar ********/
#extras
{
	float: right;
	width: 135px;
	margin: 0;
	padding: 10px 15px 0 0;
}
#extras UL
{
	margin: 0 0 14px 2px;
	list-style: none;
	color: #808080;
}
#extras LI
{
	margin: 0 0 2px;
}
#extras LI A
{
	padding: 2px;
	height: 1.2em;
	letter-spacing: -1px;
	font-weight: bold;
}
#extras LI A:hover
{
	color: #D88D44;
}
#extras UL UL, #extras UL UL UL
{
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 2px 0 2px 15px;
}
#extras UL UL A, #extras UL UL UL A
{
	font-weight: normal;
}
/******** Content variations ********/
#content
{
	margin: 5px 170px 0;
	padding: 2px 0 0;
	line-height: 1.5em;
	text-align: left;
}
#content H1
{
	font-size: 1.8em;
	margin: 20px 0 10px;
	color: #20526A;
}
#content H2
{
	font-size: 1.2em;
	margin: 20px 0 10px;
	font-variant: normal;
	font-style: normal;
}
#content H3
{
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 10px 0 8px;
}
#content P
{
	text-align: justify;
}
/******** Footer ********/
#footer
{
	clear: both;
	margin: 5px auto 0;
	padding: 10px 0;
	width: 760px;
	text-align: center;
	background: url(images/footer.jpg) no-repeat bottom left;
	color: #808080;
	font-size: 0.7em;
}
#footer P
{
	margin: 3px;
}
#footer A
{
	color: #808080;
	text-decoration: none;
}
#footer A:hover
{
	text-decoration: underline;
}
/******** Various classes ********/
.datetag
{
	width: 50px;
	padding: 0 0 10px;
	text-align: center;
	background: #20526A url(images/date-bottom.gif) no-repeat bottom left;
	margin: 2px 15px 1px 10px;
	color: #FFFFFF;
	font-size: 2.2em;
	text-align: center;
	float: left;
}
.datetag .date
{
	width: 50px;
	display: block;
	letter-spacing: -1px;
	padding: 15px 0 5px;
	background: #20526A url(images/date-top.gif) no-repeat top left;
}
.datetag .month
{
	font-size: 0.5em;
	letter-spacing: -1px;
	width: 50px;
	display: block;
	font-weight: bold;
}
.textright
{
	text-align: right;
}
.center
{
	text-align: center;
}
.frontphoto
{
	margin: 20px 0 10px;
}
.small
{
	font-size: 0.8em;
}
.bold
{
	font-weight: bold;
}
.clear
{
	clear: both;
}
.hide
{
	display: none;
}
