/* CSS Document */

#head {
	background-image:  url(../images/h_up.png);
	background-repeat: repeat;
	height: 20px;
	width: 100%;
	font-size: 12px;
	color: #000000;
}

#head a {
	color: #550606;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
	text-decoration: none;
  }

#head li {
	float: left;
	position: relative;
	text-align: right;
	list-style-position: inside;
	list-style-type: none;
	padding: 1px 5px 1px 5px;
  }

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#title {
	font-size: 30px;
	color: #FF9900;
	background-color: #000000;
	text-indent: 50px;
	height: 35px;
	width: 100%;
	padding-top: 5px 0 5px 0;
	margin: 0px;
}

#links {
	background-image:  url(../images/t_sf.png);
	background-repeat: repeat;
	height: 150px;
	width: 100%;
}

#links a{
	color: #C50E0E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
	text-decoration: none;
}


#links li{
	color: #000000;
	list-style-position: inside;
	list-style-type: none;
	text-indent: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#footer {
	font-size: 12px;
	color: #000000;
	background-image:  url(../images/h_up.png);
	background-repeat: repeat;
	text-indent: 30px;
	height: 20px;
	width: 100%;
	padding: 2px 0 2px 0;
	position: relative;
	bottom: 0px;
}

#footer a {
	color: #950000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
}

a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF3300;
	background-color: #FFCC00;
}

.boxes {
	font-size: 12px;
	color: #000000;
	padding: 2px;
	height: 100px;
	width: 200px;
	margin: 5px 10px 5px 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF6600;
	float: left;
}

#content {
	font-size: 12px;
	color: #000000;
	margin: 15px;
	width: 700px;
}
ul {
	margin: 1px;
	padding: 1px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #A2611A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}

a:visited {
	color: #A32918;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}