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

body {
	font-family: Futura, Arial, sans-serif;
	/*background: #879bb0;*/
	background-image:url(images/background.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

H1
{
	color:#566c7e;
	font-size:16px;
	font-weight:100;
	margin:20px 0px 10px 0px;
	font-weight:bold;
}

td
{
	font: Futura, Arial, sans-serif;
}

td.textbox
{
	color:#566c7e;
	font-size:14px;
	vertical-align:top;
}


p
{
	font: Futura, Arial, sans-serif;
}

p.text
{
	margin-top:4px;
	margin-bottom:4px;
	margin-right:20px;
}

.tag
{
	position:relative;
	margin: 0 px 0px 4px 0px;
	font-size:12px;
	text-align:right;s
	
}

.tag2
{
	margin-top:4px;
	margin-bottom:4px;
	font-size:14px;
	text-align:right;
	margin-right:20px;
}

.righttop
{
	text-align:right;
	vertical-align:top;
	font-size:12px;
	font: Futura, Arial, sans-serif;
}

.quote
{
	font-size:12px;
	font: Futura, Arial, sans-serif;
}

#menu
{
	margin-left:520px;
	margin-top:82px;
	float:right;
}

#textbox
{
	/*width:440px;*/
	color:#566c7e;
	font-size:14px;
}

#graphic
{
	position:relative;
	left:460px;
	/*width:480px;*/
	text-align:right;
}

.textlink
{
	/*Font formatting for text links*/
	
	color:#123858;
	text-decoration:none;
}

/*Contact button*/

.contact
{
	margin:80px 0px 100px 800px;
	width:100px;
	position:absolute;
	text-decoration:none;
	left: -804px;
	top: 440px;
}

p.button
{
	border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #425b6f;
	 color: #FFFFFF;
	font-family: Futura, Arial, sans-serif;
	font-size:14px;
	width: 170px;
	padding:0px 0px 0px 0px;
	margin:2px;
	text-align:center;
}

p.button p.hover,
	p.button p:hover 
	{
	 background-color: #95a3ae;
	 color: #FFFFFF;
	}

	p.button a:link,
	p.button a:visited	{ color: #FFF; text-decoration: none; }
	p.button a:hover		{ color: #FFF; }
	p.button a:active	{ color: #FFFFFF;}

.green
{color:#3F0;
}
