body{
	background-color:#555599;
	text-align:center;
	padding:0px;
	margin:0px;
}

#main{
	background-color:#FFFFFF;	
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:center;
}

#footer{
	position:relative;
	width:800px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:center;
}

.footer{
	font-size:10px;
	font-family: 'Times New Roman', san-serif;
	text-transform:none;
	color:#555599;
	text-align:center;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	font-weight:normal;
	}	

hr {
 width:98%;
 margin-top:2px;
 margin-bottom:2px;
 background-color:#555599;
 color:#555599;
 height:2px;
}

br {
	height:1px;
}

img {
	border:0px;
	margin:0px;
}

/* Site Information/Access */

#siteinfo {
	top:10px;
	right:5px;
	width:650px;
	margin: 0px 0px 0px 0px;
	position:absolute;
	float:right;
	}

#info {
	margin:0px;
	padding: 0px 0px 0px 0px;
	}

#info li {
	margin:0px; 
	padding:0px;
	display: inline;
	list-style-type: none;
	}
	
#info a:link, #info a:visited {
	float:right;
	font-family: 'Times New Roman', 'Times', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	color:#555599;
	}

#info a:link.active, #info a:visited.active {
	color: #000;
	}

#info a:hover {
	color: #000;
	text-decoration:underline overline;
	}




/* Navigation Menu */

#navmenu {
	top:120px;
	right:5px;
	width:425px;
	margin: 0px 0px 0px 0px;
	position:absolute;
	float:right;
	}

#nav {
	margin:0px;
	padding: 0px 0px 0px 0px;
	}

#nav li {
	margin:0px; 
	padding:0px;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float:right;
	font-family: 'Times New Roman', 'Times', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	color:#555599;
	}

#nav a:link.active, #nav a:visited.active {
	color: #000;
	}

#nav a:hover {
	color: #000;
	text-decoration:underline overline;
	}	
	
	
/* Content */
	
#content{
	position:relative;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	overflow:hidden;
}	
	
/* Left Content - Primary Stuff */

#leftcontent{
	position:relative;					 
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	width:600px;
	float:left;
}

/* Right Content -  Extra Stuff */

#rightcontent{
	position:relative;
	background-color:#FFFFFF;
	margin:0px;	
	padding:0px;
	width:200px;
	float:right;
}

/* Primary Text Classes */

/* Main Content Classes (left side) */

hr.title{
	height:0.5px;
	padding:0px;
	width:95%;
	}

h1 {
	font-size:18px;
	font-family: 'Times New Roman', 'Times', sans-serif;
	text-transform:capitalize;
	letter-spacing:0.2em;
	color:#555599;
	text-align:left;
	margin-left:15px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:0px;
	line-height:110%;
	}

.normal{
	font-size:14px;
	font-family: 'Times New Roman', san-serif;
	text-transform:none;
	color:#000000;
	text-align:justify;
	margin-top:5px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
	font-weight:normal;
	}
	
/* Blog Post Classes (left side) */

.posttitle{
	font-size:24px;
	font-family: 'Courier New', monospace;
	text-transform:uppercase;
	color:#CDAE00;
	text-align:center;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	font-weight:bold;
	}
	
#postbody{
	position:relative;
	text-align:justify;
	margin:10px 10px 10px 10px;
}

img.postimg{
	border-right:3px solid #000000;
	border-bottom:3px solid #000000;
	border-top:2px solid #555599;
	border-left:2px solid #555599;
	margin-left:20px;
	margin-right:10px;
	margin-top:10px;
	float:left;
	}
	
img.postimg2{
	border-right:3px solid #000000;
	border-bottom:3px solid #000000;
	border-top:2px solid #555599;
	border-left:2px solid #555599;
	margin-left:10px;
	margin-right:20px;
	margin-top:10px;
	float:right;
	}

.postinfo{
	font-size:10px;
	font-family: 'verdana', serif;
	text-transform:uppercase;
	color:#777777;
	text-align:center;
	margin-top:5px;
	margin-bottom:1px;
	font-weight:normal;
}
.postinfo a:link{
	color:#777777;
	text-decoration:none;
	}
.postinfo a:visited{
	color:#777777;
	text-decoration:none;
	}
.postinfo a:hover{
	color:#000000;
	text-decoration:underline overline;
	font-weight:normal;
	}

img.patch{
	border-right:0;
	border-bottom:0;
	border-top:0;
	border-left:0;
	margin-left:10px;
	margin-right:10px;
	margin-top:2px;
	margin-bottom:10px;
	float:right;
	}

img.grade{
	border-right:0;
	border-bottom:0;
	border-top:0;
	border-left:0;
	margin-left:10px;
	margin-right:10px;
	margin-top:2px;
	margin-bottom:10px;
	float:right;
	}

.titletext{
	font-size:14px;
	font-family: 'times new roman', serif;
	color:#000000;
	text-align:justify;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-family: 'georgia', 'times new roman', serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	color:#CDAE00;
	text-align:center;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:90%;
	}
h3 a:link{
	color:#CDAE00;
	text-decoration:none;
	}
h3 a:visited{
	color:#CDAE00;
	text-decoration:none;
	}
h3 a:hover{
	color:#000000;
	text-decoration:underline overline;
	font-weight:bold;
	}
	
h4 {
	font-size:10px;
	font-family: 'verdana', serif;
	text-transform:uppercase;
	color:#777777;
	text-align:center;
	margin-top:5px;
	margin-bottom:1px;
	font-weight:normal;
}
h4 a:link{
	color:#777777;
	text-decoration:none;
	}
h4 a:visited{
	color:#777777;
	text-decoration:none;
	}
h4 a:hover{
	color:#000000;
	text-decoration:underline overline;
	font-weight:normal;
	}
	
/* Secondary Content Classes (right side) */


img.sidetitle{
	border:0px;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	margin-bottom:0px;
	padding:0px;
}

#sidelist li {
	margin: 2px 10px 2px 0px; 
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}
#sidelist a:link, #sidelist a:visited {
	float:right;
	font-family: 'Times New Roman', 'Times', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color:#555599;
	}
#sidelist a:link.active, #sidelist a:visited.active {
	color: #000;
	}
#sidelist a:hover {
	color: #000;
	text-decoration:underline overline;
	}

.sidetext{
	font-size:14px;
	line-height:16px;
	margin: 2px 10px 2px 0px; 
	padding: 7.5px 0px 0px 7.5px;
	font-family: 'times new roman', serif;
	color:#000000;
	text-align:center;
	font-weight:bold;
	}