@charset "utf-8";
/* CSS Document */

body {
	font-size:78%;
	font-family:"trebuchet MS", verdana, arial, sans-serif;
	background-color: #fcfdfd;
	word-wrap:break-word;
	text-align: center;
	}
	

a:link  { 
	color: #003399; 
	text-decoration: none 
	}

a:visited  { 
	color: #3366ff;  
	text-decoration: none 
	}

a:hover  { 
	color: #000099; 
	text-decoration: underline; 
	}

a:active  { 
	color: #fdb209; 
	text-decoration: none 
	}
	
h1, h2, h3, h4 {
	font-family:"trebuchet MS", Verdana, Arial, sans-serif;
		}

h1	{
	font-size: 1.3em;
	line-height: 1em;
	margin: 1em;
	font-weight: bold;
	color: #00285a;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.3em;
	}
	
h2	{
	font-size: 1.25em;
	line-height: 1em;
	margin: 1em;
	font-weight: bold;
	color: #023864;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #a7bbcc;
	font-variant: small-caps;
	}

h3	{
	font-size: 1.15em;
	line-height: 1em;
	margin: 1em;
	font-weight: bold;
	color: #023864;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	letter-spacing: 0.1em;
	}

h4	{
	font-size: 1em;
	line-height: 1em;
	margin: 1em;
	font-weight: 600;
	color: #000;
	text-transform: none;
	font-variant: normal;
	letter-spacing: 0.2em;
	}

p {
	margin:0;
	padding:5px 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}
	
ul  { 
	margin-top: 7px 
	}

li  {
	margin-bottom: 6px;
	margin-left: -10px;
	font-size: 100%;
	}

#arrow li   {
	font-size: 100%;
	list-style-image: url(/ucopfiles/arrow.gif);
	list-style-position: outside;
	display: list-item;
	margin-left: -10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


.arrow   {
	display: block;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	list-style: outside;
	}

	
img {
	border:none;
	}
	
#divider {
	clear: both;
	text-align: center;
	width: 600px;
	margin: 0 auto;
	border-top: 2px solid #a7bbcc;
	}


/*-----------* TEXT SIZES *-----------*/	

	
.larger_text  {
	font-size: 120%;
	line-height: 130%;
	}

.med_text  {
	font-size: 95%;
	line-height: 120%;
	}

.small_text  {
	font-size: 85%
	}

.smaller_text  {
	font-size: 70%;
	line-height: 110%;
	}

