body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#C9C09F;
}

th {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:left;
	line-height:150%;
}

td {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
}

.small {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:150%;
}

.medium {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
}

.big {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
}

.xbig {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:150%;
}

.adminFunction {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	letter-spacing:2px;
}

.justified {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:150%;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#747059;
	line-height:150%;
}

.bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
}

.smallBold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:10px;
}

.required {
	color:#c00;
	font-size:10px;
}

.required li{
	list-style-type:none;
	list-style-position:outside;
}

.adminNav {
	line-height:150%;
	font-weight:700;
}

a:link {
	text-decoration:none;
	color:#006;
}

a:visited {
	text-decoration:none;
	color:#006;
}

a:active {
	text-decoration:none;
	color:#006;
}

a:hover {
	text-decoration:underline;
	color:#006;
}

a.white {
	color:#fff;
	text-decoration:none;
}

a.white:hover {
	text-decoration:underline;
}

p {
	line-height:150%;
}

p.verse {
	font-style:italic;
}

p.error {
	color:#c00;
}

p.center {
	display:block;
    margin-left:auto;
    margin-right:auto;
	width:204px;
	line-height:150%;
}

h5 {
	color:#747059;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	letter-spacing:2px;
}

h5.tableSubhead {
	color:#747059;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	letter-spacing:2px;
}

ul.announcements {
	list-style-type:none;
	padding:0;
	margin:0;
	color:#fff;
}

li.announcements {
	background-image:url('/images/list-arrow.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:1em;
	margin-top:10px;
}

OL { 
	list-style-type:decimal;
	line-height:150%;
}

OL OL { 
	list-style-type:lower-alpha;
	line-height:150%;
}

OL OL OL { 
	list-style-type:lower-roman;
	line-height:150%;
}

OL OL OL OL { 
	list-style-type:upper-alpha;
	line-height:150%;
}

form #login {
	padding-top:20px;
	padding-bottom:20px;
}

#container {
	display:block;
    margin-left:auto;
    margin-right:auto;
	width:800px;
	border:thin solid #747059;
	padding:0px;
	background-color:#E5E3D9; 
	height:100%
}

#mainContent{height:100%;background:transparent url('/images/background-main-content.gif') repeat}

#columnLeft {  
	width:550px;  
	float:left; 
	margin-right:10px;
	margin-left:10px;
	display:block;
	height:100%
}

#columnRight {
	width:210px;
	float:right;
	padding:0 3px;
	display:block;
	clear:right;
}

#cr1 {
	width:204px;
	padding:0 3px 10px 3px;
	display:inline-block;
	min-height:100px;
}

#cr2 {
	width:204px;
	background-color:#9E987C;
	color:#fff;
	padding:0 3px 10px 3px;
	margin-bottom:10px;
	display:inline-block;
	min-height:100px;
}

#cr3 {
	width:204px;
	padding:0 3px;
	display:inline-block;
	min-height:100px;
}

#header {
	width:800;
	height:199px;
	min-height:199px;
	float:left;
	background-color:#C9C09F;
	clear:right;
}

#stories {
	width:550px;
	float:left;
}

#loginForm {
	display:block;
    margin-left:auto;
    margin-right:auto;
	width:200px;
}

#footer{clear:left}

div.clear {
	clear:both;
}

hr.stories {
	color: #C9C09F;
	height:1px;
	width:550px;
}

hr.admin {
	color: #C9C09F;
	height:1px;
	width:100%;
}