/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/transparent.gif) norepeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
p {
	margin: 0px;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2px;
	margin: 0px 0px 0px 0px;;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-weight: normal;
	color: #000000;
	font-size: 13px;
	margin: 0px;
}

h3 {
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	margin: 0px;
}

a:link {
	font-weight: bold;
	color: #0077C0;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #0077C0;
	text-decoration: underline;
}

a:hover, a:active {
	font-weight: bold;
	color: #0077C0;
	text-decoration: none;
}

.clearer {
	clear: both;
}

img1 {
	border: solid 0px #0077C0;
}


.left {
	float: left;
	margin-right: 8px;
}
.left1 {
	float: left;
	margin-right: 8px;
	border: solid 0px #0077C0;
}

#container {
	width: 1024px;
}

#header {
	width: 1024px;
	height: 190px;
	background: url(images/transparent) no-repeat;
}


/*Navigation start*/
#nav {
	height: 20px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

#nav a {
	color: #333333;
	text-decoration: none;
}

#nav a:hover {
	color: #0077C0;
	text-decoration: none;
}

#nav #current {
	color: #0077C0;
}

ul {
	list-style: none;
	padding: 6px 0px 0px 0px;
}

li {
	display: inline;
	margin: 0px 17px;
}

/*Navigation End*/

#maincontent{
}

#leftbarTrans{
	width: 190px;
	height: 350px;
	float: left;
	background: url(images/transparent.gif) no-repeat bottom;
}
#leftbar{
	width: 190px;
	height: 350px;
	float: left;
}

#content{
	width: 490px;
	float: left;
	margin: 0px 20px 0px 20px;
	padding-right: 30px;
}

#rightbar{
	width: 250px;
	height: 350px;
	float: left;
	padding-right: 20px;
}

#footer {
	text-align: center;
	padding-top: 10px;
	color: #0077C0;
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited{
	text-decoration: none;
	color: #0077C0;
}
