/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #395E73;
	margin: 0px;
	padding: 0px;

}
#header {
	height: 126px;
	width: 100%;
	background-image: url(../images/line-dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3E3EC;



}
#navigation {
	width: 235px;
	background-image: url(../images/nav-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation P {
	font-size: 10px;
	padding-left: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;


}
#navigation a {
	color: #004964;
	text-decoration: none;


}
#navigation a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#navigation .active {
	color: #FF6600;
}
#page {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#F47936;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#D3E3EC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	background-image: url(../images/scroll-track.gif);
	background-repeat: repeat-y;
	background-position: right top;
	height: 100%;
}
#page h1{
	font-size: 24px;
	font-weight: normal;
	color: #197B8D;
	margin-top: 0px;
	padding-top: 0px;


}
#page h2{
	font-size: 18px;
	font-weight: normal;
	color: #F47936;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;


}
#page h3{
	font-size: 18px;
	font-weight: normal;
}
#page h4{
	font-size: 13px;
	font-weight: bold;
	color: #F47936;
	line-height: 20px;
}
#page p{
	font-size: 13px;
	line-height: 20px;
}
#page a {
	color: #27888F;


}
#page a:hover {
	color: #FF9900;


}
#page td{
}

#page ul {
	font-size: 13px;
	line-height: 20px;
}
#seminarbutton
{
	color: #395E73;
	background-color: #E7F1FF;

}
#col {
	width: 42px;
	background-color: #CCCCCC;


}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #32ACB6;
	font-size: 20px;
	background-color: #004964;
	text-align: center;
	vertical-align: middle;
	height: 46px;
	width: 100%;
	font-weight: normal;
	letter-spacing: 5pt;
	padding-top: 10px;


}
.phone {
	font-size: 18px;
	color: #004964;
	letter-spacing: 2px;
	text-align: right;
	position: absolute;
	top: 42px;
	right: 10px;
}
.hide {
	display: none;
}
