/* CSS Document */
body,
html {
	margin:0;
	background:#F4F5FA;
	color:#000;
	min-width:745px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
    }
div.container {
	width:780px;
	line-height:normal;
	background-color: #FFF;
	margin: auto;
	border-top: 1px #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #000000;
}
div.top {
	background-image: url(../images/topwhite.jpg);
	border: #FFFFFF;
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
}
div.header {
	color:#000099;
	background-color: #F4F4F4;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}
.taglline {
	color: #008;
	background: #EAEAEA;
	text-align: center;
	clear: both;
	border-top: thin solid #008;
	font-style: oblique;
	font-size: 14px;
	padding: 3px;
	font-weight: 400;
	text-transform: capitalize;
}
div.navigation {
	background-color: #000066;
	height: 33px;
	border-top: 2px solid #9EA8E9;
	border-right: 2px #9EA8E9;
	border-bottom: 2px solid #D3DAF5;
	border-left: 2px #9EA8E9;
	clear: both;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
div.toolbar {
	background-color: #AAAEDF;
	margin: 1px 1px 0px;
	border: 1px solid #AAAEDF;
	float: left;
	padding: 3px;
	letter-spacing: 1px;
	font-style: italic;
	height: 26px;
	font-weight: 600;
}
div.content {
	background-color: #FFFFFF;
	margin: 4 11px 7px;
	min-height:303px;
	font-style: italic;
	color: #000000;
	padding: 11px;
	clear: both;
	height: auto;
	line-height: 1.6em;
}
.container .content #faq_title {
	font-size: 1em;
	font-weight: bold;
}
.container .content #faq_content {
	font-size: 0.8em;
	position: fixed;
}
div.left {
	height: 100%;
	padding: 4px;
	text-align: center;
	border-top-color: #333333;
	background-color: #EAEAEA;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	width: 40%;
	float: left;
	margin-bottom: 20px;
}
div.right {
	float: right;
	height: auto;
	width: 57%;
	padding: 22px 3px 7px;
	margin: 0px;
	border-top: thin solid #888;
	border-right: thin solid #888;
}
.leader {
	font-size: 100%;
	font-weight: bold;
	color: #006;
}
div.navbtm {
	background-color: #EAEAEA;
	padding: 4px;
	height: 22px;
	clear: both;
	border-top: 1px solid #008;
	border-right: #008;
	border-bottom: #008;
	border-left: #008;
	text-align: center;
	float: none;
}
.container .content #TSAccordion1 {
	clear: both;
	margin: 0px;
	padding: 0px;
}
div.footer {
	color:#888;
	border-bottom-color: #D3DAF5;
	font-size: x-small;
	text-align: right;
	clear: both;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-top-color: #D3DAF5;
	border-right-color: #D3DAF5;
	border-left-color: #D3DAF5;
	background-image: url(../images/bshadow.jpg);
	padding: 4px 4px 0px;
	background-repeat: repeat-x;
	height: 20px;
}
.leftfooter {
	text-align: left;
	clear: left;
	float: left;
}
.rightfooter {
	text-align: right;
	float: right;
	margin-right: 3px;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-top-color: #555;
	border-left-color: #555;
	padding-right: 3px;
	padding-bottom: 1px;
}
h1 {
	font-size: 160%;
	color: #000099;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h2 {
	font-size: 111%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding: 0px;
	margin: 3px;
	color: #000099;
}
h3 {
	font-size: 95%;
	color: #000099;
	width: auto;
	font-style: italic;
	margin: 4px;
	padding: 4px;
}
h4 {
	font-variant: small-caps;
}
h5 {
	font-size: 90%;
	font-weight: normal;
	color: #000099;
}
h6 {
	color: #000099;
	font-size: 95%;
}
a {
	color: #000099;
	text-decoration: none;
}
.links {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 90%;
	color: #FFFFFF;
}
a:visited {
	color: #4750BC;
}
a:hover{
	color: #00E;
}.border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336699;
	padding: 22px;
}
.border2 {
	padding: 11px;
	border-top: 1px #00008F;
	border-right: 1px;
	border-bottom: 1px solid;
	border-left: 1px;
	background-color: #FFFFFF;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	border-right: 1px solid #CCCC99;
	text-decoration: none;
	line-height: 22px;
}
ol {
	line-height: 22px;
	list-style-type: disc;
	list-style-position: outside;
}
.left-align {
	float:left;
	height: 100%;
	padding: 7px;
	text-align: left;
	border-top-color: #AAA;
	border-bottom-color: #AAA;
	border-left-color: #AAA;
	clear: right;
	width: 65%;
	margin: 33px 4px;
	border-right: 1px solid #AAA;
}
.right-images {
	text-align: center;
	float: right;
	padding: 4px;
	height: auto;
	width: 190px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px #444;
	border-left: 1px #444;
	margin: 22px 22px 22px 11px;
	background: #EAEAEA;
	clear: right;
}
.contact-btm {
	text-align: center;
	clear: both;
	color: #008;
	font-style: oblique;
	font-size: 11pt;
	font-weight: 500;
	background: #EAEAEA;
	border-bottom: thin solid #007;
	padding-top: 3pt;
	padding-bottom: 4pt;
}
.smbold {
	font-size: 14px;
}
.wsgallery {
	text-align: center;
	margin: 3px;
	padding: 3px;
	clear: both;
	border: thin inset #9FF;
	background: #EAEAEA;
}

