
/* Body  */

body {
	background: White;
	padding: 1px 25px 1px 25px;
	text-align: center;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	color: #666;
}


/* Content frame */

#shadow {
	position: relative;
	width: 800px;
	margin: 0px auto 0px auto;
}
#content {
	width: auto;
	position: relative;
	background-color: #fff;
	padding: 10px;
	text-align: left;
}


/* Location */

#location {
	background: url("img/front1.gif") no-repeat;	
	padding-bottom: 16px;
}
#location h1 {
	color: #014D9B;
	font-size: 18px;
	padding: 0px;
	margin:0px;
	font-weight: normal;
}
#location h1 a {
	color: #718ea5;
	font-size: 18px;
	text-decoration: none;
}
#location h1 a:hover {
	color: #93b2c8;
}


/* Front page image */

#front {
	background: url("img/front.gif") no-repeat;
	height: 252px;
	margin: 20px 0px 20px 0px;
}

/* Main content */

#main {
	position: relative;
	float: left;
	width: 200px;
	margin: 20px 0px 20px 0px;
}
#main h3 {
	font-size: 14px;
	font-weight: normal;
	color: #718ea5;
	margin: 0px;
}


/* Extras sidebar */

#extra {
	position: relative;
	float: right;
	width: 560px;
	margin: 20px 0px 20px 0px;
}
#extra h3 {
	font-size: 14px;
	font-weight: normal;
	color: #718ea5;
	margin: 0px;
}


/* Files content */

#files {
	position: relative;
	float: left;
	margin: 20px 0px 20px 0px;
	width: 100%;
}
#files h3 {
	font-size: 14px;
	font-weight: normal;
	color: #718ea5;
	margin: 0px;
}


/* Copyright notice */

#copy {
	margin-top: 5px;
}
#copy p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#copy a {
	color: #718ea5;
	text-decoration: none;
}
#copy a:hover {
	color: #8cc0e5;
	text-decoration: underline;
}



/* Line */

.line {
	background: #718ea5 url("img/line1.gif") repeat-x;
	height: 1px;
	font-size: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}


/* Item box */

.item {
	background: #F4FAFF;
	padding: 5px 10px 20px 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

.itemc {
	background: #F4FAFF;
	padding: 5px 10px 20px 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

.item a {
	color: #93b2c8;
}
.item a:hover {
	color: #8cc0e5;
}
.item h4 {
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #222;
}
.item p {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Lists */

.nav {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	list-style: disc outside url("img/arrow.gif");
}
.nav li {
	padding: 0px;
	margin: 0px;
}

.check {
	padding: 0px;
	margin: 0px 0px 0px 12px;
	
}
.arrow {
	padding: 0px;
	margin: 0px 0px 0px 18px;
	list-style: outside url("img/arrow.gif");
}


.right {
	position:relative;
	float:right;
}


.files {
	width: 100%;
	
}
.files th {
	text-align: left;
}
.files td {
	border-top: 1px solid #fff;
}
.files img {
	vertical-align: text-bottom;
}

h4.func {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	background: #ecf0f3;
}

/* forms */
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
}
select {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
}


code, pre {
	padding: 1px;
	border: 1px solid #dcddde;
	background-color: #eeeff0;
	font-family: "Courier New", courier, monospace;
	font-size: 10px;
}
