﻿/* CSS layout */
#container a:link {
	color:blue;
	font-weight:normal;
	text-decoration: underline;
}
#container a:visited {
	color:#0099FF;
	text-decoration: none;
}
#container a:hover {
	color: white;
	background: navy;
	text-decoration: none;
	font-weight:normal;
}
#container a:active {
	color: navy;
	font-weight:bold;
	background: white;
	text-decoration: none;
}
.banner-text {
	color:black;
	font-weight:bold ;
	font-family:"Trebuchet MS";
}
#container {
	background: url('../images/content-bg.gif') repeat-y;
	width: 928px;
	min-height: 500px;
	height: auto !important;
}
#rightcontent {
	margin:auto;

}
h2 { 
	width:700px;
}
.titlesection {
	color:#666699;
	margin: 10px,0px,5px,10px;
	padding: 30px 10px 0px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:x-large;
}
.titlepar {
	text-decoration: none;
	font-size:medium;
	font-weight: bold;
	color: #498DBE;
	padding: 0px 10px 0px 0px;
}
.ptxt {
	padding: 20px 20px 10px 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant:inherit;
	font-size: small;
	font-weight: normal;
	font-style: inherit;
	line-height:normal;
	color:black;
	border:gray 1px ridge;
	width:500px;
}
.litxt {
	margin:0px 0px 10px 10px;
	padding: 0px 5px 5px 5px;
	text-align:left;
	vertical-align:super;
	list-style-type:disc;
	list-style-position:outside;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant:inherit;
	font-size: small;
	font-weight: normal;
	font-style: inherit;
	line-height:normal;
	color:black;
	border: none;
	width:500px;
	
}

.ttxt {
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	color:black;
	border:gray 1px ridge;
	width:700px;
}

.img1 {
	border-width: 4px;
	margin:2px 4px 2px 4px;
	padding:10px,14px,10px,14px;
}
#banner {
	background:grey;
	height: 179px;
	position: relative;
}
}
#rightcontent {
	padding-left: 0px;
}
#rightpictures {
	position:absolute;
	text-align:right;
	top:400px;
	padding: 20px 0px;
	float:right;
	margin-left:670px;
	margin-right:0px;
	width: 250px;
	}

