@charset "utf-8";
#aboutTable {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
}
.border-bottom-dashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#aboutTable p {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
a {
	color: #056ABA;
	text-decoration: underline;
}
a:hover {
	color: #F30010;
	text-decoration: underline;
}


/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/concept1_bg.jpg);
	background-repeat: repeat-x;
	background-color: #373737;
	font-family: Arial, Helvetica, sans-serif;
}
#contentLeft li {
	font-size: 0.70em;
	line-height: 1.4em;
	color: #056BAD;
	font-weight: bold;
	margin-bottom: 0.75em;
}
#logo-print{ display:none}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	height: 37px;
	background-image: url(images/nav_bg.jpg);
	padding-left: 40px;
	float: left;
	width: 910px;
}
#content {
	float: left;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
ul {
	padding-left: 20px;
	padding-bottom: 20px;
}

#contentLeft {
	width: 480px;
	float: left;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#contentRight {
	float: right;
	width: 355px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
p {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	margin-bottom: 1.5em;
}
h2 {
	color: #056ABA;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
}
h1 {
	color: #0A5191;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 0.75em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/h1-arrow.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#footer {
	float: left;
	width: 950px;
	height: 35px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}
* {
	margin: 0px;
	padding: 0px;
}
#footer p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 10px;
	padding-left: 30px;
	margin: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#contact #contentRight {
	float: right;
	width: 355px;
	padding-right: 30px;
	padding-bottom: 15px;
}

