/*Style Sheet for 2jamisons website
Chuck Jamison
5/11/2008*/



.title {
	background-color: #99FFFF;
	color: rgb(153,0,153);
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	font-size: 14mm;
	border: 2px solid black;
	padding: 10px;
	float: none;
	margin: 5px;
	vertical-align: middle;
}

address, body, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	
}
address {
	color: black;
	font-style: oblique;
	font-variant: small-caps;
	font-size: 0.9em;
	text-align: center;
	clear: both;
	float: none;
}


	/* Links */
#vlinks {
	width: 150px;

	margin-right: 10px;
	padding: 10px;
	border: 2px solid black;
	color: #0000FF;
	float: left;
}
#vlinks a {display: block; padding-left: 10px; color: black; font-style: normal; text-align: left; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; font-weight: normal}
#vlinks a:link {text-decoration: none}

#vlinks a:visited {
	text-decoration: none;
	color: #663366
}
#vlinks a:hover {
	color: black;
	text-decoration: underline;
	color: blue;
	background-color: #CCCCFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#vlinks a:active {text-decoration: none}


.address-line {
	color: purple;
	height: 5px;
	width: 100%;
	background-color: green;
	clear: both;
	float: left;
}


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12mm;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #660099;
	text-decoration: none;
	background-color: #CCFFFF;
	background-position: center center;
	text-align: center;
	margin: 5px;
	padding: 5px;
	float: right;
	width: auto;
	border: 2px solid #330099;
	top: auto;
}
#body {
	width: 75%;
	float: left;
	margin-left: 10px;
	color: #000033;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;
	padding: 10px;
}

	
#body5 {
	width: 85%;
	float: left;
	background-color: #99FFCC;
	color: #000033;
	
	background-attachment: fixed;
	background-position: center;
	margin: 10px;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

