
/* Body setting */

body {
	background-color: #D9E5B9;
	padding: 30px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	color: #336666;
}


/* Content frame */

#shadow {
	position: relative;
	width: 800px;
	border-right: 3px solid #eceef0;
	border-bottom: 3px solid #eceef0; 
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width: auto;
	position: relative;
	border: 1px solid #ccd7e0;	
	background-color: #fff;
	padding: 20px;
	text-align: left;
}


/* Location */

#location {
	padding-bottom: 8px;
}
#location h1 {
	color: #996666;
	font-size: 18px;
	padding: 0px;
	margin:0px;
	font-weight: normal;
}
#location h1 a {
	color: #996666;
	font-size: 18px;
	text-decoration: none;
}
#location h1 a:hover {
	color: #93b2c8;
}


/* Front page image */

#front {
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#front img {
	border: 0px;
}


/* Main content */

#main {
	position: relative;

	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	
}
#main h3 {
	font-size: 12px;
	font-weight: normal;
	color: #718ea5;
	margin: 0px;
}


/* Extras sidebar */

#extra {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
	width: 180px;
}
#extra h3 {
	font-size: 12px;
	font-weight: normal;
	color: #718ea5;
	margin: 0px;
}


/* Files content */

#files {
	position: relative;

	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
#files h3 {
	font-size: 12px;
	font-weight: normal;
	color: #718ea5;
	margin: 0px;
}


/* Copyright notice */

#copy {
	margin-top: 5px;
}
#copy p {
	margin: 0px;
	padding: 0px;
}
#copy a {
	color: #339999;
	font-size: 6px;
	text-decoration: none;
}
#copy a:hover {
	color: #8cc0e5;
	text-decoration: underline;
}




/* Line */

.line {
	background: url(../../gdc/hosts/gdchost2/web-content/img/line.gif) repeat-x;
	background-color: #996666;
	height: 1px;
	font-size: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}


/* Item box */

.item {
	background-color: #fafbfc;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 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;
	margin-left: 20px;
	font-size: 10px;
	font-weight: normal;
	color: #996666;
	list-style: disc outside url(../../gdc/hosts/gdchost2/web-content/img/arrow.gif)
	
}
.nav li {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #996666;
}

.check {
	padding: 0px;
	margin: 0px;
	margin-left: 18px;
	list-style: outside url(../../gdc/hosts/gdchost2/web-content/img/check.gif);
}
.right {
	position:relative;
	float:right;
}
.files {
	width: 100%;
	
}
.files td {
	border-top: 1px solid #fff;
}
.files img {
	vertical-align: text-bottom;
}