/* screen stylesheet for v2 www.revivals.org */

/* ############
   ### BODY ### */

html, body {
	background-color: #f2f2f2;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align:center;
	margin: 0; 
	border: 0; 
	padding: 0; 
}

form {
	margin: 0; 
	border: 0; 
	padding: 0; 
}

/* ##############
   ### LAYOUT ### */

#headcontainer {
	width:760px;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	background: #ffffff;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body #headcontainer {
	width:758px;
}

#container {
	width:760px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background: #ffffff;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body #container {
	width:748px;
}

#contentheader {
	
}

#contentleft {
	width:194px;
	padding:0px;
	float:left;
	background:#fff;
}

.menu_off {
	width:180px;
	height:20px
	padding:0px;
	background-color:#ffffff;
	color: #000000;
	font-weight:bold;
	float:left;
}

.menu_off p {
	padding:0px;
	margin:0px;
}

.menu_on {
	width:180px;
	height:20px
	padding:0px;
	background-color:#f2f2f2;
	color: #ffffff;
	font-weight:bold;
	float:left;
	border: 1px solid #d2d2d2;
}

.menu_on p {
	padding:0px;
	margin:0px;
}

#contentcenter {
	width:550px;
	padding-left:5px;
	padding-right:5px;
	float:right;
	background:#fff;
	border-left: 1px solid #d2d2d2;
	voice-family: "\"}\"";
	voice-family:inherit;
}

html>body #contentcenter {
	width:540px;
}

#footercontainer {
	width:760px;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
	background: #ffffff;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body #footercontainer {
	width:758px;
}

.centercolleft {
	width:49%; 
	float:left; 
	text-align:left;
}

.centercolright {
	width:49%; 
	float:right; 
	text-align:left;
}

.fulldiv {
	width:100%; 
	text-align:left;
	border: 1px solid #f2f2f2;
}

#quotebox {
	width:100%;
	border: 1px dashed #717171;
	padding: 5px;
}

/* ################## 
   ### MAIN FONTS ### */

h1 {
	font-size: 14px;
	color: #a10000;
	font-weight: bold;
}
.h1 {
	font-size: 14px;
	color: #a10000;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #a10000;
	font-weight: bold;
}
.h2 {
	font-size: 12px;
	color: #a10000;
	font-weight: bold;
}

h3 {
	font-size: 10px;
	color: #a10000;
	font-weight: bold;
}

.h3 {
	font-size: 10px;
	color: #a10000;
	font-weight: bold;
}

.strap {
	font-size: 12px;
	color: #a10000;
	font-weight: 400;
}

p, td, blockquote, li, .normal {
	font-size: 12px;
	color: #000000;
}

.small {
	font-size: 11px;
	color: #000000;
}

.tiny {
	font-size: 9px;
	color: #000000;
}

/* ######################
   ### LINK BEHAVIOUR ### */

A:link		{text-decoration: none; color: #0000FF;}
A:visited	{text-decoration: none; color: #660099;}
A:active	{text-decoration: none; color: #000000;}
A:hover		{text-decoration: none; color: #0099FF;}

/* ############
   ### MISC ### */

hr {
	color: #cccccc;
	height: 1px;
}

