/*
Website, CSS, design, and graphics Copyright (C) 2009 Joshua Jasiel.
Visit www.joshjasiel.com
Contact Josh at josh@joshjasiel.com
*/
body {
	background-color: #000000;
	margin: 0px auto 0px auto;
	background-image: url("sitebg.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	color: #CCCCCC;
}
table.header {
	background-image: url("header.jpg");
	background-position: top center;
	
}
table.footer {
	background-image: url("footer.jpg");
	background-repeat: no-repeat;
}
td.blogger {
	background-image: url("blogbg.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}
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: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 25px;
	color: #ACC7D0;
        margin: 0px 0px 0px 0px;
	}

h2 {
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 19px;
	color: #87ABD3;
        margin: 0px 0px 0px 0px;
	}

h3 {
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 15px;
	color: #cc0000;
        margin: 0px 0px 0px 0px;
	}
p {
	font-size: 13px;
	font-family: arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #CCCCCC}
p.navbar {
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #ffffff
}
p.navfooter {
	font-size: 11pt;
	font-family: verdana, arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #999999}
p.copyright {
	font-size: 10px;
	font-family: arial, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 10px;
	color: #CCCCCC;
}
p.homecopyright {
	font-size: 8pt;
	font-family: verdana, arial, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #ffffff
}
p.frontdate {
font-family: verdana;
font-size: 10pt; 
font-weight: bold; 
font-style: italic; 
	margin-top: 10px;
	margin-bottom: 0px;
}
a {
	color: #blue;
	text-decoration:none;
}
a:link {
	color: #CC3333;
	text-decoration:none;
}

a:visited {
	color: #CC3333;
	text-decoration:none;
}
a:hover {
	color: #FF6600;
	text-decoration:underline;
}
a:active {
	color: red;
	text-decoration:underline;
}
a.navfooter:link {
	font-size: 13px;
	font-family: arial, sans-serif;
	color: #999999;
	text-decoration:none;
	font-weight: bold;
	text-transform: capitalize;
}
a.navfooter:visited {
	font-size: 13px;
	font-family: arial, sans-serif;
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}
a.navfooter:hover {
	font-size: 13px;
	font-family: arial, sans-serif;
	color: #999999;
	text-decoration:underline;
	font-weight: bold;
}
a.navfooter:active {
	font-size: 13px;
	font-family: arial, sans-serif;
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}
#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;
}
a.navbar {
	font-size: 15px;
	font-family: arial, sans-serif;
	color: #000066;
	text-decoration:underline;
	}
a.navbar:link {
	font-size: 15px;
	font-family: arial, sans-serif;
	color: #000066;
	text-decoration:underline;
}
a.navbar:visited {
	font-size: 15px;
	font-family: arial, sans-serif;
	color: #DDD;
	text-decoration:underline;
}
a.navbar:hover {
	font-size: 15px;
	font-family: arial, sans-serif;
	color: orange;
	text-decoration:none;
	border-bottom: 1px orange dashed;
}
a.navbar:active {
	font-size: 15px;
	font-family: arial, sans-serif;
	color: #DDD;
	text-decoration:none;
	border-bottom: 1px #DDD dashed;
}	
p.navbar {
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #ffffff
}