@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/background.gif) top left repeat-x; 
	font-size: 13px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
}

#container {
	margin: 0 auto 0 auto;
	width: 775px;
}

#logo {
	position: relative;
	margin: 0;
	width: 395px;
	z-index: 1;
	margin-bottom: 0px;
}

#navigation {
	position: relative;
	z-index: 99;
	margin: 10px 10px 0 0;
	float: right;
	width: 200px;
	text-align: right;
}
 
#whitebox {
	position: relative;
	z-index: 1;
	vertical-align:top;
/*	z-index: 1; */

	background: #fff;
	border: 1px solid #ddd;
}

#whitebox2 {
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	clear:right;
	
}

#navigation a:link { text-decoration: none; color: #000; }
#navigation a:visited { text-decoration: none; color: #000; }
#navigation a:hover.blue { text-decoration: none; background: #7adff5; color: #fff; }
#navigation a:hover.pink { text-decoration: none; background: #f88ced; color: #fff; }
#navigation a:hover.orange { text-decoration: none; background: #fdbe60; color: #fff; }
#navigation a:hover.green { text-decoration: none; background: #cfe068; color: #fff; }
#navigation a:hover.red { text-decoration: none; background: #FF3300; color: #fff; }
#navigation a:hover.purple { text-decoration: none; background: #9a49d2; color: #fff; }
#navigation a:hover.dgreen { text-decoration: none; background: #090; color: #fff; }

#navigation p.blue { font-size: 14px; padding-right: 10px; border-right: solid 16px #7adff5; }
#navigation p.pink { font-size: 14px; padding-right: 10px; border-right: #f88ced solid 16px; }
#navigation p.orange { font-size: 14px; padding-right: 10px; border-right: #fdbe60 solid 16px; }
#navigation p.green { font-size: 14px; padding-right: 10px; border-right: #cfe068 solid 16px; }
#navigation p.red { font-size: 14px; padding-right: 10px; border-right: #FF3300 solid 16px; }
#navigation p.purple { font-size: 14px; padding-right: 10px; border-right: solid 16px #9a49d2; }
#navigation p.dgreen { font-size: 14px; padding-right: 10px; border-right: solid 16px #090; }
#navigation span { font-size: 11px; font-style: italic; }


.content {
	position: relative;
	z-index: 10;
	padding: 10px;
	vertical-align:top;
}

.content h1 { font: 18px Arial; padding: 20px 0 20px 0; }
.content p { font-size: 11px; line-height: 14px; }
.content td { font-size: 11px; line-height: 14px; }

.content a:link { text-decoration: underline; color: #000; }
.content a:visited { text-decoration: underline; color: #000; }
.content a:hover.blue { text-decoration: underline; color: #7adff5; }
.content a:hover.pink { text-decoration: underline; color: #f88ced; }
.content a:hover.orange { text-decoration: underline; color: #fdbe60; }
.content a:hover.green { text-decoration: underline; color: #cfe068; }
.content a:hover.purple { text-decoration: underline; color: #9a49d2; }
.content a:hover.dgreen { text-decoration: underline; color: #090; }


#footer {
	position: relative;
	z-index: 0;  
	margin: 10px auto;
	padding: 2px 10px 2px 10px;
	font-size: 9px; 
	width: 755px;
	background: #fff;
	border: 1px solid #ddd;
}

#footer a:link { text-decoration: underline; color: #000; }
#footer a:hover { text-decoration: underline; color: #777; }
#footer a:visited { text-decoration: underline; color: #000; }


