/* Kent Aberle Dot Com Style Sheet */

* {
margin: 0;
padding: 0;
}

body {
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #293640;
	font-family: Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #000000;
	}
	
a:hover {
	color: #9f0000;
}

h1 {
line-height: 30px;
text-align: center;
margin: 30px;
color: #2E445A;
}

h2 {
	color: #9f0000;
	font-variant: small-caps;
	margin: 20px;
	text-align: center;
}

h3 {
	top-margin:35px;
	bottom-margin: 10px;
	font-size: medium;
	}

img {
	border-style: none
}

p {
	margin: 8px;
	font-size: 16px;
       line-height: 20px;
}

ul{
	line-height: 25px;
	font-size: 12px;
	list-style-type: none;
	margin-left:20px;
	
}

li {
	background-image: url(images/bulletpoint.png);
	background-repeat: no-repeat;
	background-position: .9 em;
	padding-left: 1.3em;
	line-height: 25px;
	}

.error{
	color: red;
	font-weight: bold;
}

.hidden{
display:none;
}

#container {
	width: 990px;
	margin: auto;
	margin-top: 10px;
	padding: 0;
	line-height: 130%;
	}
	
#masthead {
	width: 990px;
	height: 175px;
	margin: 0;
	padding: 0;
	background-image:url(images/headerbg.png);
	}

#break p{ 
	font-weight:bold;
	text-align:center;
	}
	
#break a {
	text-decoration: none;
	color: #000000;
	}
	
#break a:hover {
	color: #ffffff;
}
	
#break {
	background-image:url(images/break.png);
	background-repeat: repeat;
	width: 100%;
}	
	
#content {
	margin-left: 10px;
	margin-right: 35%;
	margin-top: 25px;
       margin-bottom: 15px;
	padding: 1em;
	max-width: 80em;
	border-style: outset;
	background-color: #CBCED1;
	}

#content a {
	font-weight: bold;
	text-decoration: underline;
	color: #293640;
}	

#content a:hover {
	color: #9f0000;
}

#Form {
	width: 90%;
	margin: auto;
	background-color: #FFFFFF;
	border-style:outset;
	margin-top: 25px;
}
	
#sidebar {
	float: right;
	width: 30%;
	margin: 0;
	padding: 1em;
	margin-top: 25px;
	}

#sidebar h2{
	text-align: center;
	}
	
#sidebar img{
	display: block;
	margin: auto;
	padding: 10px;
}
	
#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	border-top-style: outset;
	font-size: 12px;
	}
	
#footer #altnav {
	width: 70%;
	float: right;
	text-align: right;
}