﻿/**********************************************
	Basic element styles
**********************************************/
body, p, td
{
	font-family: verdana;
	color: #003399;
	line-height: 150%;
	font-size: 10pt;
}

body 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #a3a3a3;
	background-image: url(bodytile.jpg);
	background-repeat: repeat-x;
}

/**********************************************
	Layout styles for specific elements
**********************************************/
#bodyhost
{
	width: 800px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}

#logostrap
{
	width: 800px;
	height: 295px;
	background-image: url(topstrap.jpg);
}

#topBanner
{
	position: relative;
	display: block;
	width: 450px;
	left: 175px;
	height: 80px;
	top: 140px;
	
	background-image: url(topbanner.jpg);
}
#leftBanner
{
	display: block;
	width: 200px;
	height: 167px;
	
	background-image: url(leftbanner.jpg);
}

#mainblock
{
	width: 780px;
	background-image: url(maintile.jpg);
	background-repeat: repeat-x;
	background-color: #b7ca4c;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
}
#leftblock
{
	width: 206px;
	float: left;
	margin-right: 10px
}
#rightblock
{
	float: left;
	width: 564px;
}
.clear
{
	clear: both;
}

.leftpanel
{
	width: 206px;
	background-image: none;
	background-color: Transparent;
	margin-bottom: 10px;
}
.leftpaneltext
{
	padding-top: 1px;
	background-color: #b7ca4c;
	background-image: url(leftGradient.jpg);
	background-repeat: repeat-x;
	min-height: 140px;
	color: White;
}
.leftpanelcap
{
	width: 206px;
	height: 12px;
	background-color: Transparent;
	background-image: url(leftcap.gif);
}
.leftsep
{
	width: 206px;
	height: 1px;
	border-bottom: 1px solid #7d9e2c;
}
.leftsephi
{
	width: 206px;
	height: 1px;
	border-bottom: 1px solid #b7ca4c;
}
.rightpanel
{
	width: 564px;
	background-image: none;
	background-color: Transparent;
}
.rightpaneltext
{
	background-color: #d6edf2;
	background-image: url(rightGradient.jpg);
	background-repeat: repeat-x;
	min-height: 400px;
	color: #003399;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.rightpanelcap
{
	width: 564px;
	height: 12px;
	background-color: Transparent;
	background-image: url(rightcap.gif);
}

#pagetitle
{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	top: -2px;
}
#pagecontent
{
	position: relative;
	top: -20px;
}

DIV.menuoption
{
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
DIV.menuoption A
{
	color: White;
	font-size: 12pt;
	text-decoration: none;
}
DIV.menuoption A:Hover
{
	color: #003399;
}
DIV.paneltitlesmall
{
	position: relative;
	top: -5px;
	margin-left: 15px;
}
DIV.partnerimage
{
	float: left;
}

/**********************************************
	General styles that can be used in editing
**********************************************/
.Title
{
	font-size: 12pt;
	font-weight: bold;
}

.subTitle
{
	font-weight: bold;
}


/** Gallery
**/

IMG.gallery
{
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	background-color: White;
	border: 1px solid #b7ca4c;;
}
IMG.gallery:Hover
{
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	border: 1px solid black;
}