﻿* {
	margin:0px;
	border:0px;
	padding:0px;
	background:none;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	vertical-align:top;
	color:#000000;
}

body {background-image:url("../images/layout/pagebg.jpg"); background-repeat:repeat-x; background-color:#ddeeff;}

ol, ul {margin-left:25px;}

p {margin-bottom:10px;}

a {text-decoration:underline;}

h1 {
	margin:20px 0px;
	font-family:Georgia,serif;
	font-size:15px;
	text-align:center;
}

h2 {
	margin:20px 0px;
	font-family:Georgia,serif;
	font-size:15px;
	color:#cc3355;
	text-align:center;
}

#wrapper {
	margin:0px auto;
	width:900px;
	position:relative;
	top:10px;
}

#header {
	margin:0px auto;	
	width:900px;
	height:200px;
}

#ribbon {
	margin:0px auto;
	padding:10px 30px;	
	width:840px;
	height:100px;
	background-image:url("../images/layout/ribbonbg.jpg");
	background-repeat:no-repeat;
	background-color:#ddeeff;
	font-family:Georgia, serif;
	font-size:20px;
	line-height:25px;
	color:#3579cf;
	text-align:center;
}

#ribbon h1 {
	margin:5px 0px;
	font-family:Georgia,serif;
	font-size:15px;
	text-align:center;
	color:#ddeeff;
}

#ribbon p {
	font-family:Georgia, serif;
	font-size:20px;
	color:#ddeeff;
}

#intro {
	margin:0px auto;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	padding:10px;
	width:880px;
	background-color:#ffffff;
	vertical-align:top;
}

#cell1 {
	padding-left:20px;
	width:400px;
}

#cell2 {
	padding:0px 10px;
	width:160px;
	font-size:10px;
	font-weight:bold;
	color:#777777;
	text-align:right;
}

#cell3 {
	width:170px;
	font-size:10px;
	color:#777777;
}

#main {
	margin:0px auto;
	width:900px;
	position:relative;
	background-color:#ffffff;
	overflow:hidden;
}

#entries {
	width:600px;
	float:left;
	background-color:#ffffff;
}

#resources {
	padding:5px;
	width:260px;
	float:right;
	background-color:#0099cc;
	color:#ffffff;
	font-size:10px;
}

#resources p {
	padding:5px 5px;
	color:#ffffff;
	font-size:10px;
}

#resources a {
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}

#dresources {
	padding:5px;
	width:260px;
	float:right;
	background-color:#ffcccc;
	color:#ffffff;
	font-size:10px;
}

#dresources p {
	padding:5px 5px;
	color:#ffffff;
	font-size:10px;
}

#dresources a {
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}

.title {
	margin:0px 0px 10px 0px;
	font-family:Georgia, serif;
	font-size:16px;
	color:#ffffff;
	text-align:center;
}

.subtitle {
	font-size:14px;
	font-weight:bold;
}

.entryA {
	border-bottom:dashed 1px #777777;
	padding:20px;
	width:590px;
	overflow:hidden;
	background-color:#ffffff;
	text-align:justify;
	vertical-align:top;
}

.entryB {
	border-bottom:dashed 1px #777777;
	padding:20px;
	width:590px;
	overflow:hidden;
	background-color:#ffffee;
	text-align:justify;
	vertical-align:top;
}

.leftFloat {
	padding:5px;
	float:left;
	text-align:right;
}

.rightFloat {
	padding:5px;
	float:right;
	text-align:left;
}

#footer {
	margin:0px auto;
	padding:10px;
	width:880px;
	height:30px;
	background-image:url("../images/layout/ribbonbg.jpg");
	font-size:10px;
	text-align:center;
	color:#ffffff;
}

#footer a {
	font-size:10px;
	color:#ffffff;
}
