/**************************************************************************/
/* Generic Selectors
/**************************************************************************/

body
{
	margin: 20px 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	background: #FFFFFF;
}

p
{
}

h1
{
	font-size: 40px;
	/*font-variant:small-caps;*/
	padding:0;
	margin:0;
	line-height: 100%;
	color: #0000AA;
}


h2
{
	font-size: 20px;
	color: #0000AA;
	font-variant:small-caps;
	padding: 0px;
	margin: 10px 0px 0px 0px; /*top right bottom left*/
}

h3
{
	font-size: 16px;
	color: #0000AA;
	padding: 0px;
	margin: 10px 0px 0px 0px; /*top right bottom left*/
}

h4
{
	font-size: 16px;
	padding: 0px;
	margin: 10px 0px 0px 0px; /*top right bottom left*/
}

b
{
	color: #0000AA;
	font-weight: bold;
	font-style: italic;
}

img
{
	padding: 0px;
	margin: 0px;
	line-height: 100%;
	border: 0px;
	vertical-align:middle;
}

/**************************************************************************/
/* IDs
/**************************************************************************/

/*------------------------------------------------------------------------*/
/* core pages only
/*------------------------------------------------------------------------*/

#logo
{
	float: left;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	margin: 0px 0px 0px 5px; /*top right bottom left*/
	width: 200px;
	height: 185px;
	text-align: center;
	background: transparent;
	/*border-left: 1px solid #FFCC00;
	border-top: 1px solid #FFCC00;*/
}

#sidecontent
{
	float: right;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	margin: 0px 5px 0px 0px; /*top right bottom left*/
	width:190px;
	height: 185px;
	/*border: 1px solid #FF00FF;*/
}
	#sidecontent p
	{
		font-size: 22px;
		padding: 0px 0px 0px 0px; /*top right bottom left*/
		margin: 0px 0px 10px 0px; /*top right bottom left*/
	}

#tiny
{
}
	#tiny p
	{
		font-size: 12px;
		padding: 0px 0px 0px 0px; /*top right bottom left*/
		margin: 0px 0px 0px 0px; /*top right bottom left*/
	}


#logo2
{
	float: left;
	padding: 5px 0px 5px 5px; /*top right bottom left*/
	margin: 0px 0px 0px 0px; /*top right bottom left*/
	width: 400px;
	background: transparent;
	/*background: #FF00FF;*/
}

/*------------------------------------------------------------------------*/
/* Most Pages
/*------------------------------------------------------------------------*/


#title
/*
	used for area at the top of the page reserved for a static page heading
	of a logo for the CSAOA
*/
{
	padding: 5px;
	/*border-left: 1px solid #FFCC00;
	border-top: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;*/
	width: 600px;
	height: 150px;
	margin: 0 auto;
	background: #FFFFFF;

}
	#title a
	{
		text-decoration:none;
	}
	#title *
	{
		text-align: center;
	}

#centralarea
{
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF;
	/*border-left: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;*/
}


#informationarea
{
	padding: 5px;
	float: right;
	width:390px;
	border-left: 1px solid #FFCC00;
	border-top: 1px solid #FFCC00;
	background: url(photorotate/rotate.php) no-repeat;
	min-height: 480px
}

	#informationarea *
	{
	}

#photofloat
{
	float: right;
	padding: 2px;
	margin: 0px 0px 5px 5px;
	border: 1px solid #0000AA;
	text-align: center;
	background: #FFFFFF;
	text-decoration:none;
}


#compact
{
}
	#compact p
	{
		padding: 0px;
		margin: 0px;
	}

#directorphoto
{
	float: left;
	width: 70px;
	height: 70px;
	padding: 2px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #0000AA;
	text-align: center;
	background: #FFFFFF;
	text-decoration:none;
}

#directordetails
{
	float: left;
	height: 70px;
	padding: 2px;
	margin: 0px;
	text-align: left;
	text-decoration:none;
}


#footer
{
	width: 600px;
	margin: 0 auto;
	/*padding: 5px;*/
	font-size: smaller;
}
	#footer *
	{
		text-align: center;
		color: #0000AA;
	}

/*------------------------------------------------------------------------*/
/* Navigation divs
/*------------------------------------------------------------------------*/

#mainnavigation
{
	float: left;
	width: 195px;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
}
	#mainnavigation a
	{
		text-decoration:none;
		font-weight: bold;
		border: 2px outset;
		padding: 2px; /*top right bottom left*/
		margin: 0px 0px 5px 0px; /*top right bottom left*/
		display: block;
		text-align: center;
		font-size: 18px;
		background: #FFFFFF;
		color: #000000;
	}
	#mainnavigation a:link
	{
	}
	#mainnavigation a:visited
	{
	}
	#mainnavigation a:hover
	{
		color: #FFCC00;
		background: #0000AA;
		border: 2px outset #FFCC00;
	}
	#mainnavigation a:active
	{
		color: #0000AA;
		background: #FFCC00;
		border: 2px inset;
	}

#subnavigation
{
	border-top: 1px solid #0000AA;
	border-bottom: 1px solid #0000AA;
}
	#subnavigation a
	{
		text-decoration:none;
		font-weight: bold;
		/*border: 2px outset #0000AA;*/
		border: 1px outset;
		padding: 2px;
		margin: 0px;
		line-height: 200%;
		width: 190px;
		text-align: center;
		background: #FFFFFF;
		color: #000000;
	}
	#subnavigation a:link
	{
	}
	#subnavigation a:visited
	{
	}
	#subnavigation a:hover
	{
		color: #FFCC00;
		background: #0000AA;
		border: 1px outset #FFCC00;
	}
	#subnavigation a:active
	{
		color: #0000AA;
		background: #FFCC00;
		border: 1px inset;
	}

#intrapagenavigation
{
	float: right;
	padding: 2px;
	margin: 10px 0px 10px 10px; /*top right bottom left*/
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
	width: 180px;
	background: #FFFFFF;
}
	#intrapagenavigation h3
	{
		text-align: center;
	}
	#intrapagenavigation a
	{
		text-decoration:none;
		font-weight: bold;
		font-size: smaller;
		border: 1px outset;
		/*border-top: 1px solid #0000AA;*/
		/*border-bottom: 1px solid #0000AA;*/
		text-align: center;
		padding: 0px 0px 0px 0px; /*top right bottom left*/
		margin: 0px 0px 5px 0px; /*top right bottom left*/
		display: block;
		color: #000000;
	}
	#intrapagenavigation a:link
	{
	}
	#intrapagenavigation a:visited
	{
	}
	#intrapagenavigation a:hover
	{
		color: #FFCC00;
		background: #0000AA;
		border: 1px outset #FFCC00;
		/*border-top: 1px solid #FFCC00;*/
	}
	#intrapagenavigation a:active
	{
		color: #0000AA;
		background: #FFCC00;
		border: 1px inset;
	}

#photothumbnails
{
}
	#photothumbnails a
	{
		float: left;
		width: 100px;
		height: 150px;
		padding: 2px;
		margin: 10px;
		border: 1px solid #0000AA;
		text-align: center;
		background: #FFFFFF;
		text-decoration:none;
	}
	#photothumbnails a:hover
	{
		color: #FFCC00;
		background: #0000AA;
		border: 1px solid #FFCC00;
	}
	#thumbnail p
	{
		padding: 0;
		margin: 0;
	}

