/*
Website, CSS, design, and graphics Copyright (C) 2007-2008 Joshua Jasiel.
Visit www.joshjasiel.com
Contact Josh at josh@joshjasiel.com
*/
body {
	background-color: #ffffff;
	background-image: url("bggradient.png");
	background-repeat: repeat-x;
	margin: 1px auto 1px auto;
	background-attachment: fixed;
}
table.header {
		background-image: url("filler.jpg");
		background-repeat: repeat-x;
}
table.normal {
background-color:#FFFFFF
}
tr.middlemaincontent {
		background-repeat: repeat y;
}
img{
  border-style: none;
}
hr {
  	border: 0;
  	width: 100%;
  	color: #006699;
	background-color: #006699;
	height: 2px;
}
h1 {
	font-family: Times New Roman, Arial, Sans-Serif;
	font-size: 28px;
	color: #006600;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-style: italic;
	}

h2 {
	font-family: Times New Roman, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 25px;
	color: #990000;
        margin: 0px 0px 0px 0px;
	}

h3 {
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 15px;
	color: #cc0000;
        margin: 0px 0px 0px 0px;
	}
p {
	font-size: 18px;
	font-family: times new roman, arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #000000
}
p.times new roman {
	font-size: 13px;
	font-family: times new roman, arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p.navbar {
	font-family: times new roman, arial, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #ffffff
}
p.navfooter {
	font-family: times new roman, arial, sans-serif;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #ffffff
}
p.copyright {
	font-size: 15px;
	font-family: times new roman, arial, sans-serif;
	margin-top: 10px;
	margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 10px;
	color: #ffffff
}
p.homecopyright {
	font-size: 12px;
	font-family: times new roman, arial, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #ffffff
}
p.frontdate {
font-family: times new roman;
font-size: 10pt; 
font-weight: bold; 
font-style: italic; 
	margin-top: 10px;
	margin-bottom: 0px;
}
a {
	color: #blue;
	text-decoration:none;
}
a:link {
	color: #990000;
	text-decoration:underline;
}

a:visited {
	color: purple;
	text-decoration:underline;
}
a:hover {
	color: #009900;
	text-decoration:underline;
}
a:active {
	color: red;
	text-decoration:underline;
}
a.navbar:link {
	font-size: 15px;
	font-family: times new roman, arial, sans-serif;
	color: #FFFF99;
	text-decoration:none;
}
a.navbar:visited {
	font-size: 15px;
	font-family: times new roman, arial, sans-serif;
	color: #ffffff;
	text-decoration:none;
}
a.navbar:hover {
	font-size: 15px;
	font-family: times new roman, arial, sans-serif;
	color: #FFFF99;
	text-decoration:underline;
}
a.navbar:active {
	font-size: 15px;
	font-family: times new roman, sans-serif;
	color: #ffffff;
	text-decoration:underline;
}
a.navfooter:link {
	font-size: 18px;
	font-family: times new roman, sans-serif;
	color: #FFFF99;
	text-decoration:none;
}
a.navfooter:visited {
	font-size: 18px;
	font-family: times new roman, sans-serif;
	color: #FFFF99;
	text-decoration:none;
}
a.navfooter:hover {
	font-size: 18px;
	font-family: times new roman, sans-serif;
	color: #FFFF99;
	text-decoration:underline;
}
a.navfooter:active {
	font-size: 18px;
	font-family: times new roman, sans-serif;
	color: #ffffff;
	text-decoration:underline;
}
#pageheader {
    margin: 0px auto 0px auto;
	background: transparent url(filler.jpg) repeat-x;
	height: 100%;
	width: 940px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 30px;
	padding-right: 10px;
}
#contentheader {
    margin: 0px auto 0px auto;
	background: transparent url(tabletopbg.png) no-repeat;
	height: 21px;
	width: 950px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 10px;
}
#contentbody {
    margin: 0px auto 0px auto;
	height: 100%;
	width: 950px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#contentfooter {
	height: 25px;
	width: 100%;	
}
#bodytable {
    margin: 0px auto 0px auto;
	height: 100%;
	width: 950px;
}

