/* CSS Document  Colin F. Jones */

body {
	margin: 5 0 5 0;
	padding: 0 0 0 0;
	background-color: #EEFFEE;
	background-image: url("../images/scripts_background.jpg");
	background-repeat: repeat;
	background-position: center top;
}
body, p, blockquote, li, td, th, pre {
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #003300;
}
h1, h2, h3, h4, h5, h6 {
	font-style: italic;
}
h1 {
	font-size: 12pt;
}
h2 {
	font-size: 10pt;
}
h3 {
	font-size: 9pt;
}
h4 {
	font-size: 8pt;
}
#wrapper {
	text-align: center;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-image:url("../images/scripts_heading.gif");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 60px 0 0 0;
	color: #003300;
	background-color: transparent;
}
#topnav {	margin-bottom:10px; }

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topnav li {	display: inline; }

#topnav a:link, #topnav a:visited {
	padding: 2px 3px 2px 3px;
	background-color: transparent;
	font-size: 8pt;
	text-decoration: none;
	color: #003300;
	border: 1px solid #990033;
}
#topnav a:hover {
	text-decoration: none;
	color: #FF0000;
	border: 1px solid #FF0000;
}
#content {
	padding-left: 110px;
	padding-right: 110px;
	text-align: center;
	border: 1px solid #8B0000;
	color: #003300;
	background-color: #FFFFFF;
}
#content a:link {
	color: #003300;
	background-color:transparent;
	text-decoration:none;
}
#content a:visited {
	color: #669966;
	background-color:transparent;
	text-decoration:none;
}
#content a:hover {
	color: #FF0000;
	background-color:transparent;
}
#content a.tlink:link, #content a.tlink:visited {
	color: #0000FF;
	background-color:transparent;
	text-decoration: underline;
	font-style: italic;
}
#content a.tlink:hover {
	color: #0000FF;
	background-color:transparent;
	text-decoration: underline;
	font-style: italic;
}
#content td {
	text-align: left;
}
#footer {
	margin-top:5px;
	background-color: transparent;
	padding-left: 110px;
	padding-right: 110px;
	text-align:center;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer li {
	display: inline;
		font-size: 8pt;
	}
#footer a:link, #footer a:visited {
	padding: 2px 3px 2px 3px;
	background-color: transparent;
	text-decoration: none;
	color: #003300;
	border: 1px solid #003300;
}
#footer a:hover {
	text-decoration: none;
	color: #FF0000;
	border: 1px solid #FF0000;
}
#footer p {
	color: #003300;
	text-align: center;
	font-size: 8pt;
	font-style:italic;
}
#notes p{
	color: #003300;
	text-align: center;
	font-size: 8pt;
	font-style: italic;
}
#notes a:link, #notes a:visited {
	text-decoration: none;
	color: #0000FF;
}
#notes a:hover {
	text-decoration: none;
	color: #FF0000;
}
#directory ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#directory li {
	display: inline;
	}
#directory a:link, #directory a:visited {
	padding: 4px 10px 3px 10px;
	background-color: transparent;
	color: #003333;
	text-decoration: none;
	border: 1px solid #003333;
}
#directory a:hover {
	text-decoration: none;
	color: #FF0000;
	border: 1px  solid #FF0000;
}
hr { border: none; color: #8B0000; background-color:#8B0000;	height: 2px;	width: 100%;	text-align: center; }

img { border: none; }
table { margin-right: auto; margin-left: auto; }
.float_l { 	float: left; }
.float_r { 	float: right; }
.float_c { clear: both; }

.nodec { list-style-type: none; padding-left: 10px; margin-left: 0; }

.sml {	font-size: 8pt; font-style:italic; text-transform: none; }

.sml_txt {	text-align: left;	font-size: 9pt;	font-style:italic;}
.sml_txt_c { text-align: center; font-size: 9pt;	font-style:italic; }
.sml_txt_r { text-align: right; font-size: 9pt; font-style:italic; }
.sml_txt_j {	text-align: justify; font-size: 9pt; font-style:italic; }
.smlhdg { font-size: 9pt;	font-style:italic;	text-transform:none; }

.txt { text-align: left; }
.txt_c { text-align: center; }
.txt_j { text-align: justify }
.txt_r { text-align: right; }

.ind20px { text-align: left; 	padding-left: 20px; }
.ind40px { text-align: left; padding-left: 40px; }
.ind60px { 	text-align: left; padding-left: 60px; }
.ind80px { text-align: left; padding-left: 80px; }

.text_ubi {	font-style: italic; 	font-weight: bold;	text-decoration:underline; }
.border10 { border:#000 10px solid; }
.border01 {border: #000 1px solid; }

.menu {
color:#000;
background-color: #EFE;
font-size: 10pt;
border:#333 solid 1px;
margin: 0 0 5px 0;
}
