body
{
	margin: 0 4em;
	padding: 0;
	font-family: lucida grande, helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #fff;
}

p
{
margin: 0 .5em 1em .25em;
}


h1
{
color: #5d2070;
font-size: 1.75em;
font-style: italic;
margin: 0 1em .5em 3em;
}

#contentPage h1	{
font-size: 1em;
}

h2
{
font-size: 1.5em;
font-weight: bold;
color: #5d2070;
margin: 0em .5em .5em .25em;
}

h3
{
font-size: 1.25em;
color: #007b9a;
margin: 0em .5em .5em .25em;
}

h4, h5, h6
{
font-size: 1em;
margin: 0em .5em .5em .25em;
}


a:link {
	text-decoration:none;
	}
	
.navbar
{
background-image:  none;
background-repeat: no-repeat;
padding-top: 0px;
}

.news
{
background-image:  none;
background-repeat: no-repeat;
padding-top: 0px;
}

.subhead
{
font-style: italic;
font-size: 1.25em;
margin: 0 ;
}

.date
{
color: #5d2070;
}

#container
{
	margin: 0; 
}

#banner
{
	height: auto;
}

#mainmenu {
	display: none;
	}

#wrapper
{
	background-color: white;
	background-repeat: repeat-y;
	margin: 0;
	border-bottom: 0px solid #007b9a;
	text-align: left;
}	

#subhead
{
background-color: white;
padding-top: .15em;
border-bottom: 1px solid #EF6B00;
position: relative;
}

#breadcrumbs
{
	display: none;
}

#nav
{
display: none;
}

#nav p { margin-top: 0; }

#content
{
	padding-top: 1em;
	margin: 0em 1em;
}

#content ul, #nav ul {
display: table;
list-style-type: none;
padding: 0;
margin: -0.5em 0 1.5em 1.5em;
}



#content ul li, #nav ul li
{
list-style-image: url(/images/bullet.png);
margin-left: 1.1em;
}

.contentboxsmall
{
width: 16em;
height: 16em;
overflow: hidden;
border: 1px solid #007b9a;
padding-top: 1em;
float: left;
margin: 0 5px 5px 0;
}

.contentboxmedium
{
border: 1px solid #007b9a;
width: 26em;
height: 16em;
overflow: hidden;
margin:0 5px 5px 0;
padding-top: 1em;
float: left;
}

.contentboxbig
{
border: 1px solid #007b9a;
width: 42.6em;
margin: 0 5px 5px 0;
padding-top: 1em;
float: left;
}

#footer
{
	display:none;
		}

#footer li
{
display: inline;
}

#footer p
{
margin: 0 2em 2em 2em;
}

.images_thumb_left
{
width: 4em;
float: left;
margin:0 1em 1em 1em;
}

.images_thumb_right
{
width: 4em;
float: right;
margin:0 1em 1em 1em;
}

.images_small_left
{
width: 8em;
float: left;
margin:0 1em 1em 1em;
}

.images_small_right
{
width: 8em;
float: right;
margin:0 1em 1em 1em;
}

.images_large_left
{
width: 16em;
float: left;
margin:0 1em 1em 1em;
}

.images_large_right
{
width: 16em;
float: right;
margin:0 1em 1em 1em;
}

.images_left
{
float: left;
margin:0 1em 1em 1em;
}

.images_right
{
float: right;
margin:0 1em 1em 1em;
}

.yapaTitle
{
	display: block;
	float: right;
	margin-top: -50px;
	color: #000;
}

.yapaTitle h1 {
color: #5d2070;
font-size: 1.2em;
text-align:right;
	}	

.yapaTitle h2 {
color: #007b9a;
font-size: .8em;
text-align: right;
	}	

.print {
	display: block;
	}
	
.clear
{
clear: both;
}

/* tables */

table {
	margin:0 0 1.5em 0;
	border-collapse:separate;
	border-spacing:0;
	border:1px solid #ccc;
	width: 90%;	
	}

caption {
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0.5em 0;
	}

th {
	font-weight:bold;
	}

th, td {
	padding:0.25em 0.5em 0.25em 0;
	text-align:left;
	vertical-align:top;
	border:1px solid #ccc;
	}
	
.finePrint {
		font-size: 80%;
			}	

