body {
	margin:0;
	color:#444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	background-color: #D0D1C8;
	text-align: left;
	vertical-align: 0%;
	background-image: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

a {
color:#303030;
text-decoration:none;
border-bottom:1px none #505050;
}

a:hover {
	color:#303030;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #505050;
}

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
	margin:0 0 12px 0;
	font-size:1.6em;
	font-weight:normal;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h3 {
	margin:0 0 10px 0;
	font-size:1.4em;
	font-weight:normal;
	text-align: center;
}

p {
	line-height:1.5em;
	text-align:justify;
	background-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

a img {
border:0;
}

/* Main container */

#container {
	width:750px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #F1F0E4;
	float: none;
	background-position: center;
}

/* Site title section */

#logo {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}

#logo h1 a {
color:#505050;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}

/* Toptab menu */

#toptabs {
	font-size:0.8em;
	width:760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -15px;
	margin-left: auto;
}

#toptabs p {
text-align:right;
color:#808080;
}

.toptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
text-decoration:none;
background:#f0f0f0 url(../images/corner2.gif) top right no-repeat;
color:#808080;
border-bottom:1px solid #e0e0e0;
}

.toptab:hover {
background:#fafafa url(../images/corner2.gif) top right no-repeat;
border-bottom:1px solid #eaeaea;
color:#505050;
text-decoration:none;
}

.activetoptab {
	padding:4px 5px 3px 5px;
	margin:0 0 0 4px;
	color:#505050;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #303030;
	background-color: #ECE9D8;
	background-image: url(../images/corner2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.activetoptab:hover {
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../images/corner2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Navitab menu */

#navitabs {
	clear:both;
	padding: 0px;
}

.navitab {
	text-decoration:none;
	font-size:1.1em;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #E6E9DA;
	background-position: right top;
	float: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.navitab:hover {
	text-decoration:none;
	border-bottom:1px solid #ffffff;
	background-color: #4F769F;
	color: #FFFFFF;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.activenavitab {
	color:#FFFFFF;
	font-size:1.1em;
	text-decoration:none;
	background-color: #638AB3;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.activenavitab:hover {
	text-decoration:none;
	color:#303030;
	background-color: #ECE9D8;
	background-image: url(../images/corner.gif);
}

/* Header description */

#desc {
	height:175px;
	color:#ffffff;
	padding:0;
	clear:both;
	background-color: #0099CC;
	background-image: url(../images/flashintro.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: justify;
	width: 753px;
}

#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;
}

#desc a {
color:#ffffff;
text-decoration:none;
border-color:#ffffff;
}

/* Main content */

#main {
	width:525px;
	float:left;
	margin:0;
	border-right:1px solid #d8d8d8;
	text-align: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

/* Sidebar */

#sidebar {
	width:150px;
	float:right;
	text-align: justify;
}

#sidebar p {
font-size:0.9em;
line-height:1.3em;
margin:0 0 15px 0;
}

/* Footer */

#footer {
	clear:both;
	padding:0;
	margin:0;
	border-top:1px solid #d8d8d8;
	background-color: #FFFFFF;
	text-align: right;
}

#footer a {
color:#000000;
}

#footer a:hover {
color:#303030;
}

#footer p {
	color:#EEEEEE;
	font-size:0.9em;
	line-height:1.5em;
	padding:0;
	text-align: right;
	background-color: #0099CC;
	margin-top: auto;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	letter-spacing: normal;
	word-spacing: normal;
}

/* Various classes */

.photo {
padding:2px;
margin:0 0 8px 0;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
}

.right {
margin-top:-8px;
text-align:left;
}

.block {
background:#f0f0f0;
padding:5px;
}

.sidelink {
text-align:left;
display:block;
width:140px;
background:#f0f0f0 url(../images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border:dotted;
}

.sidelink:hover {
background:#e0e0e0 url(../images/corner.gif) top right no-repeat;
text-decoration:none;
border:none;
}

.hide {
display:none;
}
