body {
	background-color: #1451aa;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#wrapper
{
	background: url(../images/page-bg.gif) repeat-y; /* this puts in the background and the left and right page margins */
	width: 768px;
	margin: 0 auto; /* this centers the div tag */
}
#topimage
{
	width: 768px;
	height: 16px;
	margin: 0 auto; /* this centers the div tag */
	background: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: left top; /* this puts in the background and the left and right page margins */
	
}
#bottomimage
{
background: url(../images/base.gif); 
	width: 768px;
	height: 17px;
	background-repeat: no-repeat;
	margin: 0 auto; /* this centers the div tag */
}
#header
{

	width: 740px;
	height: 120px;
	margin: 0 auto; /* this centers the div tag */
	background: url(../images/carnetix_logo.gif); 
	background-repeat: no-repeat;
	background-position: left top; /* this puts in the background and the left and right page margins */
	border: 1px solid white; /* this is needed to ensure header site directly below the top image strange */
	
}


#content {
	
	padding-left: 30px;
	padding-right: 30px
	
}

div.clearer { /* this clears the float left above so the white background extends down the page see www.complexspiral.com/publications/containing-floats */
clear: both;
}
#footer {
padding-left: 14px;
font-size: 8pt;
text-align: center;
}
/* Header Styles */
h1{
	line-height: normal;
	font-size: 13pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1451aa;
	
}
h2{
	line-height: normal;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1451aa;
	
}

	h3{
	line-height: normal;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1451aa;
	
}

h4{
	line-height: normal;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	
}


/* start styles that control links */


.pagelink {
	text-decoration: underline;
	color: black;
	}
A.pagelink:hover {
	text-decoration: none;
	color: black;
	}
	
	.privacy {
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	}
A.privacy:hover {
	text-decoration: underline;
	font-size: 10px;
	color: #000000;
	}
	/* finish styles that control links */
/* start styles that control navigation */

#nav {
	
	
text-align:center;
	
	

	}
	#nav li IMG{
	
	margin-right: 4px;
	
	
	}
#nav li {
	list-style: none;
	display: inline;
	padding-right: 15px;
	margin-top: 0px;
	
	
	}
	
	#nav li a{
	color: #1451aa;
	text-decoration: none;
	font-weight: bold;
	
	}
	#nav li a:hover {
	color: #1451aa;
	text-decoration: underline;
	font-weight: bold;
	
	}
	/* finish styles that control navigation */
	.red {
	color: red;
	font-weight: bold;
	
	}
	/* prevents address being dispayed */
	#print_address
{
	display: none;
}
/* prevents horizontal rule being displayed */
hr {
display: none;
}

#links table {
border-collapse: collapse;
width: 600px;
}
#links td {
border: 1px solid #1451aa;
padding: 5px;
}
#links table a {
color: #1451aa;
	text-decoration: none;
	font-weight: bold;
}
#links table a:hover {
color: #1451aa;
	text-decoration: underline;
	font-weight: bold;
}
tr.rowone th {
background-color:#1451aa;
color: #FFFFFF;
padding: 10px;
}
tr.rowtwo th {
background-color:#1451aa;
color: #FFFFFF;
padding: 10px;
text-align: left;
}
.width {
width: 240px;
}
#suspension li {
list-style: url(../images/small_arrow.gif) none;
}
#suspension li a {
text-decoration: none;
color: #1451aa;
}
#suspension li a:hover {
text-decoration: underline;
}