/* FDASC */


* {
   padding:0;
   margin:0;
}

html, body {
	height: auto;
}

body {
	text-align: left;
	margin:0 auto;
	padding:0;
	color:#000;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal;
	font-size:10px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background:#fff;
	background:#f0f6df;
	line-height:18px;
}

.textarea {
	font-family:Verdana, Tahoma, Arial, sans-serif;
	font-size:12px;
}

table { font-size:0.8em; margin-left: 7px; }
td { text-align: left; padding: 3px; }
td.controls { text-align:center; }
td.buttons { text-align: right; }
th.form { text-align: right; padding: 3px; }
th { font-size: 12px; text-align: left; padding: 3px; }

table.session {
	font-size: 1em;
}

#page {
	width:810px;
	margin:0 auto;
	height:100%;
}

#header {
	width:810px;
	height:120px;
	margin-left: -8px;

}

#content {
	padding:5px 20px 0 20px;
	background:url('../images/content_bg.gif') repeat-y;
	height:100%;
	float:left;
}

/**************************** menu ****************************/

#nav_top {
	background:url('../images/nav_top.gif') no-repeat;
	width:225px;
	height:28px;
}

#nav_btm {
	background:url('../images/nav_btm.gif') no-repeat;
	width:225px;
	height:28px;
}

#news {
	vertical-align: top;
	margin-left: 12px;
	margin-right: 12px;
}

#news h3 {
	color: red;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	margin-left: 0px;
	padding-left: 0px;
}

#news h4 {
	color: #ffff99;
	font-size: 1.2em;
	font-weight: bold;
}

#news .stamp {
	color:#666666;
	padding-right: 10px;
}

#menu {
	float:left;
	width: 225px;
	color:#000;
	background:url('../images/nav_mid.gif') repeat-y;
}

#menu ul {
	list-style:none;
	width:218px;
	font-size:12px;
	padding:0 0 0 3px;
}	

#menu li {
	list-style-type: none;
	background:transparent url('../images/bullet.gif') no-repeat 12px 6px;
	margin-bottom:4px;
	border-bottom:1px solid #c8e5c7;
	padding:0;
}

#menu li:hover {
	background:#c8e5c7;
	margin-bottom:4px;
}

#menu li .open {
	font-weight: bold;
	background:#c8e5c7;
	margin-bottom:4px;
}

#menu a {
	display:block;
	padding:0 0 0 20px;
	color:#fff;
	text-decoration: none;
	background:f0f6df;
}	
	
#menu a:hover {
	display:block;
	padding:0 0 0 20px;
	color:#333;
	text-decoration: none;
	background:fff;
}

/**************************** content ****************************/

#info {
	float:right;
	background:url('../images/content_mid.gif') repeat-y;
	width:533px;
	font-size: 1.2em;
	height: auto;
}

#notice {
	float:right;
	background:url('../images/event_mid.gif') repeat-y;
	width:533px;
	font-size: 1.2em;
}

#notice a {
	color: blue;
}

#notice a:hover {
	color:red;
}


.post_top {
	background:url('../images/content_top.gif') no-repeat;
	width:533px;
	height:31px;
}

.post_btm {
	background:url('../images/content_btm.gif') no-repeat;
	width:533px;
	height:31px;
}

.post {
	/*background:url('../images/post_bg.gif');*/
	background-position: top right;
	background-repeat: no-repeat;
	padding:0 0 15px 15px;
	margin-right:25px;
}

.post a {
	color: navy;
}

.post a:hover {
	color: red;
}

.event_top {
	background:url('../images/event_top.gif') no-repeat;
	width:533px;
	height:31px;
}

.event_btm {
	background:url('../images/event_btm.gif') no-repeat;
	width:533px;
	height:31px;
}

.event {
	background:url('../images/event_mid.gif') repeat-y;
	padding:0 0 0; 25px;
	margin-right:15px;
	text-align:center;
}

}

.blank {
	padding:0 0 15px 25px;
	margin-right:15px;
}

.datestamp {
	color:#666666;
	text-align:right;
	letter-spacing:2px;
	font-size: 0.8em;
}

img {
	padding:5px;
	margin:3px;

}

a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:none;
}

h1{
	color:#fff;
	font-weight:normal;
	font-size:24px;
	padding: 40px 0 10px 40px;
}

h2 a{
	position:absolute;
	top:32px;
	color:#666;
	font-size:16px;
	margin:0 0 0 575px;
	text-decoration:none;
}

h2 a:hover{
	color:#999;
}

h3{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding: 5px 0 5px 10px
}

h4{
	color:#fff;
	font-size:20px;
	font-weight:normal;
}

h5{
	color:#8d8d8d;
	font-size:10px;
	font-weight:normal;
	padding:5px;
}

h3 img{
	float:left;
}

/**************************** lists ****************************/

ul {
	list-style:none;
	padding:0 0 0 3px;
}	

li {
	list-style-type: none;
	background:transparent url('../images/bullet.gif') no-repeat 12px 6px;
	padding: 0 0 0 20px;
}

#menu a {
	display:block;
	padding:0 0 0 20px;
	color:#fff;
	text-decoration: none;
	background:f0f6df;
}	
	
#menu a:hover {
	display:block;
	padding:0 0 0 20px;
	color:#333;
	text-decoration: none;
	background:fff;
}

.small {
	font-size: 0.8em;
}	


/**************************** footer ****************************/

#footer{
	text-align:center;
	padding:40px;
	background:url('../images/bottom.gif') no-repeat;
	height:42px;
	clear:both;
}

#footer a {
	color:blue;
}

#footer a:hover {
	color:#red;
}