* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	}
	
a:link, a:visited {
	color:#0F2B8F;
	}

body, td {
	font-family: "Brawler", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14pt ;
	color: #000;
	}

header, footer, section, aside, nav, article {
	display: block;
	}
	
p {
	margin-bottom: 20px;
	}

ul {
	margin-left: 50px;
	}

#container {
	width:900px;
	min-height:100%;
	height:auto ;
	background-color:#ffffff;
	height:100% ;
	margin:auto;
	}

#sidebar {
    float: left;
    width: 275px;
	}
	
#basic{
	width:600px;
	float: right;
	}
	
#menu div {
	padding: 10px;
	}

#menu div:hover {
	border-radius: 10px;
	background-color: #6699ff;
	}

#ad {
border-radius: 25px;
border: 3px solid #6699ff;
margin: 20px;
text-align:center;
padding: 10px;
}
#ad a {color:#000;}
#ad a:hover {color:#6699ff;}

#socmedia {
margin-top: 40px;
text-align:center;
}

/*links page*/
.linkheader {
	font-size: 20pt;
	}

.linkgroup {
	line-height: 125%;
	margin-right: 10px;
	}

.linkgroup a {
	color: #990000;
	}
.linkgroup a:hover {
	color: #00cccc;
	}
/*----------*/


.textblock {
	line-height: 125%;
	text-align:justify;
	text-justify:inter-word;
	margin: 20px;
	} 

.aside {
	text-align:right;
	font-size: 10pt;
	color: #d31f35;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 20px;
	} 
	
/*headers. oh jeez.*/

h1,h2,h3,h4,h5,h6 {
	display: block;
	padding: 10px 0;
	color: #000;
	}

h2 {
text-align: center ;
text-decoration: none ;
font-size: 18pt ;
}

h2 a {
text-decoration: none ;
}

h2 a:hover {
color: #000;
}

h5 {
margin: 0 20px 0 0;
text-decoration: none ;
font-size: 14pt ;
font-weight: normal  ;
display:inline
}

h5 a { 
font-size: 18pt ;
}

h4 {
text-decoration: none ;
font-size: 12pt ;
font-style: italic  ;
font-weight: normal  ;
display:inline;
}

h9 a {
text-decoration: none ;
font-size: 16pt ;
font-weight: bold  ;
color:red ;
display:inline;
}