@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	text-indent: 1px;
	line-height: 20px;
	overflow:hidden; scrolling:no;
}

a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #006666;
}
a:visited {
	text-decoration: none;
	color: #336666;
}
a:hover {
	text-decoration: underline;
	color: #FF6666;
}
a:active {
	text-decoration: none;
	color: #FF6633;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
strong {
	font-size: small;
	color: #333333;
}
h1 {
	color: #003333;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006666;
}

/* Positioning Elements */

#cloudRT {
	clear: none;
	float: right;
	position: fixed;
	top: 0px;
	right: 0px;
}
#cloudLF {
	clear: none;
	float: left;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#logo {
	position: fixed;
	left: 0px;
	top: 0px;
	clear: none;
	float: left;
}
#navMenu {
	clear: none;
	float: left;
	position: fixed;
	left: 350px;
	top: 40px;
	text-align: right;
	overflow: hidden;
	background-color: #FFFFFF;
}
#intro {
	clear: right;
	float: left;
	overflow: hidden;
	position: fixed;
	left: 470px;
	width: 450px;
	top: 20px;
}
#content {
	color: #333333;
	clear: both;
	float: right;
	overflow: auto;
	position: absolute;
	width: 55%;
	padding-right: 200px;
	height: 65%;
	right: 0px;
	bottom: 0px;
	
}

/* Text Styles */

.red {
	color: #660000;
	font-size: 21px;
	line-height: 20px;
}
.lightGray {
	color: #666666;
	font-size: 18px;
	margin-top: 5px;
	line-height: 20px;
}
.indent {
	margin-left: 70px;
	margin-right: 100px;
}
.BigSize {
	font-size: xx-large;
	line-height: 28px;
}
.smallSize {
	font-size: x-small;
	padding-top: -1px;
}
ul li {
	list-style-image: url(images/bullet1.gif);
	list-style-position: outside;
	margin: 5px;
}
ul li ul li  {
	list-style-image: url(images/bullet12.gif);
}

.copyright {
	font-size: xx-small;
	position: fixed;
	bottom: 10px;
	height: 60px;
	text-align: left;
	width: 175px;
	line-height: 10px;
	left: 10px;
}
