body {
	margin : 0px;
	font-size : 10pt;
	font-family : Georgia, serif;
}

a {
	color : #033a65;
}

h1 {
	font-size : 1.4em;
	font-style : italic;
	color : #033a65;
}

h2 {
	font-size : 1em;
	font-style : italic;
	color : #033a65;
}

#header {
	background-image: url("images/headerbg.jpg");
	height : 151px;
}

#menu ul {
	list-style-type:none;
	margin : 0px;
	padding : 0px;
}

#menu li {
	float:left;
}

#menu img {
	border : 0px;
}

#container {
	width : 800px;
	padding-top: 25px;
	}

#contentbox {
	width : 550px;
	margin-left : 50px;
	font-size : 1em;
	line-height : 1.5em;
}

#footer {
	margin: 50px;
	font-size : .7em;
	line-height : 1.5em;
}

#svccontentbox {
	float : right;
	width : 550px;
	margin-left : 50px;
	font-size : 1em;
	line-height : 1.5em;
}

.serviceslinks {
	float : left;
	width : 200px;
	text-align : right;
	line-height : 30px;
	font-size : 1.2em
}

.servicelinks a {
	text-decoration : none;
}

.clear {
	clear : both;
}


