body
{
	margin: 20px 0 40px 0;
	padding: 0;
	background: url(../images/background.jpg) top left repeat;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.6em;
	color: #414141;
	background-color: #ccc;	
}
/* Type and styling */

a:link, a:visited
{
	text-decoration: underline;
	color: #668CD9;
}

a:hover
{
	color: #1E3D79;
	background-color: #B3DFFF;
}

h1
{
	font-family: Georgia, Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #2989CE;
	padding: 0 0 4px 0;
	margin: 0;
}

h2
{
	font-family: Georgia, Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #EE2818;
	padding: 0 0 4px 0;
	line-height: 1.1em;
}

h2.green
{
	color: #48A20E;
	padding: 0 0 4px 0;
}

h2.yellow
{
	color: #C9AA02;
	padding: 0 0 4px 0;
}

h3, h4
{
	font-family: Georgia, Times, serif;
	font-weight: bold;
	color: #1E3D79;	
	font-weight: bold;
	font-size: 100%;
	padding: 0 0 4px 0;
}

ul
{
	list-style-image: url('../images/bullet1.gif');
}

li.bullet2
{
	list-style-image: url('../images/bullet2.gif');
}

li.yellow
{
	list-style-image: url('../images/bullet3.gif');
}

li.green
{
	list-style-image: url('../images/bullet4.gif');
}

img
{
	padding: 0;
	margin: 0;
	border: 0;
}

img.block
{
	display: block;
}

img.left
{
	float: left;
}

img.right
{
	float: right;
}

p.center
{
	text-align: center;
	margin: 0;
	padding: 0;
}

p.bold
{
	font-weight: bold;
}

p.phone
{
	font-size: 150%; 
	font-family: Georgia, Times, serif;
}

img.linkage
{
	border-style: solid;
	border-width: 2px;
	color: inherit;
	vertical-align: top;
	padding: 5px;
	background-color: #000;
}

sup
{
	font-size: 60%;
}

table
{
	width:80%; 
	margin-left:10%; 
	margin-right:10%;
	background: url(../images/tablebk.gif);
}

td
{
	vertical-align: top;
	padding: 20px 10px;
	text-align: left;
}


td p
{
	color: #1E3D79;
	padding: 0;
}

td h3
{
	border-bottom: 1px solid #1E3D79;
	margin: 0;
	padding: 0;
}

/* Forms */

form
{
	padding: 20px 0;
	border:0;
	background-color: #C7E1F4;
	border: 1px solid #1E3D79;
	width: 420px;
	margin: 0;
}

legend.contact
{
	font-size: 80%;
	color: #1E3D79;
}

fieldset.contact
{
	border: 0;
}

input.contact, option.contact
{
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #1E3D79;
        background: url(../images/buttonbk.gif);
}

input.contactf, textarea.contactf, option.contactf
{
	font-size: 125%;
	color: #1E3D79;
	border: 1px solid #1E3D79;
	width: 225px;
	padding: 3px;
}

label.contact
{
	color: #1E3D79;
	font-weight: bold;
        display: block;
	float: left;
	text-align: right;
	width: 120px;
	margin: 1px 10px 10px 0;
}

input.contact, textarea.contact
{
	margin: auto;
	margin-top: 6px;
}

br.form
{
	clear: left;
}

#container
{
	width: 960px;
	margin: auto;
	background-color: #fff;
}

#nav
{
	background: url(../images/n_bk.jpg);
	background-repeat: repeat-x;
	padding: 0 0 15px;
}

#RHS 
{
	width: 241px;
	float: right;
	padding-right: 20px;
	line-height: 1.3em;
}

#RHS p, #RHS h1, #RHS h2, #RHS h2.green, #RHS h2.yellow, #RHS h3, #RHS h4
{
	padding: 0 40px 0 20px;
}

#RHS p
{
	color: #000000;
}

#RHSgreen
{
	background: url(../images/RHS_green.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
}

#RHSred
{
	background: url(../images/RHS_red.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
}

#RHSyellow
{
	background: url(../images/RHS_yellow.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
}

div.RHSspace
{
	padding-bottom: 20px;
}

#content
{
	width: 600px;
	padding-left: 20px;
	float: left;
}

#footer
{
	clear: both;
	padding: 3px 30px;
	background: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#footer p
{
	color: #fff;
	padding: 3px;
	margin: 0;
	text-align: center;
}

