/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 24px;
	color: #333366;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	text-transform: capitalize;
	font-variant: small-caps;
	line-height: normal;
}

img.floatLeft {
	float: left;
	margin: 0px;
	margin-right: 16px;
}

img.floatRight {
	float: right;
	margin: 4px;
}

.style1 {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: 0 auto;
	width: 1024px;
	text-align: left;
	background-color: #FFFFFF;
}

#edge-left {
	background-image: url(images/edge-left.jpg);
	position: relative;
	background-repeat: repeat-y;
	width: 25px;
	float: left;
}

#edge-right {
	background-image: url(images/edge-right.jpg);
	position: relative;
	background-repeat: repeat-y;
	width: 25px;
	float: right;
}
#masthead{
	color: #999999;
	width: 984px;
	float: left;
}

#content{
	float: left;
	width: 1024px;
	background-image: none;
}

#wordbox{
	padding: 10px;
	width: 400px;
	opacity:.75;
	background-color: #000000;
	margin-left: 20px;
	color: #FFFFFF;
}

#edge-bottom {
	background-image: url(images/edge-bottom.jpg);
	position: relative;
	width: 1024px;
	float: none;
	background-repeat: no-repeat;
	height: 50px;
	background-attachment: scroll;
	clear: both;
}
#edge-top {
	background-image: url(images/top.jpg);
	position: relative;
	width: 1024px;
	float: left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #000000;
	clear: none;
	height: 100px;
}
#center-black {
	background-image: url(images/center-black.jpg);
	position: relative;
	background-repeat: repeat-y;
	float: left;
	clear: none;
	padding: 25px;
	width: 974px;
}

#center-black-top {
	background-image: url(images/center-black.jpg);
	position: relative;
	background-repeat: repeat-y;
	float: left;
	clear: none;
	padding: 5px;
	width: 996px;
	padding-left: 25px;
}
#center-white {
	background-image: url(images/center-white.jpg);
	position: relative;
	background-repeat: repeat-y;
	float: left;
	clear: none;
	width: 974px;
	padding: 25px;
}


#edge-top-main {

	background-image: url(images/main_header.jpg);
	position: relative;
	width: 1024px;
	float: left;
	background-repeat: no-repeat;
	height: 188px;
	background-attachment: scroll;
}
#wordboxwide {
	padding: 10px;
	width: 914px;
	opacity:1;
	background-color: #000000;
	margin-left: 20px;
	color: #FFFFFF;
}


#wordboxwide-2col-left {
	width: 470px;
	background-color: #000000;
	color: #FFFFFF;
	float: left;
	margin-left: 20px;
	padding: 10px;
}


#wordboxwide-2col-right {
	background-color: #000000;
	color: #FFFFFF;
	margin-left: 480px;
}

#thumbbox {
	background-color: #333333;
	letter-spacing: 3px;
	text-transform: uppercase;
	height: 100px;
	border-width: 2;
	border-color: #00CC99;
	border-top: 23;
	cursor: crosshair;
}

