/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

a:focus
{
	outline: 1px dotted;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 10px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

blockquote {
	font-size: 13px;
	color:#FFF;
	text-align:right;
	line-height:1;
	margin-top: 6px;
	margin-right: 10px;
}
#footer #footerleft a{
	color:	#000;
	text-decoration:none;
	font-weight:bold;
}

#footer #footerleft a:hover{
	color:	#162478;
	text-decoration:underline;
	font-weight:bold;
}

#footer #footerright a{
	color:	#000;
	text-decoration:none;
	font-weight:bold;
}

#footer #footerright a:hover{
	color:	#162478;
	text-decoration:underline;
	font-weight:bold;
}
#content ul {
	list-style-image: url(../images/dot.gif);
	list-style-type: none;
	list-style-position: outside;
	display: block;
	vertical-align: middle;
	margin-left: 50px;
}

#content #rightpanel p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a  {
	font-weight: bold;
	color: #242975;
	text-decoration: underline;
}

#content #rightpanel p a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
#container #content .quotes blockquote {
	height: 40px;
	width: 760px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
