/* CSS Document */

body{
	color:#000033;
 font-family: Gill Sans, Geneva, Arial, helvetica, sans-serif;
  font-size:10px;
  line-height: 14pt;
  letter-spacing:1pt;
}

a {
	text-decoration:none;
	color:#000099;
}

a:hover{
	text-decoration: none;
	color:#999999;
}

td {vertical-align:top;
border-bottom:thin #CCCCCC solid;
}

#page {
    margin: 0 auto;
	background-image:url(images/background.jpg);
	width: 912px;
	height:712px;
}

#pagelong {
    margin: 0 auto;
	background-image:url(images/backgroundlong.jpg);
	width: 912px;
	height:1212px;
}

#header {
	padding:10px;
}


#left {
	position:absolute;
	float:left;
	width:280px;
	margin-right:612px;
	padding:10px;
}

#right {
	position:absolute;
	float:right;
	width: 592px;
	margin-left: 300px;
	padding: 10px;
}

#contact {
	padding:10px;
}

#content {
    width:572px;
	margin-right:20px;
	}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navigation li
{
float: left;
margin: 0 0.15em;
}

#navigation li a
{
background: url(images/btnbg.gif) #fff top left repeat-x;
font-size:10px;
height: 20px;
line-height: 2em;
letter-spacing:0pt;
float: left;
width: 75px;
display: block;
border-bottom-width:thin;
border-bottom-color:#666666;
border-bottom-style:solid;
border-top-width:thin;
border-top-color:#CCCCCC;
border-top-style:solid;
border-right-width:thin;
border-right-color:#666666;
border-right-style:solid;
border-left-width:thin;
border-left-color:#CCCCCC;
border-left-style:solid;
color: #000000;
text-decoration: none;
text-align: center;
}

#navigation li a:hover{
background: url(images/btnbgh.gif) #fff top left repeat-x;
font-size:10px;
height: 20px;
line-height: 2em;
letter-spacing:0pt;
float: left;
width: 75px;
display: block;
border-bottom-width:thin;
border-bottom-color:#990033;
border-bottom-style:solid;
border-top-width:thin;
border-top-color:#990033;
border-top-style:solid;
border-right-width:thin;
border-right-color:#990033;
border-right-style:solid;
border-left-width:thin;
border-left-color:#990033;
border-left-style:solid;
color: #990033;
text-decoration: none;
text-align: center;
}

#navigation li a:active{
background: url(images/btnbgh.gif) #fff top left repeat-x;
font-size:10px;
height: 20px;
line-height: 2em;
float: left;
width: 75px;
display: block;
border-bottom-width:thin;
border-bottom-color:#990033;
border-bottom-style:solid;
border-top-width:thin;
border-top-color:#990033;
border-top-style:solid;
border-right-width:thin;
border-right-color:#990033;
border-right-style:solid;
border-left-width:thin;
border-left-color:#990033;
border-left-style:solid;
color: #990033;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#navigation li a
{
float: none
}
/* End hide */
