@charset "UTF-8";
/* CSS Document */

/* GLOBAL STYLES */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#361163;
	text-decoration:underline;
	outline:none;
}

a img {
	border:0px;
	text-decoration:none;
	outline:none;
}

div#topmenu a {
	text-decoration:none;
}

#bottommenu a, #search_results a {
	text-decoration:none;
}

#search_header, #submenu a, #breadcrumb a, li.mainlevel-bottommenu#bottommenu_top a, #footer a {
	color:#004268;
	text-decoration:none;
}

a:hover {
	color:#5c2d91;
	text-decoration:underline;
}

div#topmenu a:hover, #submenu a:hover, #breadcrumb a:hover, #bottommenu a:hover, #footer a:hover, #search_results a:hover {
	text-decoration:underline;
}

a#active_menu, li.mainlevel-bottommenu a {
	color:#8a8a8a;
}

p, ul, ol {
	margin-bottom:10px;
}

.small {
	font-size:10px;
}
.smaller {
	font-size:9px;
}

/* MARGIN BOTTOM */

.b0 {
	margin-bottom:0px;
}

.b1 {
	margin-bottom:1px;
}

.b2 {
	margin-bottom:2px;
}

.b3 {
	margin-bottom:3px;
}

.b4 {
	margin-bottom:4px;
}

.b5 {
	margin-bottom:5px;
}

.b6 {
	margin-bottom:6px;
}

.b7 {
	margin-bottom:7px;
}

.b8 {
	margin-bottom:8px;
}

.b9 {
	margin-bottom:9px;
}

.b10 {
	margin-bottom:10px;
}

.b20 {
	margin-bottom:20px;
}

/* MARGIN TOP */

.t0 {
	margin-top:0px;
}

.t1 {
	margin-top:1px;
}

.t2 {
	margin-top:2px;
}

.t3 {
	margin-top:3px;
}

.t4 {
	margin-top:4px;
}

.t5 {
	margin-top:5px;
}

.t6 {
	margin-top:6px;
}

.t7 {
	margin-top:7px;
}

.t8 {
	margin-top:8px;
}

.t9 {
	margin-top:9px;
}

.t10 {
	margin-top:10px;
	background-color:#FF0000;
}

.t20 {
	margin-top:20px;
}

.footer {
	color:#8A8A8A;
	font-size:10px;
}
.footer p {
	text-align:center;
}

/* SUB MENU */

li.mainlevel-submenu a#active_menu {
	color:#7AC2C0;
}

/* SEARCH RESULTS */

.search_result_title {
	font-size:16px;
	font-weight:bold;
}

span.search_keyword {
	color:#000000;
}

div#search_page_nav, div#search_num_results {
	text-align:center;
}

div#search_header, div#search_conclusion, div#search_results {
	background-image:url(../images/titles/title_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:20px;
	padding-bottom:20px;
}

div#search_header{
	padding-bottom:0px;
}

table.contentpaneopen {
	margin-top:0px;
	width:100%;
}

td.contentheading {
	background-image:url(../images/titles/title_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:11px;
	padding-bottom:11px;
	width:100%;
	display:block;
}

p.main_heading, p.heading, td.contentheading {
	color:#004268;
	text-decoration:none;
}

p.main_heading, td.contentheading {
	font-size:28px;
	line-height:26px;
}

p.heading {
	font-size:16px;
}

p.sub_heading {
	font-weight:bold;
}

/* HIGHLIGHT SEARCH RESULT */

span.highlight {
	color:#004268;
	font-style:italic;
}



/* GRI TABLES */
.sectionHeading {
	font-family: "Universe 45 light", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004268;
}

.gri_heading {
	font-family: "Universe 45 light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #61bbc2;
}

.heading2 {
	font-family: "Universe 45 light", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004268;
}

.gri th {
	border-top: 1px solid #61bbc2;
	border-bottom: 1px solid #61bbc2;
	background-color: #eff8f9;
	font: lighter 11px "Universe 45 light", Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	vertical-align:text-top;
	padding: 5px;

}

.gri td {
	border-bottom: 1px solid #dadada;
	font: lighter 11px "Universe 45 light", Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align:text-top;
	padding: 5px;
}

.alt_row {
	background-color:#F9F9F9;
}

/* TABLES */ 

.highlight {
	color:#000000;
	font-weight:bold;
}

table.tables {
	margin-bottom:10px;
	width:100%;
}

table.tables th {
	border-top: 1px solid #61bbc2;
	border-bottom: 1px solid #61bbc2;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
}

table.tables td {
	text-align: center;
	padding: 5px;
}

table.tables .align_left {
	text-align:left;
}

/* COLORS */
.light_blue {
	color: #5c2d91;
}

.dark_blue {
	color:#004268;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

/* HORIZONTAL RULE */

hr {
	height:1px;
	background: #CCCCCC; 
  	color: #CCCCCC;
	clear: both;
	border: none;
}



