/* CSS Document */
body {
background-color:#a888f8;
	margin:0 auto; padding:0;
	font-family:verdana; font-size:10px; color:#000000;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Geeza Pro", "Geeza Pro Bold"; font-size:10px; color:#000000;
	}
textarea {
	font-family:verdana; font-size:10px; color:#000000;
	padding:5px;
}
h1 {
	font-size:16px; font-weight:bold; color:#003399; margin:3px; padding-left:15px;
}
h2 {
	margin:3px; padding-left:15px;
	font-size:12px; font-weight:bold; color:#000000;
}
h3 {
	font-size:14px; font-weight:bold; color:#003399;
	margin:3px; padding-left:15px;
}
h4{
font-size:12px; font-weight:bold; color:#000000;
	margin:3px; padding-left:15px;
}
h5{
font-size:12px; font-weight:normal; color:#0033FF; font-style:italic;
	margin:3px; padding-left:15px;
}
h6 {
font-size:16px; font-weight:bold; color:#003399;
	margin:3px; font-variant:small-caps; padding-left:15px;
}

a:link, a:visited, a:active{
	text-decoration:none; color:#33aacc; font-weight:bold;
	font-size:11px;
}
a:hover {
	color:#777777;
}

/* divs by name */
#win {
	width:800px; height:auto; padding:0; margin:0 auto 0 auto; position:relative; top:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; font-weight:normal; color:#000000;
	border:1px solid #bbbbbb; background-color:#eeeeee;
	background-image:url(../images/site_header_bg.jpg); background-repeat:no-repeat;
}
#win li {
	font-size:10px;
	list-style-type:square;
	}

#header {
	width:750px; height:auto; padding:25px; margin:0;
	
}
#header ul {
	padding:4px;
	margin:4px;
	}
	
#header li {
	list-style-type:none;
	display:inline;
	padding-right:15px;
}
#header a:link, #header a:visited, #header a:active{
	border:1px solid #eeeeee;
	padding:2px;
	}
	#header a:hover {
	border:1px dotted #777777;
	}

#services p {
	padding:5px; margin:0;
	padding-bottom:10px;
}
#services h2 {
	border-bottom:1px dotted #333333; padding-top:2px;
	border-top:1px dotted #333333; padding-bottom:2px;
	border-right:1px dotted #333333; border-left:1px dotted #cccccc;
	background-color:#ffffff;
}

#footer {
border-top:1px dotted #777777;
margin-top:8px;
text-align:center;
width:800px; height:auto;
font-size:9px;
}
#footer li {
	list-style-type:none;
	display:inline;
}
#admin_content p, form, pre, li {
	padding:2px; margin:2px;
}
.more {
	width:95%; height:auto;
	text-align:right;

}
.pBorder {
	border:1px dotted lightblue;
}.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Geeza Pro", "Geeza Pro Bold";
	font-size:9px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
}
.notice {
color:red; font-weight:normal; font-style:italic; letter-spacing:1px; line-height:1.5;
}