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

html {
	/*background-image: url(../images/background_tile.gif);*/
	/*background-position: center;*/
	/*background-repeat: repeat-y;*/
	height: 100%;
	width: 100%;

}
body {
	height: 100%;
	width: 100%;
}
body>table {
	height: 100%;
	width: 100%;
}
p {
	margin-bottom: 0.65em;
}
#main_content {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 20px;
	background-image: url(../images/centre_shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding-top: .65em;
	padding-bottom: 0.65em;
	color: #4C7CB4;
}	
h1 {
	font-size: 2em;
	font-weight: normal;
	color: #666666;
}
h2 {
	font-size: 1.2em;
	letter-spacing: .15em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	color: #666666;
	font-weight: bold;
}
li {
	/*padding-left: 2em;*/
	list-style: disc;
}
ul {
	margin-bottom: 0.65em;
	margin-left: 0.5em;
}
#footer {
	margin-top: 30px;
	font-size: .8em;
	color: #999999;
}
#footer a {
	color: #0099FF;
	text-decoration: none;	
}
#footer a:hover {
	text-decoration: underline;
}
.table_standard {
	margin-bottom: 0.65em;
	color: #CCCCCC;
}
.table_standard td {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.cell_rightalign {
	color: #5A658C;
	background-color: #CCECF9;
	text-align: right;
}
.cell_rightalign_2 {
	color: #5A658C;
	background-color: #aacddb;
	text-align: right;
}
.cell_head {
	color: #666666;
	background-color: #CCCCCC;
}
.cell_head_2 {
	color: #FFFFFF;
	background-color: #9f9f9f;
}
.cell_standard {
	color: #5A658C;
	background-color: #CCECF9;
}
.cell_standard_2 {
	color: #5A658C;
	background-color: #aacddb;
}
.cell_standard a {
	color: #5A658C;
	text-decoration: none;
}
.cell_standard a:hover {
	color: #5A658C;
	text-decoration: underline;
}
.image_right {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}
.image_left {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.sidebar_info_cell {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}
.sidebar_info_cell a {
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar_info_cell a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.mini_nav {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #5A658C;
	margin-bottom: 2em;
	padding: 5px;
	background-color: #e5e5e5;
}
.mini_nav a {
	color: #5A658C;
	text-decoration: none;
}
.mini_nav a:hover {
	color: #5A658C;
	text-decoration: underline;
}
