
/*okay, so there isn't much copied stuff from other sites and even so they are changed slightly*/

body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 13px;
    text-align: center;
    color: #000000;
}
html, body, #wrapper, h1, #nav, #nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3 {
    font-size: 14px;
	text-decoration:underline;
}
p {
    margin: 1em 0;
    padding: 0;
}
html{
	background:#000033;
}
img {
	padding:0;
	margin:0;
	border: 0; 
}
div.indent1{
	padding-left:55px;
	margin-top:0;
    	margin-bottom: 0;
}

div.indent2{
	padding-left:75px;
	margin-top: 0;
   	margin-bottom: 0;
}
div.smallers{
	font-size: 10px;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #333333;
}

a:hover {
    text-decoration: underline;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 0px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.inline{

	display:inline;

}
.hidden{
	display:none;
	background: url(../images/components/NavButton2.png) no-repeat;
}
.center{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.blankLine{
	height:15px;
}
/**********************/



#shell {
	margin: auto;
    text-align: left;
    width: 852px;
    position: relative;
	overflow:visible;
}
#side{
	width:200px;
	float:left;
}
#sideBarTop{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	padding-top:3px;
	padding-left:10px;
	width:170px;
	height:22px;
	background: url(../images/components/sideBarTop.png) no-repeat;
}
#sideBar{
	font-size:14px;
	padding-left:10px;
	width:170px;
	background: url(../images/components/sideBar.png) repeat-y;
}
#sideBar a{
	font-weight:normal;
}
#sideBar .heading{
	padding-top:5px;
	width:160px;
	font-weight:bold;
	border-bottom:1px dashed #000000;
}
#sideBar .subHeading{
	font-style:italic;
	padding-top:2px;
	padding-left:7px;
	width:155px;
}
#sideBar .entry{
	padding-left:15px;
	width:150px;
}
#sideBarBottom{
	width:180px;
	height:20px;
	background: url(../images/components/sideBarBottom.png) no-repeat;
}
#sideFooter{
	margin-top:10px;
	margin-bottom:15px;
	padding-top:0px;
	text-align:center;
	width:180px;
	height:100px;
	overflow:hidden;
	background: url(../images/components/sideFooter.png) no-repeat;
}

#main{
	width:650px;
	float:left;
}
#logoSpace {
	width: 170px;
	height:135px;
	padding-left:30px;
	padding-top:15px;
	overflow: hidden;
	background: url(../images/components/logoSpace.png) no-repeat;
}
#titleBar {
	margin-left:0px;
	width: 650px;
	height:150px;
	overflow: hidden;
	background: url(../images/components/titleBar.png) no-repeat;
}
#title{
	margin-left:125px;
	margin-top:3px;
	width:476px;
	height:143px;
	background: url(../images/components/title.png) no-repeat;
}
#navBar{
	width:650px;
	height:25px;
	background: url(../images/components/navBar.png) no-repeat;
}
#nav{
	text-align:center;
	width:650px;
	height:20px;
	overflow:visible;
}
.navButton{
	width:108px;
	height:20px;
	float:left;
}
.navButton a{
	padding-top:2px;
	display: block;
	color:#ff9900;
	text-align:center;
	width: 100%;
	height: 100%;
	background: url(../images/components/navButton.png) no-repeat;
}
.navButton a:hover{
	background: url(../images/components/navButton2.png) no-repeat;
}

#contentTop{
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	padding-left:10px;
	padding-top:5px;
	width:640px;
	height:20px;
	background: url(../images/components/contentTop.png) no-repeat;
}
#content{
	font-family: arial;
	width:630px;
	padding-left:10px;
	padding-right:10px;
	background: url(../images/components/content.png) repeat-y;
}
#contentBottom{
	width:650px;
	height:25px;
	background: url(../images/components/contentBottom.png) no-repeat;
}
#footer{
	color:#ff3300;
	padding-left:10px;
	padding-top:10px;
	margin-bottom:15px;
	margin-top:15px;
	width:640px;
	height:140px;
	background: url(../images/components/footerBar.png) no-repeat;
}
#footer a{
	color:#ff9900;
}
#footerPic{
	margin-top:-75px;
	margin-right:25px;
	float:right;
	width:70px;
	height:201px;
	background: url(../images/components/footerPic.png) no-repeat;
}
#theRevolution{
	float:left; 
	margin-left:10px;
	margin-top:40px; 
	width:421px; 
	height:80px;
	background: url(../images/components/theRevolution.png) no-repeat;
}
#firstLogo{
	margin-top:-130px;
	margin-right:-35px;
	float:right;
	width:150px;
	height:100px;
	background: url(../images/components/firstlogo.png) no-repeat;
}

.centerBorder{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:1px dashed #000000;
	width:400px;
}
