img { border : none; }

.borderedImage { 
	padding				: 2px;
	background-color	: #FFFFFF;
	border				: solid #E0DCB6 1px;
}

#pageTitle {
	font-family			: "Arial", serif;
	font-size			: 24px;
	font-weight			: normal;
	color				: #F36527;
	color				: #000000;
	margin				: 10px 0px 30px 0px;
}
.contentTitle {
	font-family			: "Arial", serif;
	font-size			: 20px;
	font-weight			: normal;
	line-height			: 30px;
	color				: #5593CC;
}
.contentBrief {
	font-family			: "Arial", serif;
	font-size			: 12px;
	color				: #000000;
}



h1 {
	font-family			: "Arial", serif;
	font-size			: 24px;
	font-weight			: normal;
	color				: #F36527;
}
h2 {
	font-family			: "Arial", serif;
	font-size			: 18px;
	font-weight			: normal;
	color				: #5593CC;
}
h3 {
	font-family			: "Arial", serif;
	font-size			: 12px;
	color				: #5593CC;
}

.maintext {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11.3px;
	line-height			: 17px;
	color				: #798288;
}
a.maintext:link			{ text-decoration: underline; color: #0000FF; }
a.maintext:active		{ text-decoration: underline; color: #0000FF; }
a.maintext:visited		{ text-decoration: underline; color: #0000FF; }
a.maintext:hover		{ text-decoration: none; color: #FFFFFF; background-color: #0000FF; }

.abstract {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	line-height			: 17px;
	color				: #003A63;
	margin-bottom		: 6px;
}

.inlineHighlight {
	padding				: 10px;
	background-color	: #EAEFE9; 
	color				: #25678F;
}

.quote {
	padding				: 10px;
	background-color	: #EAEFE9; 
	color				: #25678F;
}
.quoteText {
	font-style			: italic;
	margin-bottom		: 10px;
}
.quoteByline {
	font-weight			: bold;
}



#stripTitle {
	position			: absolute;
	left				: 42px;
	top					: 19px;
	font-family			: "Arial", serif;
	font-size			: 18px;
	font-weight			: normal;
	margin				: 0px 0px 0px 0px;
	color				: #5593CC;
}



.paraheader {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11.3px;
	font-weight			: bold;
	line-height			: 17px;
}

.listindent {
	padding-left		: 20px;
}

#leftMenuContainer {
	background-color	: #DFDFDF;
	background-image	: url("../../../assets/images/common/left_menu_footer.jpg");
	background-repeat	: no-repeat;
	background-position	: bottom;
	padding-bottom		: 200px;
}

.leftMenuBox {
	position			: relative;
	color				: #003A63;
	padding				: 0px 14px 10px 0px;
	background-image	: url("../../../assets/images/menu/bullet_blank.gif");
	background-repeat	: repeat-y;
	background-position	: left;
	border				: solid red 0px;
}

.leftMenuBoxItem {
	min-height			: 26px;
	padding				: 4px 0px 0px 56px;
	border				: solid blue 0px;
}

.leftMenuBoxBullet {
	background-image	: url("../../../assets/images/menu/bullet.gif");
	background-position	: top left;
	background-repeat	: no-repeat;
	color				: #F36527;
}

.leftMenuBoxText {
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: bold;
	font-size			: 12px;
}
a.leftMenuBoxText:link		{ text-decoration: none; font-weight: bold; color: #000000; }
a.leftMenuBoxText:active	{ text-decoration: none; font-weight: bold; color: #000000; }
a.leftMenuBoxText:visited	{ text-decoration: none; font-weight: bold; color: #000000; }
a.leftMenuBoxText:hover		{ text-decoration: underline; font-weight: bold; color: #F36527; }

#leftContentHeader {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 14px;
	font-weight			: normal;
	padding-top			: 8px;
	padding-left		: 26px;
	margin-bottom		: 0px;
	height				: 27px;
	border-bottom		: solid #FFFFFF 1px;
	color				: #FFFFFF; 
	background-color	: #595829; 
}
.leftContentBox {
	color				: #666666;
	background-color	: #E8E7DE;
	height				: 100px;
	padding				: 8px 8px 2px 27px;
}
.leftContentTitle {
	font-weight			: bold;
	color				: #003A63;
}



.rightSideBox {
	margin				: 0px;
	padding				: 76px 14px 40px 20px;	
	background-image	: url("../../../assets/images/common/right_menu_header.jpg");
	background-repeat	: no-repeat;
	background-position	: top;
}
.rightSideBoxText {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 9px;
	font-weight			: normal;
	font-size			: 11.49px;
	text-align			: left;
}
a.rightSideBoxText:link		{ text-decoration: none; font-weight: normal; color: #595829; }
a.rightSideBoxText:active	{ text-decoration: none; font-weight: normal; color: #595829; }
a.rightSideBoxText:visited	{ text-decoration: none; font-weight: normal; color: #595829; }
a.rightSideBoxText:hover	{ text-decoration: underline; font-weight: normal; color: #595829; }

.rightSideLinks {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: normal;
	font-style			: normal;
	font-variant		: normal;
	color				: #333333;
	line-height			: 12px;
	padding				: 0px;
	text-align			: left;
	margin				: 0px;
}

.news {
	margin-bottom		: 20px;
}

.newsTitle {
	font-size			: 11px;
	font-weight			: normal;
}
.newsDate {
	font-weight			: normal;
	margin-bottom		: 10px;
}
a.news:link		{ text-decoration: underline; font-weight: normal; color: #26678F; }
a.news:active	{ text-decoration: underline; font-weight: normal; color: #25678F; }
a.news:visited	{ text-decoration: underline; font-weight: normal; color: #25678F; }
a.news:hover	{ text-decoration: underline; font-weight: normal; color: #7CB044; }

li {
	padding				: 3px;	
}

.marginAnchorTopLeft { 
	float				: left;
	text-align			: center;
	margin				: 0px 20px 10px 0px;
}

.marginAnchorTopRight { 
	float				: right;
	text-align			: center;
	margin				: 0px 0px 10px 20px;
}

/* BREADCRUMBS */

#breadcrumbContainer {
	width				: 580px;
	height				: 20px;
	padding				: 6px 0px 6px 10px;
	margin				: 38px 0px 10px 0px;
	color				: #FFFFFF;
	background-color	: #B3B092;
}
a.breadcrumbText:link	{ text-decoration: underline; color: #FFFFFF; }
a.breadcrumbText:active	{ text-decoration: underline; color: #FFFFFF; }
a.breadcrumbText:visited{ text-decoration: underline; color: #FFFFFF; }
a.breadcrumbText:hover	{ text-decoration: underline; color: #003A63; }


div#breadcrumbs {
	float				: left;
	position			: relative;
	width				: 99%;
	margin				: 0;
	padding				: 0;
}
div#breadcrumbs ul {
	padding				: 0;
	margin				: 0px 0 0 0;
}
div#breadcrumbs li.first_cell {
	float				: left;
	position			: relative; 
	list-style-type		: none;
	background			: none;
	padding				: 0;	
}
div#breadcrumbs li {
	float				: left;
	position			: relative; 
	list-style-type		: none;
	background			: url(../../../assets/images/common/breadcrumb_image.jpg) no-repeat;
	background-position	: 0px 6px;
	padding				: 0 0 0 12px;	
}
div#breadcrumbs a {
	display				: block;	
	text-decoration		: underline;
	padding				: 0 8px 0 0;
}
div#breadcrumbs a:hover {
	text-decoration		: underline;
}


/* CONNECTED CONTENT BOX */

.connectedContentContainer {
	margin-top			: 20px;
	margin-bottom		: 20px;
	padding-top			: 10px;
	border-top			: solid #CCCCCC 1px;
}


/* TABLE DEFINITIONS */

table.contentTable { 
	width				: 100%;
	empty-cells			: show;
	border-collapse		: collapse;
	border-spacing		: 10px;
	color				: #333333;
}
table.contentTable td { 
	padding				: 4px 4px 4px 6px; 
	border				: solid 4px #CCCCCC; 
	margin				: 10px; 
}
table.contentTable td.label		{ font-weight: bold; }
table.contentTable tr.rowHead	{ font-weight: bold; background-color: #999999; color: #FFFFFF; height: 20px; }
table.contentTable tr.rowGrey	{ font-weight: bold; background-color: #798289; color: #FFFFFF; height: 20px; }
table.contentTable tr.rowLight	{ background-color: #EEEEEE; }
table.contentTable tr.rowDark	{ background-color: #DDDDDD; }

