/*
 *Text
 */	
h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

div#left h1
{
	font-size: 18px;
	text-transform: uppercase;
	color: #004b85;
	line-height: 30px;
	padding-bottom: 6px;
}

div#middle h1
{
	font-size: 20px;
	color: #004b85;
	line-height: 36px;
}

h2
{
	font-size: 16px;
	color: #aebcd4;
	line-height: 20px;
}

h3
{
	font-size: 12px;
	text-transform: uppercase;
	color: #004b85;
	line-height: 18px;
}

p, td, ul, ol, a, label
{
	font-size: 12px;
	line-height: 16px;
	color: #004b85;
}

a
{
	text-decoration: none;
}

	a:hover
	{
		text-decoration: underline;
	}

ul#newslist
{
	margin: 0;
	list-style: none;
}

ul#newslist li a
{
	padding-left: 14px;
	background: url(../media/img/more_icon.gif) left 3px no-repeat;
}

p.date, span.date
{
	color: #aebcd4;
}
	
a.more
{
	padding-right: 14px;
	background: url(../media/img/more_icon.gif) right 3px no-repeat;
}

a.pdf
{
	padding-left: 20px;
	background: url(../media/img/pdf_icon.gif) left no-repeat;
}

a.xsl
{
	padding-left: 20px;
	background: url(../media/img/xsl_icon.gif) left no-repeat;
}

a.doc
{
	padding-left: 20px;
	background: url(../media/img/doc_icon.gif) left no-repeat;
}

a.ppt
{
	padding-left: 20px;
	background: url(../media/img/ppt_icon.gif) left no-repeat;
}

/*Images*/
div#middle img
{
	border: 6px solid #cbd5e7;
}

img.imgleft
{
	border: 6px solid #cbd5e7;
	margin: 4px 18px 18px 0;
	float: left; 
}

img.imgright
{
	border: 6px solid #cbd5e7;
	margin: 4px 0 18px 18px;
	float: right; 
}

div#right img
{
	margin: 0 0 10px 0;
}