/* Cascading Style Sheet developed for AUOhio.org
by scOtt summitt - freelance web & graphic designer
contact: scOtt_summitt[at]yahoo.com */

/* Page Elements */

body {
	background-color: #cccccc;
	background:   url(images/greydiagbkg.gif)	}
	
P {
	font-size: 10pt;
	font-family: arial, helvetica, verdana, sans-serif;
	text-decoration: none;
	color: #00000;
	align: left;
	margin: 12pts;
	}
	
h1 {
	font-size: 22pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0F314E;
	margin: 12pts;
}

h2 {
	font-size: 16pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	margin: 12pts;
}

h3 {
	font-size: 16pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	margin: 12pts;
	border-bottom:2px dotted #999999;
}

h4 {
	font-size: 16pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0F314E;
	margin: 12pts;
	border-bottom:2px dotted #999999;
}

a:link	{color: #000000;
		text-decoration: none;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		}

a:visited	{color: #000000;
		text-decoration: none;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		}

a:hover	{color:red;
		text-decoration: none;
		background-color: #FFCC33;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		}

a:active {color: #000000;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		}
		
.auohio {
font-weight: bold;
color: #000000;
}

.name {
font-weight: bold;
font-style: italic;
color: #000000;
}

/* Core Layout */

table {
	width:758px; 
	background:#ffffff;
	border: 1px solid #0F314E;
}


#header {
	display:block; 
	position:relative; 
	width:758px; 
	margin:0 auto; 
	padding:0px; 
	background:transparent;
}

#navbar {
	display:block;
	width:758px; 
	margin:0 auto; 
	padding:3px; 
	border-top: 1px solid #0F314E;
	border-left: 1px solid #0F314E;
	border-right: 1px solid #0F314E;
	border-bottom: 1px solid #0F314E;
	background-color: #cccccc;
	TEXT-ALIGN: center;
	}

#content {
	display:block; 
	float: right;
	width:530px; 
	margin:0 auto; 
	margin-top: 5px;
	margin-bottom: 5px;
	padding:3px; 
	border-left: 2px dotted #999999;
	background:transparent;
	text-align: left;
}

#left {
	float: left;
	width: 30%;
	margin-right: 3px;
	margin:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:3px; 
	text-align: left;
}

#right {
	display:block; 
	float: right;
	width:240px; 
	margin:0 auto; 
	margin-top: 5px;
	margin-bottom: 5px;
	padding:3px; 
	border-left: 2px dotted #999999;
	background:transparent;
	text-align: left;
}

#footer {
	display: block;
	width:758px; 
	font-size: 7pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	margin:0 auto; 
	padding:5px; 
	background-color: #0F314E; 
	TEXT-ALIGN: center;
	}



/* Special Page Elements */

#Layer1 {
		display:block;  
		OVERFLOW: auto;
		WIDTH: 100%; 
		margin: 0 auto;
		HEIGHT: 348px;
		scrollbar-arrow-color: #CC0000;
		scrollbar-3dlight-color: #CCCCCC;
		scrollbar-highlight-color: #CCCCCC;
		scrollbar-face-color: #FFFFFF;
		scrollbar-shadow-color: #CCCCCC;
		scrollbar-darkshadow-color: #FFFFFF;
		scrollbar-track-color: #CCCCCC;
		background: transparent;
		float: left;
		}

#calender {
	PADDING: 10px 10px 10px 10px; 
	MARGIN: 8px 8px 8px 8px; 
	border: 2px dotted #999999;
	background-color: #DAE2E3;
	text-align: left;
	width: 100%;
	}	
		
#emphasis {
	PADDING: 5px 5px 5px 5px; 
	MARGIN: 6px 6px 6px 6px; 
	background-color: #DAE2E3;
	text-align: center;
	width: 40%;
	float: left;
	}
	
#emphasis2 {
	PADDING: 5px 5px 5px 5px; 
	MARGIN: 6px 6px 6px 6px; 
	background-color: #DAE2E3;
	text-align: center;
	width: 35%;
	float: right;
	}	
		
P.amendment {
	font-size: 12pt;
	font-family: Georgia;
	font-style: italic;
	color: #00000;
	margin: 10pts;
	align: left;
	}	

P.quote {
	font-size: 10pt;
	font-family: Georgia;
	font-style: italic;
	color: #00000;
	margin: 10pts;
	align: left;
	}
	
P.boxtext {
	PADDING: 5px 5px 5px 5px; 
	MARGIN: 10px 10px 10px 10px; 
	background-color: #DAE2E3;
	text-align: left;
	width: 100%;
	}
	
P.italics {
	font-size: 9pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: italic;
	color: #00000;
	margin: 10pts;
	align: left;
	}	

/* End of CSS for AUOhio.org */