/*Layout Formatting*/

html {
	margin-bottom: 1px;
	height: 100%!important;
}

body {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.title {

	width: 100%;
	border-bottom:thin dotted #ebebeb;
	background-color: #f1f6f5;

	}

.bg_top {
	background-image: url(images/repeat.gif);
	background-repeat: repeat-x;
	}

.bg_body {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}

img {
	border:0;
}

a {
	color: #a4bcbc;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #bed0d0;
}

.content {
	font-family:Tahoma, sans-serif;
	text-align:left;
	line-height:17px;
	font-size: 11px;
	color: #808285;
	padding: 40px;
}

.logo {
	position: absolute;
	margin-left:750px;
	margin-top:5px;
}

/*Vertical*/

#navlist {
        color: #ffffff;
        background: #cedede;
        border-bottom: 3px solid #cedede;
        border-right: 3px solid #cedede;
        padding: 0 1px;
        margin-left: 10px;
		margin-top: -1px;
        width: 150px;
        font: normal 11px Tahoma, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        font-size: 1em;
}

#navlist a {
	display: block;
	text-decoration: none;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	color: #ffffff;
	background: #557f7e;
	border-width: 2px;
	border-style: solid;
	border-color: #557f7e;
	border-left: 1em solid #669897;
	padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { 
border-color: #527879;
background-color: #669897;

 }

#navlist a {
        width: 99%;
}

#navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 9.6em;
}

#navcontainer>#navlist a {
        width: auto;
}

#navlist a:hover, #navlist a#current:hover {
        background: #446463;
        border-color: #527879;
        padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active {
        background: #557f7e;
      	 border-color: #527879;
        padding: 0.4em 0.35em 0.25em 0.9em;
}

/*Footer*/


.footer {
	font-family:Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 15px;
	color: #d7e4e4;
	background-image: url(images/footer_bg.jpg);
	background-repeat:repeat-x;
}


a.foot:link, a.foot:visited {
	color: #ffffff;
	text-decoration: none;
}

a.foot:hover {
	color: #d7e4e4;
	text-decoration: underline;
}




#navSquare {
		width: 640px;
		margin-top: 10px;
        margin: 0;
        padding: 0 0 0px 10px;
}

#navSquare li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navSquare a:link, #navSquare a:visited {
        float: left;
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 10px 6px 10px;
        text-decoration: none;
        color: #708491;
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
        color: #a7bfc0;
        background: url(images/square.gif) no-repeat center;
}
