
html, body, h2, h3, h4, div, p, ul, li, input {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: x-small;
}


body
{
	background-color: #cccccc;
	margin: 0px auto;
	padding: 0px;

}

h6{	
	text-align:left;
	margin:10px;
	font-weight: bold;
	color:red;
}

hr.article
{
	background: #5C7A92; 
	border: 0;
	color:#5C7A92;
	height:1px;
}


a.swapped:link, a.swapped:visited { 
	display:block; /*allows width and height settings to apply*/ 
	width: 50px; /*match to width of the image*/ 
	line-height: 50px; /*match to height of the image*/ 
	text-indent:-100.0em; /*moves the text off screen*/ 
	text-decoration:none; /*removes the underline*/ 
	background:url(images/bl_link.gif) no-repeat; /*sets the unmoused image*/ 
} 

a.swapped:link:hover, a.swapped:visited:hover { 
	background:url(images/bl_link_hover.gif) no-repeat; /*changes to the moused image on hover*/ 
} 

a.headerlink{
	color:#5C7A92;
	text-decoration:none;
}
a.headerlink:hover{
	color:#5C7A92;
	text-decoration:underline;
}


a{
	color:#9C659C;
	text-decoration:none;
}
a:hover{
	color:#9C659C;
	text-decoration:underline;
}

div.outer
{	
	border: 0px solid #FFF;
	width: 800px;
	background: #E8E8E8;
	border-left: 1px solid black; 
	border-right: 1px solid black; 
	height:95%;  
	margin: 10px auto;
}
div.content {
	border: 0px solid #FFF;
	width: 750px;
	margin: 0px auto;
}
div.logo
{
	width: 750px;
	height: 100px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/logo.jpg) no-repeat;
}
blockquote{
	position: relative;
	width: 300px;
	left: 15%;
	right: 10%;
	top: 30px; 
	color: white;
	font-style: italic;
	margin: 0px auto;

}

div.menu {	
	margin: 0px auto;
	position:relative;
	text-align:right;
	width: 100%;
	background: #5C7A92;
}

#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0px 5px 0px 15px;
	border-right: 2px solid #fff;
	list-style: none;
	display: inline;
}
#tabs ul li.current {
	border-bottom: 1px solid #ffc;
	list-style: none;
	display: inline;
	background: #283A91;	
}
#tabs a{
	color: white;
	text-decoration: none;
}
#tabs a:hover{
	text-decoration: underline;
}

p{
margin-left: 5px;
}

p.error{
	color:red;
	margin:0px auto;
	margin-left:60px;
}

div.main{
	position: relative;
	background-color: white;
	border-width:thin;
	border-style: solid;
	border-color: #5C7A92;
	height: 50%;
	margin: 0px auto;	
	padding-bottom: 10%;
}

p.additem{
	width: 100%;
	text-align:right;
	margin: 0px auto;
}
a.addlink{
	display:block; /*allows width and height settings to apply*/ 
	width: 25px; /*match to width of the image*/ 
	height: 25px; /*match to height of the image*/ 
	text-indent:-100.0em; /*moves the text off screen*/ 
	text-decoration:none; /*removes the underline*/ 
	background:url(images/bl_plus.gif) no-repeat; /*sets the unmoused image*/ 
}

div.article{
	position: relative;
	width: 80%;
	border-width:thin;
	border-style: solid;
	border-color: #5C7A92;
	margin: 10px auto;
}
p.datetime{
	text-align: right;
	margin:0px auto;
	width:100%;
	color:red;	
	

}
p.header{
	color:#5C7A92;
	margin:0px auto;
	margin-left:60px;

}
p.frontheader{
	color:green;
	margin-left:5px;
}
p.link{
	color:blue;
	position: absolute;
	margin:0px auto;
}
p.article{
	color:#5C7A92;
	margin-top:30px;

}
p.comments{
	color:black;
	margin-top:0px;
}

ul{
	color:#5C7A92;
}

div.myComments{	
}

p.quicklink{
}

a.quicklink{
	color: #9C659C;
}

div.artnav
{
	position: relative;
	width: 85%;	
	margin: 10px auto;
}

a.prev{
	color: #9C659C;
	margin-left:5%;
}
a.next{
	color: #9C659C;	
	margin-left:75%;
}

a.prevno{
	text-decoration: line-through;
	color: #9C659C;
	margin-left:5%;
}
a.nextno{
	text-decoration: line-through;
	color: #9C659C;	
	margin-left:75%;
}


p.articlefoot{
	color:black;
}

div.foot{
}

div.copyright{
	width: 750px;
	text-align:center;
	margin: 10px;
	margin: 0px auto;
}

#copyright a{
	color: #9C659C;
	text-decoration: none;
}
#copyright a:hover{
	color: #5C7A92;
	text-decoration: underline;
}

div.googleads{
	background-color: #5C7A92;
	text-align:center;
}

div.googleadsff{
	background-color: #E8E8E8;
	text-align:center;
	padding-top: 5px;
}


p.score{
	font-size: 18px;
}

a.manuf{
	font-size: 14px;
	color: #5C7A92;
	text-decoration: underline;
}