body {
	background:#fff;
	font-family:arial, helvetica, sans-serif;
	font-size:12pt;
 	color: #555;
	margin:0;
	padding:0;
}

a {
	color:#C80E0E;
	text-decoration: none;
}

a:hover {
	color: #1378C2;
	text-decoration: underline;
	font-weight:normal;	
}

#container {
	background:#fff;
	width:960px;
	padding:10px;
	margin:auto auto auto auto;
}

#header {
	margin:25px auto auto auto;
	width:960px;
	height:80px;
}

#header .dowse {
	color:#1378C2;
	padding:0px 0px 0px 2px;
	font-weight:bolder;
	font-size:24pt;
	background:#D6D9DE;
}

#header .murray {
	color:#D6D9DE;
	font-weight:bolder;
	font-size:24pt;
	background:#1378C2; 
}

#header p {
	text-align:left;
	color:#0092c5;
	font-size:10pt;
	font-weight:bold;
	font-style:oblique;
}

#header .p2 {
	text-align:left;
	margin:0 0 0 3px;
	padding:12px 10px 5px 10px;
	color:#1378C2;
	font-size:16pt;
	font-weight:bold;
	font-style:normal;
	background:#fff;
}

#logo {
	float: left;
	width: 60%;
}

#search {
	float: right;
	text-align:right;
	width: 40%;
}

#nav {
	margin: 0;
	padding: 0;
	height:37px;
	width:960px;
	background: #1378C2;
}

#nav li {
	list-style:none;
	display:inline;
}

#nav li a {
	color:#fff;
	font-weight:bold;
	font-size:14pt;
	text-decoration:none;
	padding:0 18px 0 18px;
	display:block;
	line-height:37px;
	overflow:hidden;
	float:left;
}

#nav li a:hover {
	color: #c94545;

}

#content {
	margin: 0;	
}

#content h1 {
	font-size:16pt;
	color:#c94545;
	font-family:georgia, times, serif;
	font-weight:bold;
	margin: 20px 0 10px 0;
}

#content h2 {
	font-size:16pt;
	color:#c94545;
	font-family:georgia, times, serif;
	font-weight:bold;
	margin: 20px 0 10px 0;
}

#content ul {
	list-style: circle outside;
	xmargin: 0 0 5px 0;
	text-align:left;
}

#content ol {
	list-style-type: decimal;
}

#content .text {
	text-align:justify;
	font-size:11pt;
}

#content .texta {
	text-align:justify;
	font-size:11pt;
	font-weight:normal;
}

#content .image {
	text-align:center;
	font-size:11pt;
}

#left {
	float: left;
	width: 47%;
}

#right {
	float: right;
	width: 47%;
}

#middle {
	float: left;
	width: 30%;
}

#full {
	float: right;
	width: 100%;
}

#footer {
	color:#fff;
	margin-top:20px;
	margin-bottom:20px;
	padding: 0px;
	text-align:center;
	font-size:9pt;
	font-weight:normal;
	background: #1378C2;
	width:960px;
	line-height:33px;
}
#footer .text{
	padding:10px 0 10px 20px;
}

#footer a:link {
	color: #fff;
	font-weight:normal;
}

#footer a:visited {
	color: #fff;
	font-weight:normal;
}

#footer a:hover {
	color: #c94545;
	font-weight:bold;
}

/* LINK ICONS - shows type of file
------------------------------------ */
a[href$=".pdf"],
a[href$=".PDF"],
a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
a[href$=".doc"],
a[href$=".DOC"],
a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
a[href$=".xls"],
a[href$=".XLS"],
a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
a[href$=".gz"],
a[href$=".GZ"],
a[href$=".gzip"],
a[href$=".GZIP"],
a[href$=".zip"],
a[href$=".ZIP"],
a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
a[href$=".exe"],
a[href$=".EXE"],
a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}

table {
	margin: 0 0 18px 0;
	font-size: 12px;
	color: #666;
	xborder-collapse:collapse;
}
tr {}
	
td {
	border:1px solid #999;
	padding:5px;
}
