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

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

body {
	background:url(images/bg_smart.gif) repeat top center;
	font-family: arial, verdana, tahoma;
	font-size: 13px;
	line-height: 170%;
	color: #000;
	
	
}

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


.wrapper {
	width: 800px;
	margin: 0 auto;
	
}

.header {
	background: url(images/header_index.jpg) no-repeat top left;
	height: 160px;
	margin: 20px 0 0 0;
	padding: 180px 60px 0 60px;
	background-color: none;
	text-align: left;
	line-height: 15px;
	border: 1px solid #369;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	
}


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #336699; /*dark blue border*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #003; /*text color*/
padding: 10px 11px;
text-decoration: none;
border-right: 1px solid #336699; /*dark blue divider between menu items*/
}

.indentmenu ul li a:visited{
color: #069;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #069 !important; /*text color of selected and active item*/
padding-top: 15px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}

.content {
	margin: 0 0 80px 0;
	padding: 5px;
	border: none;
	background-color: none;
}

.right {
	margin: 10px 10px 10px 20px;
	float: right;
	width: 190px;
	padding: 5px;
	border: 1px solid #39c;
	background-color: #d2eafc;
}

.footer {
	margin: 0;
	padding: 0;
	width: 90%;
	border: none;
	background-color: none;
	clear: both;
	text-align: center;
}

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

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

h2 {
	margin: 0 0 15px 0;
	font-size: 22px;
	font-weight: bold;
	color: #06C;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	margin: 0 0 10px 0;
}	

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

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

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

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

p {
	margin: 0 0 15px 0;
}


.footer {
	float: center;
    font-size: 11px;
	color: none;
	margin: 0;
	padding: 0;
	background-color: none;
}



/******** 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;
}
