body {
	font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color:#333;
	line-height:140%;
	margin:0;
	padding:0;
	text-align:center;
	background-color: #000000;
	background-image: url(images/bg.png);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position:top center;
}

a{
	color:#1774a2;
}
a:visited;a:active{
	color:#0e638d;
}
a:hover{
	color:#6ca4bf;
}

h1 {
	font-size:2.4em;
	line-height:1.3;
}

h2 {
	font-size:2.2em;
	line-height:1.3;
}	

h3 {
	font-size:1.9em;
	line-height:1.3;
}

h4 {
	font-size:1.7em;
	line-height:1.0;
	font-weight:normal;
}	

img, a {
	border:none;
	outline:none;
}

pre {
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
}

#topheader{
	background-image: url(images/header-repeat.jpg);
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position:top right;
}

#topheadertd{
	background-image: url(images/header.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top right;
}

#headerbox{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

#sidemiddle{
	background-image:url(images/side_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

.box{
	margin-top:40px;
	margin-left:23px;
	margin-right:23px;
	border-bottom:2px solid #1774a2;
	padding-bottom:25px;
}

.firstbox{
	margin-top:30px;
}


h1,h2,h3,h4,h5,h6{
	font-family:Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
}

h4{
	font-family:"Palatino",Georgia,"Times New Roman",serif;
	font-size:1.4em;
	font-style:italic;
	line-height:1.3;
	padding:0;
}


ul.contactform li{
	list-style-type:none;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:4px;
	background-color:#efefef;
}
ul{
	padding:0px;
	margin:0px;
}

ul.contactform li.nobg{
	background-color:transparent;
}
