﻿/* CSS layout */
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: 0099FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
#container {
	background: url(../images/content-bg.gif) repeat-y;
	width: 928px;
	min-height: 950px;
	height: auto !important;
}
.h3 {
	width: 380px;
}
.title {
	width:500px;
}
.titlesection {
	color:#666699;
	margin: 10px,10px,5px,10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:2.2em;
	padding:35px 0px 10px 0px;
	width:500px;
}
.titlepar {
	padding: 10px 10px 0px 5px;
	text-decoration: none;
	font-size:medium;
	font-weight: bold;
	color: #498DBE;
	width:380px;
}
.ptxt {
	margin:0px 0px 0px 0px;
	padding: 5px 10px 0px 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	width:450px;
}
.ptxt2 {
	margin:0px 0px 0px 0px;
	padding: 5px 10px 0px 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	width: 420px;
}
.caption {
	font-size:1.2em;
	line-height:normal;
}
.img1 {
	border-width: 4px;
	margin:2px 4px 2px 4px;
	padding:10px,14px,10px,14px;
	text-align:right;
}
#banner {
	background:url('../images/header-bg.gif') repeat-y;
	height: 251px;
	position: relative;
	color:white;
}
.banner-text {
	margin: 0 0 0 30px;
	text-align:left;
	font-size:1.3em;
}
#rightcontent {
	padding-left: 0px;
}
#rightpictures {
	position:absolute;
	text-align:right;
	top:425px;
	padding: 30px 10px 30px 0px;
	float:right;
	margin-left:670px;
	margin-right:0px;
	width: 215px;
	}
