body 
{
	color: black;
	background: url(../images/header_top.gif) repeat-x top left;	

	background-color: white;
	margin: 0;
	padding: 0;
}

body, 
textarea, 
input 
{
	font-family: arial, helvetica, sans-serif;
}

textarea:focus, 
input:focus, 
.sffocus, 
.sffocus 
{
	background-color: #ffc;
}

a 
{
	color: #00c;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:visited 
{
	color: #66c;
}

a:hover {
	color: #ff9900;
	border-bottom: 1px solid ;
	background: none;
}

a:active {
	color: red;
}


abbr, acronym, .abbr {
	border-bottom: 1px solid #ccc;
	cursor: help;
}

div
{ 
	 border: 0;
}


h1 {
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.0;
	margin: 0;
}

h3 {
	font-size: 1.1em;
	font-style: italic;
	margin: 0.4em 0 0 0;
}

ul li {
	list-style-type: circle;
}

table {
	padding: 5px;
	margin-left: auto; 
	margin-right: auto;
}

th {
	background-color: #e3eaf9;
	border: 2px solid #ccc;
	padding: 0;
}

td {
	border: 1px solid #ccc;
	background-color: #f2f5fc;
	text-align: center;
}

dt {
	font-weight: bold;
	font-style: italic;	
}

label {
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 1em;
	width: 12em;
}

legend {
	color: #36c;
	font-size: 1.2em;
	font-weight: bold;
}

/*------------------- HEADER -------------------*/

#header {
	height: 183px;
	margin-top: 23px;
	background: url(../images/header_text.gif) no-repeat top left;	
}

#header a {
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0;
	height: 0;

}

#header img {
	left: 0;
	border: 0;
	
}

#header p {
	font-size: 0.8em;
	color: white;
	margin: 0 5px;
}

#header h1 {
	overflow:hidden;
	padding: 0;
	text-indent:-5000px;
	height: 0;
}

/*------------------- MAIN NAVIGATION -------------------*/

#primaryNav {
	left: 0;
	background: url(../images/menu_bg.gif) repeat-x top left;
	height: 28px;
}

#primaryNav ul, #primaryNav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#primaryNav ul {
	margin: 0 1em;
	margin-left: 40px;
}



#primaryNav li {
	font-family: arial, helvetica, sans-serif;
	list-style: none;
	font-size: 1.2em;
	color: white;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: 0 1em;

}


#primaryNav li a {
	color: white;
	border: 0;
	margin: 0;
}


#primaryNav li a:hover {
	color: black;
	text-decoration: none;
	border-color: #ccc;
}



/*------------------- CONTENT AREA -------------------*/

#content {
	line-height: 1.5em;
	padding: 1em 2em;
	margin-right: 180px;
	position: relative;
	top: -1px;
	left: -1px;
	overflow: hidden;
}


#content h2 {
	color: black;
	font-size: 1.2em;
	margin: 0;
}

#content p {
	margin: 0.5em 0 1em 0;
	text-align: justify;
}

#home #content p {
}

/*------------------- SECONDARY NAVIGATION AREA -------------------*/


#sidebar {
	position: absolute;
	right: 0;
	width: 157px;
	height: 310px;
	background: url(../images/sidebar_bg.gif) no-repeat top left;	
	margin: 1em 2em 0 0;
}

#sidebar h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 12px;
	color: white;	

}

#sidebar ul {
	padding: 1em 0;
	margin: 0 -5px 0 0;
}

#sidebar li {
	list-style: none;
	padding-bottom: 0.5em;
	margin: 0 .5em;
}


.break {
	padding: 1em 0 0 0;
	border-top: 1px solid #ccc;
	margin: 2em 0 0 0;
	clear: both;
}

/*------------------- CUSTOM PAGES AREA -------------------*/

img.photo1, img.photo2, img.gallery {
	text-align: justify;
	float: left;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	padding: 8px;
	margin: 0 10px;
}

img.photo2 {
	float: right;
}

img.gallery {
	float: left;
	margin: 0 3px;
}


/*---print---*/

@media print {

	body {
		font-size: 10pt;
	}
	
	a, a:visited, a:link {
		color: black;
		background: none;
	}

	#content {
		font-family: arial, helvetica, sans-serif;
		line-height: normal;
		border: 0;
		padding: 0;
		margin-right: 2em;
		background: none;
		position: static;
		float: none;
	}

	#header {
		margin:0;
		background: none;
	}

	#header form, #footer,
	#primaryNav, #secondaryNav, 
	#goToTop, #sidebar, #skip {
		display: none;
		visibility: collapse;
	}
	
}
