/* CSS Document */

/*id selector uses the id attribute of the HTML element, and is defined with a "#". */

/*The class selector uses the HTML class attribute, and is defined with a "." */



#body {
	font-size: 62.5%; /* Resets 1em to 10px */
	MARGIN: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#copywright {
	MARGIN: 0px;
	B-COLOR: #FFFFFF;
	width: 780px;
	position: relative;
	vertical-align: bottom;
	text-align: right;
	height: 15px;
	top: 30px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-left: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
	left: -10;
}

#main {
	POSITION: relative;
	BACKGROUND-COLOR: #FFFFFF;
	overflow:visible;
	left: 0px;
	top: 0px;
}


#nav{
	position:absolute;
	top: 100px;
	width: 100px;
	text-align: left;
	vertical-align: top;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	left: 40px;
}



#logo{
	width:150px;
	height:100;
	position:absolute;
	left:0;
	top:0;
}
	
#mainimg {
	width:780px;
	height:390px;
	padding:0px;
	margin:0px;
	position:static;
	padding-top: 0px;
	padding-left: 0px;
	border: 1px solid #CCCCCC;
}

#boarder {
	width:780px;
	height:300px;
	padding:0px;
	margin:0px;
	position:static;
	left:0px;
}

#mainbody{
	width:780px;
	padding-top:0px;
	position:absolute;
	height: 100%;
	left: 170;
	top: 40;
}

#Navimage{
	width:15px;
	height:15px; 
}
#PicNav{
	width:300;
	position:absolute;
	left:460;
	padding: 0px;
	border: none;
	top: 0px;
	vertical-align: bottom;
	text-align: right;
}

#BodyText {
	POSITION: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 500;
	color: #999999;
	text-align: justify;
	padding: 0px;
	top: 420;
	left: 10;
	border-top-width: thin;
	border-top-color: #CCCCCC;
}

.navigationlink A:link {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
.navigationlink A:visited {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;}
	
.navigationlink A:active {
	color: #00CCFF;
}
.navigationlink A:hover {color: #006699;}


.border {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.Boldtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-transform: uppercase;
}



a:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666699;
}
a:hover {
	text-decoration: none;
	color: #6699CC;
}
.break {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


#nav li.current {
	font-weight: bold;
}

#nav {

}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height: 15pt;
	list-style-image: none;
}
#nav li {

}
#nav a {

