﻿@import url('layout.css');
@import url('header.css');
@import url('indexStyles.css');
#content p	{
	font-size: 12px;
	color: #333333;
	text-align: left;
}
#content img{
	border: 1px solid black;
	margin: 10px 10px 10px 0px;
}
#content img.left {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
}
#content img.right {
	float: right;
	background-color: pink;
}
#content ul {
	padding: 0px;
	width: 650px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	list-style-type: none;
}
#content li {
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
}
#content #captionL {
	float: left;
	clear: both;
	width: 250px;
	height: 40px;
	font-size: 9px;
	color: #333333;
	text-align: center;
	margin-left: 20px;
}
#content #captionR {
	float: Right;
	clear: both;
	width: 300px;
	height: 40px;
	font-size: 9px;
	color: #333333;
	text-align: center;
}
.grit {
	width: 100px;
	height: 80px;
	float: left;
	background-color: pink;
}
iframe {
	width: 425px;
	height: 350px;
	frameborder: 0px;
	scrolling: no;
	marginheight: 0px;
	margin: 10;
	float: right;
}
#left {
	float: left;
}
#right {
	float: right;
	vertical-align: top;
	padding-top: 20px;
}
.boxAA {
	float: left;
	width: 400px;
	height: 200px;
}
h1 {
	font-size: x-large;
	color: #FF9900;
	text-align: left;
}
h2 {
	font-size: large;
	color: #D78100;
}
h3 {
	font-size: large;
	color: #D78100;
}
h4 {
	float: left;
	width: 790px;
	margin-top: 40px;
	clear: right;
}
/* Footer */
/* Links */
.box ul {
	list-style-type: none;
	margin-left: -5px;
}
.frameLink {
	padding: 8px;
	background-color: #666666;
	width: 395px;
	margin-left: 5px;
	height: 27px;
	margin-top: -40px;
}
.frameLink ul {
	padding-left: 10px;
}
.frameLink  li {
	width: 60px;
}
.frameLink a:link {
	padding: 4px 5px 4px 2px;
	float: left;
	background-color: white;
	font-size: 14px;
	text-align: center;
	font-weight: bolder;
	text-decoration: none;
	color: #3366FF;
}
.frameLink a:visited {
}
.frameLink a:active {
}
.frameLink a.hover {
	background-color: #99CCFF;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:active {
}
a.hover {
	color: #0066FF;

}

