@import url(nav.css);
@import url("table.css");
@import url("text.css");

/* Import for Specific Pages */
@import url("linkspage.css");
@import url("paperclipdownload.css");

html, body {
	font-family:Arial, Verdana, Helvetica;
	font-size:12px;
	margin:0;
	border:0;
	padding:0;
	color:#000000;
	background:url(../images/body_background.gif) repeat-y center #CACACA;
}

img {
	margin:0;
	border:0;
	padding:0;
}

p {
	margin:10px 0 0 0;
	border:0;
	padding:0;
}

.nomargin {
	margin:0;
}

a {
	margin:0;
	border:0;
	padding:0;
}

td {
	margin:0;
	border:0;
	padding:0;
}

div#container{
	width:765px;
	margin:0 auto;
	background:#FFFFFF;
}

div#header {
	width:765px;
	height:294px;
}

div#top {
	width:765px;
	height:9px;
	background:url(../images/top_background.gif) repeat-x;
}

div#main {
	width:765px;
	background:url(../images/main_background.gif) repeat-y 194px 0;
}

div#nav {
	width:184px;
	float:left;
	margin:0 0 0 5px;
	display:inline;
	background:url(../images/navbottom_background.gif) bottom no-repeat #FFFFFF;
}

div#content {
	width:525px;
	float:left;
	margin:0 0 0 32px;
	display:inline;
	text-align:justify;
	background:url(../images/main_background.gif) repeat-y 293px 0;
}

div#footer {
	width:765px;
	height:56px;
	clear:both;
	background:url(../images/footer_background.gif) no-repeat;
}

div.title {
	height:16px;
	padding:11px 0 10px 0;
	background:#FFFFFF;
}

div.subtitle {
	height:13px;
	padding:0 0 16px 0;
}

div.lh {
	width:277px;
	float:left;
	display:inline;
}

div.rh {
	width:214px;
	float:left;
	margin:0 0 0 34px;
	display:inline;
}

div#searchbox {
	height:18px;
	padding:5px 10px 0 0;
	text-align:right;
}

img.searchit {
	height:18px;
	float:right; 
	margin:0;
	display:block;
	margin:0 5px 0 0;
}

form.formit {
	float:right;
	display:inline;
}

.image {
	margin:10px 0 0 0;
}

img.imgborder {
	border:1px solid #000000;
}

.break {
	height:1px;
	margin:15px 0;
	background:url(../images/break_background.gif) repeat-x;
}

.linksbreak {
	height:1px;
	margin:15px 0;
	background:url(../images/break_background.gif) repeat-x;
}

.shim {
	width:1px;
	height:1px;
	clear:both;
}