

/* On Paper Design
----------------------------------------------------------------------*/

#TEMPLATE {
	background-color: #a3dce7;
}

#INSIDE {
	background-color: #FFFFFF;
}

#HomePageBackGround {
	background-image:url(images/HomePage_Circles.gif);
	}
	
#Align {
	text-align:justify;
	}
	
#AlignService {
	text-align:left;
	}
	
a {
	color: #4f4f4f;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}

h1 {
	font-family: "Arial", "Helvetica", "Verdana";
	color:#887811;
	font-weight: bold;
	font-size: 18px;
}

h2 {
	font-family: "Goudy Old Style", "Georgia", "Times New Roman";
	font-weight: bold;
	font-size: 16px;
}

h3 {
	font-family: "Goudy Old Style", "Georgia", "Times New Roman";
	font-weight: bold;
	font-size: 14px;
}

.footer {
	font-family: "Goudy Old Style", "Georgia", "Times New Roman";
	font-size: 12px;
}

.body {
	font-family: "Goudy Old Style", "Georgia", "Times New Roman";
	font-size: 14px;
}

.captions {
	font-family: "Goudy Old Style", "Georgia", "Times New Roman";
	font-size: 12px;
}

.DarkGreenBold {
	font-family: "Goudy Old Style", "Georgia", "Times New Roman";
	font-size: 14px;
	color:#887811;
	font-weight:bold;
}

.BlackBold {
	font-family: "Goudy Old Style", "Georgia", "Times New Roman";
	font-size: 14px;
	color:#000000;
	font-weight:bold;
}

.GreenBold {
	font-family: "Goudy Old Style", "Georgia", "Times New Roman";
	font-size: 14px;
	color:#94c861;
	font-weight:bold;
}

.BlueBold {
	font-family:"Goudy Old Style", "Georgia", "Times New Roman";
	font-size: 14px;
	color:#a3dce6;
	font-weight:bold;
}

.BlackBold {
	font-family: "Goudy Old Style", "Georgia", "Times New Roman";
	font-size: 14px;
	color:#000000;
	font-weight:bold;
}





/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
	position: relative;
}

.hoverbox a .preview
{
	display: none;
}


.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -6px;
	left: -12px;
	z-index: 1;
}

.hoverbox img
{
	background: #9dcc62;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #9dcc62;
	border-color: #9dcc62 #9dcc62 #9dcc62 #9dcc62;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: static;
}

.hoverbox .preview
{
	border-color: #9dcSc62;
	width: 122px;
	height: 83px;
}