	
body	{ 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	text-decoration: none;
	text-align:center;     
	}

div#pageContainer	{
	width:715px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

div#pageContent	{
	margin:0 1em 1em 30%;
	}

/*Styles for top of page Headers - NO TABLES*/

div#HeaderLinks	{
	text-align:left;
	background-color:gold;
	height:1.75em;
	}

div#HeaderLinks a	{
	padding-right:7px;
	padding-left:8px;
	padding-top:2px;
	}

div#DeptContact	{
	font-size:.85em;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #000000;
	padding-bottom:3px;
	padding-top:2px;
	}
img#COSLogo	{
	padding-bottom:20px;
	}
	
img#AACLogo	{
	padding-bottom:5px;
	}
	
/*Styles for Left Link Navigation - NO TABLES*/

div#leftNavigation	{
	width:191px;
	background-image:url(clerk/LeftLinkFill.gif);
	background-repeat:repeat-y;
	float:left;
	margin:3px 0;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	}

div#leftNavigation ul {
	list-style:none;
	margin-left:0.66em;
	}

div#leftNavigation ul {
	padding-left:0px;
	}

div#leftNavigation a	{
	color:#FFFFFF;
	text-decoration:none;
	}

div#leftNavigation h5	{
	color:#FFCC00;
	padding-left:3px;
	margin-bottom:0;
	font-size:1.1em;
	font-weight:bold;
	}

/*div#leftNavigation a:hover	{
	background-color:#0066FF;
	border-left: 3px solid #000066;
	padding-left:5px;

	}*/

div#leftNavigation a:visited	{
	text-decoration:none;
	}

div#PageFooter	{
	clear:both;
	text-align:center;
	border-top: 1px solid #000000;
	padding-top:3px;
	}

/*General Page Styles*/	

a:link       {
	color: #00008B;
	text-decoration: underline;
	}

a:visited    { 
	color: #00008B; 
	text-decoration: underline;
	}
a:hover      { 
	color: #000000; 
	text-decoration: underline; 
	}
	
a:active     { 
	color: #0080FF; 
	text-decoration: none;
	}
	
table        { 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	text-decoration: none;      
	}

h1           {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom:0px;
	}
h2           { 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	padding-top:0px;
	}
h3           { 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	}
h4           { 
	color: #808080; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18pt;
	}
.list 		{
	margin-bottom:20px;
	}

.subtitle {
	color:#FFFFFF;
	font-size:1.25em;
	font-weight: bold;
	padding-left:3px;
	background-color:#000066;
	}

.blueborder {
	margin: 10px;
	padding: 10px;
	height: auto;
	width: auto;
	border: thin groove #000099;
	}

.spacedlist ul {
	list-style:square;
	text-align: left;
}

.spacedlist li {
	padding:0px 0px 10px 0px;
}

.singlespacelist ul {
	list-style:square;
	text-align: left;
	padding:0px 0px 0px 0px;
}

.singlespacelist li {
	text-align: left;
	padding:0px 0px 0px 0px;
}

.OLspacedlist ol {
	list-style:square;
	text-align: left;
}

.OLspacedlist li {
	padding:0px 0px 10px 0px;
}

div#advertise	{
	float:right;
	background-color:#00CCCC;
	clear:both;
	}