
body {
position: relative;
background: white;
font-family: Arial, Helvetica, sans-serif;
margin:0;
padding: 0;
}

	.none {
		display: none;
	}
	
.ruler {
	position: absolute;
	color: black;
	background-color: black;
	top: 75px;
	width: 2000px;
	z-index: 600;
	height: 3px;
}
.cover {
	position: absolute;
	top: 0;
	left: 880px;
	width: 3099px;
	height: 2075px;
	background: white url(images/square2.gif) repeat;
	z-index: 100;
border-left: 1px dotted gray;
}

h1 {
	text-indent: -9999px;
	margin:0;
	padding:0;
}

	hr {
		color: #DDDCDB;
background-color: #DDDCDB;
height: 1px;
	
	}
	
	
a{
	text-decoration: underline;
}

a:link{color:red;}
a:visited {color:black; text-decoration: none;}
a:hover{color:black;}
a:active{color:blue;}

p {
	font-size:12px;
line-height: 15px;
color: gray;
}


#header {
	position: absolute;
	top: 0;
	left: 0px;
	margin: 0;
	padding: 0;
	width:980px;
	height:75px;
background: url(images/identity.gif) no-repeat white top right;
z-index: 3;
border-bottom: 3px solid black;

}


ul {
		margin: 0;
	padding: 0;
	list-style-type: none;
}

#topnav {
margin: 0;
position: absolute;
top:78px;
left:0;
height:2000px;
width: 180px;
background: white;
z-index: 200;
font-size:17px;
line-height: 20px;
font-weight: bold;
padding:0;
border-right: 1px solid gray;


}

#topnav ul {
	padding:15px 20px 30px 15px;
}



#topnav a:link {
	color: #69CEF4;
		text-decoration: none;
}

#topnav a:visited {
	color: #C0C0C0;
	text-decoration: none;
}
#topnav a:hover {
	color: white;
		padding-right: 30px;
	background: #69CEF4 url(images/arrow2.gif) center right no-repeat;
}
#topnav a:active {
	color: gray;
}
#topnav a.current {
	color: red;
padding-right: 6px;
	background: transparent;
	text-decoration: underline;

}


.toppad {
	padding-top: 20px;
	color: black;
background: transparent;
}

.toppad2 {
	padding-top: 20px;
	color: black;
	background: transparent;
}


#imgs-frame {
position: absolute;
left:182px;
top:75px;
margin: 0;
z-index: 2;


}

#imgs {
	position: absolute;
	top: 0;
	left: 0;

}

table {

	margin: 0;
	padding: 0;
		
}



td {

background: white url(images/grayblend.jpg) top left repeat-x;
padding: 0 0 60px 0;

margin: 0;
}




#intro {
	font-size: 24px;
	line-height: 28px;
	width: 420px;
	margin: 0;
	padding: 0 0px 0 50px;
	color: #91622A;
}


#controller {
	position: absolute;
left: 225px;
font-family : 'Arial', 'Helvetica', 'Sans-serif';
font-size : 11px;
text-decoration : none;
color : gray;
top: 55px;
background-color : transparent;
z-index: 5;

}

#controller a:link{
	color: red;
	text-decoration: none;
}

#controller a:visited{
	color: red;
		text-decoration: none;
}

#controller a:hover{
	color: black;
}

#controller a:active{
	color: black;
}

.para {
		font-size: 18px;
	line-height: 20px;
		margin: 0;
		padding: 12px 0 0 30px;
			width: 390px;
}

.para2 {
		font-size: 18px;
	line-height: 20px;
		margin: 0;
		padding: 12px 40px 90px 30px;
			width: 390px;
			background: url(images/scrolltext.jpg) no-repeat bottom left white ;
}
.scrolltext2 {
color: red;
}


.description {
	position: relative;
	margin: 0;
	top:30px;
	left: 50px;
padding: 8px 0;
	width: 490px;
	border-top:1px dotted gray;
	border-bottom:1px solid gray;
	
}

.description a{
	text-decoration: underline;
}
.description a:link{
	color:red;
}

.description a:visited{
	color:black;
		text-decoration: none;
}

.description a:hover{
	color:black;
}
.description a:active{
	color:blue;
}

#copyright {
	position: absolute;
left: 10px;
padding: 5px;
font-family : 'Arial', 'Helvetica', 'Sans-serif';
font-size : 10px;
line-height: 11px;
text-decoration : none;
color : gray;
top: 630px;
background: white;

z-index: 501;
}

