@charset "utf-8";
/******** Body Elements ********/

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

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

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

#wrapper {
	width: 98%;
	margin: 0 auto;
}

#innerwrapper {
	margin: 0 210px 0 0;
}
#access{
	background-color:#000000;
	width:200px;
	text-align:right;
	padding-right:10px;
	position:absolute;
	top:95px;
	right:0px;
	color:#FFFFFF;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	z-index:999;
}
#top{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000000;
	background-image:url(img/body/topbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:95px;
	width:100%;
	overflow:hidden;
	text-align:left;
}
#nav{
	color:#FFFFFF;
}
#nav a, #nav a:active, #nav a:visited {
	color:#FFFFFF;
}
#nav a:hover{
	border-top-color:#0066CC;
	border-top-style:solid;
	border-top-width:3px;
	text-decoration:none;
}
#navLeft{
	float:left;
	width:50% - 10px;
	text-align:left;
	padding-left:10px;
}
#navRight{
	float:right;
	width:50% - 10px;
	padding-right:10px;
}

#header {
	height: 110px;
	text-align: left;
	line-height: 50px;
}

#content {
	margin: 0 0 10px 210px;
	padding: 5px;
	padding-left:10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	text-align:justify;
	min-height:200px;
	height:auto !important;
}

#left {
	margin: 0 0 10px 0;
	float: left;
	width: 200px;
}
.portlet{
	border: 0px solid #cccccc;
	background-color: #ffffff;
	margin-top:10px;
	padding:5px;
	padding-left:10px;
	padding-right:0px;
	border: 1px solid #cccccc;
	border-left-color:#333333;
	border-left-style:inset;
	border-left-width:5px;
}
#right {
	margin: 0 0 10px 0;
	float: right;
	width: 200px;
}

#footer {
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	clear: both;
	text-align: center;
	width:100% + 10px;
	margin-left:-11px;
	margin-right:-10px;
	background-image:url(img/body/footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

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

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

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

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

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

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

#header a, #header a:active, #header a:visited {
	color: #aa0000;
}

#header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}
div#text a{
	color:#003366;
}
div#text a:hover{
	color:#0099FF;
}

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

.fade{
	background-image:url(img/deco/divFade.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	min-height:50px;
	height:auto !important;
}

/******** 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 li:hover{
	list-style:disc;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:5px;
}

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

