/* standard elements */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
a {
	color: #666666;
	text-decoration: none;
}
h1 span{
	color: #12616d; 
}
a:hover {
	color: #12616d;
}
body {
	background:#ececec;
	font: normal 65.5% "Lucida Sans Unicode",sans-serif;
	height: 100%;
	text-decoration: none;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 6px;
}
h3 {
	font-size: 1em;
	margin-bottom: 4px;
}
img {
	border-style: none;
}

code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #12616d;
	color: #424141;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(../images/quote.gif) no-repeat;
	color: #424141;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #3c3c3c;
	padding-top: 6px;
}
hr {
	background:#ddd;
	border:none;
	clear:both;
	color:#ddd;
	float:none;
	height:.1em;
	width:100%
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	border : 1px solid #12616d; 
	background-color : #ffffff; 
	margin: 0 auto;
	margin-top: 1%;
	width: 80%;
	min-height: 60%;
	position: relative;
}

/* header */
#logo{
    width: 376px;
    height: 63px;
	margin:5px 5px 5px 15px;
	position: relative;
}

/* Navigation*/
 #nav {
	float:left;
    width:100%;
    background:#12616d;
	border-bottom: 1px solid #12616d; 
    font-size:93%;
    line-height:normal;
}
#nav ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#nav li {
    display:inline;
    margin:0;
    padding:0;
}
#nav a {
    float:left;
    background:url("../images/tableft.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#nav a span {
    float:left;
    display:block;
    background:url("../images/tabright.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#666;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
    /* End IE5-Mac hack */
#nav a:hover span {
    color:#000;
}
#nav a:hover {
    background-position:0% -42px;
}
#nav a:hover span {
    background-position:100% -42px;
}
a .active{
	font-weight:bold;
	color:#000 !important; 
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 12px;
	margin: 0 auto;
	position: relative;
}

/* content */
.content {
	padding-top: 5px;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	min-height:80%;
}
.content .descr {
	color: #424141;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}
.indent {
	position: relative;
	left: 10%;
}
.center {
	position: relative;
	margin: 0 auto;
	text-align: center; 
}
.main h2{
	font-size: 1.7em;
	padding-top: 30px;
	position: relative;
}
.main h4{
	font-size: 1.3em;
	margin-bottom: 4px;
	padding-top: 4%;
	position: relative;
}
.floatleft { 
	float: left; 
}
	
/* footer */
.footer {
	position: relative;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding: 8px 0 0 0;
}
.footer a {
	text-decoration: none;
	color:#5a5a5a;
}
.footer a:hover {
	color: #8c8c8c;
	}
