﻿html 
{
	margin: 				0px; 
	padding: 				0px;
}
	
body 
{
	margin: 				0px; 
	padding: 				0px;
	font-size: 				10pt;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	background-color:		#B2AA70;
}

.header1
{
	color:					#004F6D;
	font-size:				12pt;
	font-weight:			bold;
	display:				block;
}

.header2
{
	color:					#004F6D;
	font-size:				10pt;
	font-weight:			bold;
}

.header3
{
	color:					#004F6D;
	font-size:				10pt;
}

.small
{
	font-size:				8pt;	
}

.nav
{
	color:					#004F6D;
	text-decoration:		none;
	margin-right:			30px;
}

.foot
{
	color:					#004F6D;
	text-decoration:		none;
}

.navbold
{
	color:					#004F6D;
	text-decoration:		none;
	margin-right:			30px;
	font-weight:			bold;
}

.centerpic
{
	width:					100%;
	text-align:				center;
}

.centerbutton
{
	margin-left:			50px;
	width:					275px;
	padding-top:			15px;
	padding-bottom:			15px;
	background-color:		#004F6D;
	color:					#ffffff;
	text-align:				center;
	font-weight:			bold;
	font-size:				11px;
	border:					solid 1px #000000;
}

.centerbutton a
{
	color:					#ffffff;
	text-decoration:		none;
}

#canvas 
{
	margin: 				0 auto;
	text-align: 			left;
	width: 					800px;
	position: 				relative;
	background-color:		#ffffff;
}

#navigation
{
	margin-bottom:			40px;
	background-color:		#cccccc;
	padding-top:			10px;
	padding-bottom:			10px;
	padding-left:			20px;
}

#content
{
	background-color:		#ffffff;
}

#footer1
{
	background-color:		#cccccc;
	padding-top:			10px;
	padding-bottom:			5px;
	padding-left:			20px;
	padding-right:			20px;
	font-size:				10px;
	border-bottom:			solid 1px #999999;
}

#footer2
{
	margin-bottom:			40px;
	background-color:		#cccccc;
	padding-top:			5px;
	padding-bottom:			10px;
	padding-left:			20px;
	padding-right:			20px;
	font-size:				10px;
}

#cleft
{
	width:					390px;
	float:					left;
	padding-left:			40px;
}

#cright
{
	width:					360px;
	float:					right;
}

.clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
}


#about
{
	display:				block;
	position:				fixed;
	width:					650px;
	top:					50px;
	height:					510px;
	background-color:		#ffffff;
	margin-left:			20px;
	margin-right:			auto;
	border:					solid 10px #B2AA70;
	padding:				10px;
}

#about a
{
	border:					solid 1px #B2AA70;
	text-decoration:		none;
	margin-left:			600px;
	color:					#B2AA70;
	font-weight:			bold;
	padding:				2px;
}

.mail
{
	display:				block;
	position:				fixed;
	width:					350px;
	top:					300px;
	height:					100px;
	background-color:		#ffffff;
	margin-left:			200px;
	margin-right:			auto;
	border:					solid 10px #B2AA70;
	padding:				10px;
	text-align:				center;
}

.mail a
{
	border:					solid 1px #B2AA70;
	text-decoration:		none;
	margin-left:			auto;
	margin-right:			auto;
	color:					#B2AA70;
	font-weight:			bold;
	padding:				2px;
}

.popuplist
{
	line-height:			30px;
	list-style-type:		none;
	cursor:					pointer;
}

.popuplist li
{
	margin:					0;
	padding:				0;
	padding-left:			40px;
	background-image:		url(images/arrow.png);
	background-repeat:		no-repeat;
	background-position:	12px 8px;
}

.popupinside
{
	list-style-type:		disc;
	line-height:			16px;
}

.popupinside li
{
	background-image:		none;
	padding-left:			0px;
}


/* POPUP CODE */
#popup a, #popup a:visited
{
	position:				relative;
	text-decoration:		none;
}

#popup a span
{
	display:				none;
}

/* the IE correction rule */
#popup a:hover
{
	text-indent:			0; /* added the default value */
}

#popup a:hover span
{
	z-index:				10;
	display:				block;
	position:				fixed;
	width:					320px;
	margin-left:			320px;
	margin-right:			auto;
	top:					250px;
	padding:				10px;
	color:					#ffffff;
	background-color:		#004F6D;
	border:					1px solid #000000;
	line-height:			normal;
}

.thumbnail  {
	position:				relative;
	float:					left;
	padding:				5px;
}

.thumbnail:hover
{
	text-decoration:		none;
}
/* END POPUL CODE */