/*
CSS for various pages for scancal.org - Jake
*/

/*
layout
*/

.page { 
	margin: 10px auto;
	width: 780px; 
	background:#EFF1D5;
	font-size:0.8em;
}
.pageusfs { 
	margin: 10px auto;
	width: 810px; 
	background:#EFF1D5;
	font-size:0.8em;
}
.subheader {
	clear: both;
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4;
	color: #808080;
	border-bottom: 1px solid #ccc;
	text-align:center;
}
.head
	{
	float:left;
	width:100%;
	background:#53606A;
	height:24px;
	color:#FFFFFF;
	font-weight:bold;
	}
	
.headusfs
	{
	float:left;
	width:100%;
	background:#173207;
	height:24px;
	color:#FFFFFF;
	font-weight:bold;
	}

.freq
	{
	float:left;
	width:250px;
	/*background:#EFF1D5;*/
	padding:5px;
	}

.desc
	{
	float:right;
	width:500px;
	/*background:#EFF1D5;*/
	
	}		
	
.descusfs
	{
	float:right;
	width:520px;
	background:#EFF1D5;
	
	}	
.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(../images/dot.gif) repeat-x;
	padding: 8px 0;
}

/*
text
*/

.main
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
background:#EFF1D5;
}

.mainair
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;

background: #EFF1D5 url(../images/c205bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom left;

}

a
	{
	color: #53606A;
	background-color: transparent;
	text-decoration: none;
	font-size:1.0em;
	font-style:italic;
	}

a:visited
	{
	color: #600;
	background-color: transparent;
	}

a:hover
	{
	color: #DF6E13;
	/*background-color: #009;*/
	text-decoration: underline;
	}
	
.italic
	{
	font-style: italic;
	}

.cascan
	{
	font-style:italic;
	font-size:0.9em;
	}
.bold
	{
	font-weight: bold;
	}
