﻿/* 
   PAUCP Style Guide
*/

/* Overall Page */

body {
	margin: 0.5em 0.5em 0.5em 0.5em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

A:link {color: navy; text-decoration: underline; }
A:visited {color: #000000; text-decoration: underline; } 
A:active {color: #999999; text-decoration: underline; } 
A:hover {color: #999999; text-decoration: underline; }

img { border: 0;	}
		
/* Header Section */

#header 
{
/*	border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;*/
	height: 0em;

}

#header a:link  {color: navy;}
#header a:visited {color: #999999;}
#header a:active {color: #999999;}
#header a:hover {color: gray;}	

/* Footer */

#footer
{
	margin-left: 1em;
	margin-right: 1em;
	width: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}


/* Main Content */

#content
{
	margin-top: 6.5em;
	margin-left: 9em;
	margin-right: 2em;
	width: 600;
}

h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 9pt;
	line-height: 1.7em; 

}

#content ul {
	line-height: 1.7em; 
}


.c1 
{
	color: #000000;  
	font-family: verdana;  
	font-size: 10pt; 
	text-decoration: none; 
	font-weight: bold
} 

.text 
{
	color:#000000; 
	font-family: Verdana; 
	font-size: 8pt ;
	line-height:14pt;
}


