@charset "utf-8";


/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #000033;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

/******** Layout Elements ********/

.wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
}

.header {
	height: 150px;
	background-color: #ffffff;
	text-align: center;
	line-height: 50px;
	background-image: url(img/header_02.jpg);
	background-repeat: no-repeat;
}

.content {
	margin: 0 0 10px 230px;
	padding: 5px;
	background-color: #ffffff;
	background-image: url(img/topo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.left {
	margin: 0 0 10px 0;
	float: left;
	width: 210px;
	padding: 5px;
	background-color: #ffffff;
	background-image: url(img/left_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
}


.footer {
	padding: 5px;
	background-color: #ffffff;
	clear: both;
	text-align: center;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000033;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000066;
}	

a, a:active, a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #000066;
}

.header a:hover {
	color: #003366;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}

.right {
	float:right;
	margin: 0 0 0 5px;
	border:2px #669900;
}

.leftimg {
	float:left;
	margin: 0 5px 5px  0;
	border:2px #669900;
}


/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}

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

.menu li {
	padding: 0;
	display: inline;
	background: none;
}

.menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 5px 30px 0 30px;
	font-size: 100%;
	font-weight: bold;
}

.menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #669900;
}

.menu b {
}


/******* Menu ********/

.menu {
	width: 960px;
	height: 30px;
	margin: 0;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
