/* CSS Document */

html, body {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center;
}

/* TEXT */
p {	margin: 0 10px 10px; }
div#content p, div#side p { line-height:1.8em; margin-bottom:1em; }
a { text-decoration:none; color:#0066FF; font-family:Georgia, Times, serif; font-style:italic; }
em { font-size:larger; font-style:italic; font-family:Georgia, Times, serif; }
h1, h2, h3, h4, h5 { margin:0 0 1em; padding:0; }
h1 { font-size:16pt; font-family:Georgia, Times, serif; }
h2 { font-size:11pt; font-family:Georgia, Times, serif; font-style:italic; }
div#side h1 {
	font-size:10pt;
	border-bottom:1px solid #EEEEEE;
	margin:0 10px 1em 10px;
	font-family:Tahoma, sans-serif;
}

/* DIVS */
div#container { 
	text-align:left;
	width:98%;
	padding:6px;
	margin:3em auto;
	font-size:80%;
}
div#top {
	text-align:center;
	width:100%;
	height:50px;
	background:url(../img/topbg.gif) no-repeat top center;
}
div#header {
	display:none;
}
div#nav {
	display:none;
}
div#wrapper {
	border:1px solid #E8E8E8;
	padding:5px;
	background:#FFFFFF;
}
div#content {
	float:right;
	width:69%;
	padding:10px 0 10px;
	overflow:hidden;
}
div#side {
	float:left;
	width:29%;
	border-right:1px dotted #CCCCCC;
	padding:10px 0 10px;
	overflow:hidden;
}
div#footer {
	clear:both;
	text-align:center;
	font-size:70%;
	padding:10px;
	margin-top:20px;
	line-height:0;
}
div.image {
	text-align:center;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	font-family:Georgia, Times, serif;
	color:#999999;
	font-style:italic;
	width:69%;
	overflow:hidden;
}
div.image img {
	margin-bottom:5px;
	border-bottom:1px solid #CCCCCC;
	width:100%;
}
div#side div {width:100%; }

/* FORMS */
fieldset {
	margin:5px;
	border:2px solid #E8E8E8;
	vertical-align:middle;
}
fieldset legend {
	font-family:Georgia, Times, serif;
	font-style:italic;
	font-size:larger;
}
input {
	padding:3px;
	font-family:Tahoma, sans-serif;
	border:1px solid #DDDDDD;
	background-color:#F8F8F8;
}