/* CSS Document */

html
{
height: 100%;
}

body
{
height: 100%;
}

body {
	background-image: url(bg.jpg);
	margin: 0;
	text-align: center;
}

body {
	font-size: 10pt; 
	font-family: Arial, verdana, tahoma; 
	color:#323232; 
	line-height:18px; 
	letter-spacing:0.5pt
} 

A:link {
	color:#0094ff; 
	text-decoration:none;
}

A:visited {
	color:#0094ff;
	text-decoration:none;
}

A:hover {
	color:#80caff;
	text-decoration:none;
}  

#container {
	background: #ffffff;
	margin: 0px auto;
	margin-top: 20px;
	width: 900px;
	text-align: left;
}

#header {
	background: #ffffff url(headerbg.jpg) repeat-x;
	width: 100%;
	height: 160px;
	text-align: left;
	padding-top: 5px;
	margin: 0px auto;
}

#logo {
	float: left;
}

#logos {
	text-align: right;
	margin-top: 80px;
	margin-right: 10px;
	float: right;
}

#content {
	background: #ffffff;
	float: right;
	width:650px;
	padding: 10px;
	padding-right: 30px;
}

#sidebar {
	background:#fff url(leftside.gif) repeat-y left top;
	float:left;
	width:200px;
	margin: 0px 0px 0px 10px;
}

#nav {
   list-style-type: none;
}

#liquid-round { 
	width:70%;
	margin:0px auto; 
	background:#fff url(leftside.gif) repeat-y left top;
}

.top { 
	width:100%; 
	height:20px; 
	background:url(top.gif) no-repeat left top; 
} 
.top span { 
	display:block; 
	position:relative; 
	height:20px; 
	background:url(top-right.gif) no-repeat right top; 
}

.center-content { 
	position:relative; 
	background:url(rightside.gif) repeat-y right top; 
	padding:1px 20px 1px 25px; 
	margin:-1px 0 -50px 0; 
}

.bottom { 
	height:60px; 
	background:url(bottom.gif) no-repeat left bottom; 
} 
.bottom span { 
	display:block; 
	position:relative; 
	height:60px; 
	background:url(bottom-right.gif) no-repeat right top; 
}

#footer {
	background: #ffffff;
	width: 80%;
	margin: 0px auto;
	padding-top: 30px;	
	height: 50px;
	text-align: center;
	clear: both;
	padding: 0px;
}

input, textarea {
	color: #323232;
	background: #ffffff;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, verdana, tahoma; 
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color:#7a7a7a; 
}

h1 {
	font-size: 150%;
	padding: 2px;
	border-bottom: 1px solid;
}

img {
border: none;
} 

img.alignright2 {
    margin-left:400px; 
    margin-top: -150px;
    }

img.alignright3 {
    margin-left:400px; 
    margin-top: -250px;
    }
	
 table.c1 {display:none}
 
 .copyright {
 	font-size: 8pt;
	color: #646464;
}
