/* andreas02 - a free xhtml/css website layout by Andreas Viklund - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.

Version: 2.0 (Jan 29, 2007)

Screen layout: */

body {
	padding:15px 0 0 0;
	margin:0;
	background:#e0e0e0;
	color:#000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-repeat: no-repeat;
	background-position: right top;
}

a:hover {
	color:#0000FF;
	text-decoration:underline;
}

h1 {
	font-size:24pt;
	font-weight:bold;
	color: #FFFFFF;
	font-style: oblique;
	font-variant: normal;
	border: thin none #D8D8D8;
	float: right;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	font-size:1.6em;
	font-weight:normal;
	color: #000066;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

h3 {
	margin:0 0 10px 0;
	font-size:10pt;
	font-weight:bold;
	border: 1px solid #D8D8D8;
	text-align: center;
	color: #000066;
}

h4 {
	margin:0 0 10px 0;
	font-size:12pt;
	font-weight:bold;
	text-align: left;
	color: #FF0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h5 {
	font-size:10pt;
	font-weight:bold;
	border: 1px solid #D8D8D8;
	text-align: center;
	color: #000066;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 18px;
}
h6 {
	font-size:8pt;
	font-weight:bold;
	border: 1px solid #D8D8D8;
	text-align: center;
	color: #000066;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 6px;
	margin-left: 1px;
	line-height: 16px;
}
p {
	margin:0 0 15px 0;
	line-height:1.25em;
	text-align:left;
	color: #000066;
}

a img {
border:0;
}

/* Main container */

#container {
	width:730px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #CCCCCC;
	background-color: #ffffff;
	background-repeat: no-repeat;
}

/* Site title section */

#logo {
	margin:5px 0 0 0;
}

#logo h1 a {
color:#505050;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}


/* Navitab menu */

#navitabs {
	text-align:center;
	display:block;
	width:730px;
	padding:3px 0px 3px 0px;
	margin:0px 0px 5px 0;
	border:none;
	background-color: #FFFFFF;
}

.navitab {
	font-size:12px;
	background-position: right top;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-repeat: no-repeat;
}

.navitab:hover {
	text-decoration:underline;
	border:none;
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	background-color: #0000FF;
}

/* Header description */

#desc {
	height:240px;
	padding:0;
	clear:both;
	margin:5px 0 5px 0;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#desc p {
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc h2 {
padding:15px 15px 0 15px;
color:#ffffff;
}


/* Main content */

#main {
width:550px;
float:left;
padding:0 15px 0 0;
margin:0;
border-right:1px solid #d8d8d8;
}

/* Sidebar */

#sidebar {
	width:160px;
	float:right;
	padding-bottom: 0px;
}

#sidebar p {
font-size:0.9em;
line-height:1.3em;
margin:0 0 15px 0;
}

/* Footer */

#footer {
	clear:both;
	background:#fafafa;
	padding:0;
	margin:0;
	border-top:1px solid #d8d8d8;
	color: #333333;
}

#footer a {
	color:#0000FF;
	text-decoration: underline;
}

#footer a:hover {
	color:#FF0000;
}

#footer p {
	color:#333333;
	font-size:10pt;
	line-height:1.3em;
	margin:15px 0 0 0;
	padding:0;
}

/* Various classes */

.photo {
	padding:4px;
	margin:0 0 0px 0;
	background-color:#f0f0f0;
	border:1px solid #d8d8d8;
}

.right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;

}

.block {
	padding:5px;
	border: 1px solid #D8D8D8;
	text-align: center;
}

.sidelink {
	text-align:left;
	display:block;
	width:140px;
	background:#f0f0f0 url(images/cornerred.gif) top right no-repeat;
	padding:3px 4px 3px 8px;
	margin:5px 10px 5px 0;
	border:none;
	text-decoration: underline;
}

.sidelink:hover {
	text-decoration:underline;
	border:none;
	background-color: #CCCCCC;

	background-image: url(url(images/cornerred.gif)
%20top%20right%20no-repeat);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000066;
}

.hide {
display:none;
}
