@charset "utf-8";
/* CSS Document */

body {
	background: #013777;
	font: 0.8em arial, sans-serif;
	color: #013777;
	line-height: 1.5em;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

#wrap {
	position: relative;
	width: 950px;
	padding: 0px;
	margin: 0px auto;
}

#Header {
	background: url(../images/background/header_bg.gif) no-repeat top left;
	padding-top: 26px;
	text-align: center;
	padding-bottom: 25px
}

#Logo {
	position: absolute;
	top: 51px;
	left: 44px;
}

#TopMenu {
	position: absolute;
	top: 56px;
	right: 110px;
	width: 125px;
	text-align: left
}

#TopMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1.2em
}

#TopMenu li {
	margin: 0px;
	padding: 8px 0px 3px 0px;
	background: transparent url(../images/menu_bg.png) no-repeat top left;
}

#TopMenu a:link, #TopMenu a:visited {
	padding: 5px 5px 5px 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}



#TopMenu a:hover {
	text-decoration: underline;
}

#MainContent {
	background: url(../images/background/content_head_img.gif) no-repeat center top;
	padding-left: 18px;
	padding-right: 12px;
}

#Content {
	background: url(../images/background/content_bg.gif) repeat-y top center;
	padding: 15px 25px 15px 25px;
	min-height: 510px
}

#LeftContent {
	background: #f6dbac;
	width: 632px;
	padding: 15px;
}

#ContentLibrary {
	background: #f6dbac;
	padding: 15px;
}

#RightContent {
	float: right;
	width: 205px;
}

#RightContent .ImageLrg {
	background: url(../images/background/img_border_lrg.gif) no-repeat top left;
	padding: 10px;
	margin-bottom: 5px
}

#RightContent .ImageSm {
	background: url(../images/background/img_border_sm.gif) no-repeat top left;
	padding: 10px;
	margin-bottom: 5px
}

#ContactBlock {
	color: #fff;
	background: #ee561e url(../images/background/contact_block.gif) no-repeat top center;
	width: 438px;
	margin-top: 11px;
	margin-left: 133px;
	padding: 8px;
	font-weight: bold;
	font-size: 1.2em
}

#ContactBlock a {
	color: #fff;
}

#Footer {
	background: url(../images/background/footer_bg.gif) no-repeat top center;
	margin-left: 0px;
	text-align: right;
	padding: 65px 32px 35px 15px;
	color: #fff;
	height: 95px
}

#FooterLeft {
	float: left;
	padding-left: 40px
}

#FooterRight {
	float: right;
	padding-top: 33px
}

#Downloads {
	position: absolute;
	top: auto;
	right: 36px;
	display: block;
	background: #f36a22;
	padding: 2px 10px;
	font-size: 1.2em;
	width: 163px;
	text-align: center;
	margin-top: 10px
}

#Downloads a:link, #Downloads a:visited, #Downloads a:hover {
	color: #fff;
}

/* styles */

h1 {
	font-size: 1.8em;
	padding: 38px 0px 19px 24px;
	margin: 0px
}

h2 {
	font-size: 1.4em;
	margin: 0px;
	padding: 5px 0px;
}

h3 {
	margin: 0px;
	padding: 25px 0px 5px 0px;
	color: #f36a22
}

#profile {
	font-size: 1em;
	text-align: justify
}

#profile h3, .profile h3 {
	margin: 0px;
	padding: 5px 0px 2px 0px;
	color: #f36a22
}

ul.Home {
	margin: 0px;
	padding: 10px;
	list-style: none
}

ul.Home li {
	background: url(../images/bullet_block.gif) no-repeat top left;
	padding: 0px 15px;
	margin: 0px
}

p {
	margin: 0px;
	padding: 8px 0px;
}

a:link, a:visited {
	color: #f36a22;
	text-decoration: none;
}

a:hover {
	color: #013777;
	text-decoration: underline;
}

.InputField {
	border: 1px solid #013777;
	background: #fff;
	color: #013777;
}

.Button {
	background: #f36a22;
	color: #013777;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #f36a22;
	border-right: 1px solid #f36a22;
	padding: 2px;
	font-weight: bold
}

.error {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.2em;
}

table.profile {
	margin-top: 5px;
	background: #f6dbac;
}

TABLE.data {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

TABLE.data THEAD TD {
	color: #25356A;
	font-size: 10pt;
	font-weight: bold;
	background-color: #CCCCCC;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

TABLE.data THEAD.action TD {
	/*
	override the colours for this class, 
	but leave the other setting as above
	*/
	color: #CCCCCC;
	background-color: #25356A;
}
TABLE.data TBODY TD {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;

}

TABLE.small{
	font-size: 1em;
}