img { border : none; }

h1 { 
	color				: #A41B22;
}
h2 { 
	color				: #A41B22;
}
h3 { 
	font-size			: 12px;
	color				: #A41B22;
	line-height			: 15px;
	margin-bottom		: 4px;
}

.maintext {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11.3px;
	line-height			: 17px;
	color				: #666666;
}

.pagetitle {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	line-height			: 17px;
	margin-bottom		: 6px;
	color				: #26678F;
}

.abstract {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: normal;
	line-height			: 17px;
	color				: #26678F;
	margin-bottom		: 6px;
}

.inlinehighlight {
	padding				: 10px;
	background-color	: #EAEFE9; 
	color				: #25678F;
}


.paraheader {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11.3px;
	font-weight			: bold;
	line-height			: 17px;
}

.listindent {
	padding-left		: 20px;
}

.leftSideBox {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 9px;
	font-weight			: normal;
	font-size			: 11.49px;
	font-style			: normal;
	font-variant		: normal;
	text-transform		: none;
	text-align			: left;
	line-height			: normal;
	background-color	: #DAE3D8; 
	color				: #000000;
	padding				: 2px;
}
a.leftSideBox:link		{ text-decoration: none; font-weight: bold; color: #25678F; }
a.leftSideBox:active	{ text-decoration: none; font-weight: bold; color: #25678F; }
a.leftSideBox:visited	{ text-decoration: none; font-weight: bold; color: #25678F; }
a.leftSideBox:hover		{ text-decoration: underline; font-weight: bold; color: #25678F; }

.rightSideBox {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11.49px;
	font-style			: normal;
	font-variant		: normal;
	font-weight			: bold;
	text-transform		: none;
	line-height			: normal;
	width				: 151px;
	margin-bottom		: 6px;
}

.rightSideHeader {
	background-color	: #A41B22; 
	color				: #FFFFFF;
	height				: 22px;
	height				: 22px;
	padding-left		: 14px;
	padding-top			: 10px;
	margin-bottom		: 2px;
}

.rightSideLinks {
	background-color	: #EEEEEE; 
	color				: #A41B22;
	height				: 22px;
	padding-left		: 14px;
	padding-top			: 10px;
}

.rightSideContent {
	background-color	: #FFFFFF; 
	color				: #A41B22;
	padding				: 14px;
	font-weight			: normal;
	border				: solid 1px #A41B22;
}

a.rightSideBoxText:link		{ text-decoration: none; font-weight: bold; color: #A41B22; }
a.rightSideBoxText:active	{ text-decoration: none; font-weight: bold; color: #A41B22; }
a.rightSideBoxText:visited	{ text-decoration: none; font-weight: bold; color: #A41B22; }
a.rightSideBoxText:hover	{ text-decoration: underline; font-weight: bold; color: #A41B22; }

hr {
	color				: #CCCCCC;
	width				: 100%;
	height				: 1px;
	padding				: 0px;
	margin				: 0px;
}

.rightindent {
	padding-left		: 10px;
}
	
.news {
	margin-bottom		: 20px;
}

.news_title {
	font-size			: 11px;
	font-weight			: bold;
}
.news_date {
	font-weight			: bold;
	margin-bottom		: 10px;
}

li {

	padding				: 3px;	
}

/*
FOOTER STYLES
*/

.footerText {
	position			: relative; 
	color				: #666666;
}
a.footerText:link		{ text-decoration: none; }
a.footerText:active		{ text-decoration: none; }
a.footerText:visited	{ text-decoration: none; }
a.footerText:hover		{ text-decoration: underline; }

.footerLinks {
	height				: 24px;
	background-color	: #DCDFE4;
	padding-top			: 4px;
	text-align			: center;
}

.footerAddress {
	margin-top			: 10px;
	text-align			: center;
	color				: #AAAAAA;
}

/*
TABLE STYLES
*/

table.contenttable { 
	empty-cells			: show;
	border-collapse		: collapse;
	border-spacing		: 0px;
	background-color	: #FFFFFF;	
	color				: #45556E;
	width				: 100%;
}
table.contenttable td { 
	padding				: 2px 2px 2px 4px; 
	border				: solid 1px #F1E9CD; 
}

table.contenttable td.right { 
	text-align			: right; 
} 

table.contenttable tr.rowHeader { 
	font-weight			: bold;
	background-color	: #F1E9CD;
	color				: #BA9000;
	height				: 20px;
}
table.contenttable tr.rowLight	{ background-color: #FFFFFF; }
table.contenttable tr.rowDark	{ background-color: #FFFFEE; }
