/* CSS Document */




/* GLOBAL STYLES*/

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #eeeeee;
	margin-left: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.navtxt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
}
a.navtxt1:visited {
	color: #666666;
}
a.navtxt1:hover {
	color: #00C900;
}
a.navtxt1:active {
	color: #666666;
}

a.contactlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
}
a.contactlink:visited {
	color: #666666;
}
a.contactlink:hover {
	color: #00C900;
}
a.contactlink:active {
	color: #666666;
}

a.portlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #00C900;
}
a.portlink:visited {
	color: #00C900;
	text-decoration: none;
}
a.portlink:hover {
	color: #00C900;
	font-weight:bold;
	text-decoration: none;
}
a.portlink:active {
	color: #00C900;
	text-decoration: none;
}

a.backlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #00C900;
}
a.backlink:visited {
	color: #00C900;
	text-decoration: none;
}
a.backlink:hover {
	color: #00C900;
	font-weight:bold;
	text-decoration: none;
}
a.backlink:active {
	color: #00C900;
	text-decoration: none;
}

p {
	margin-left:60px;
	color:#aaaaaa;
	line-height:16px;
	text-align:justify;
	padding-right:10px;
}

/* CONTAINER */

#container {
	margin:0 auto;
	display:block;
	width:700px;
	height:380px;
	background:url(../images/bg.jpg) no-repeat;
}

#lft {
	float:left;
	width:410px;
	height:350px;
}
#rgt {
	float:right;
	width:280px;
	height:350px;
}

#nav {
	position:relative;
	left:38px;
	top:20px;
	width:369px;
	height:52px;
	background:url(../images/hdr.gif) no-repeat;
}
#navtxt {
	position:relative;
	top:33px;
	left:49px;
}

.imgA {
	float:right;
	padding:8px;
}
.ftr {
	text-align:right;
	font:Arial, Helvetica, sans-serif normal;
	font-size:10px;
	color:#999999;
	margin-top:0 auto;
)

