/*	Chile Web Site Style Definitions
*	Created by Curtis Oakley
*	August 2009
*	All Rights Reserved
*/

/* Global */
body {
	background-color:#022873;
	color:#000;
	font-family: Times, serif;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

a:hover { text-decoration:underline; }

a:visited { color:#666; }

h1 {
	text-align:center;
	font-family: BATAVIA, Sylfaen, Times, serif;
}

img { border:0; }

p {
	text-indent:3em;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.6em;
}

ul { list-style-type:disc; }

li { padding-bottom:12px; }

/* Banner */
#topOfPage {
	text-align:center;
	margin-top:14px;
	margin-bottom:12px;
}
 /* Main Links */
div.topLinks { text-align:center; }

div.topLinks a, span.currentPage {
	padding-left:1em;
	padding-right:1em;
}

span.currentPage {
	font-weight:bold;
	text-decoration:underline;
}

/* Page Contents List */
div.pageContents {
	color:#666;
	
	border-style:solid;
	border-color:#ccc;
	border-width:1px;
	
	float:right;
	width:9em;
	margin-top:1em;
	padding:12px;
}

div.pageContents a {
	color:#666;
	line-height:1em;
	
	display:block;
	padding-left:5px;
	padding-bottom:4px;
	padding-top:5px;
}

div.pageContents a:visited {
	color:#999;
}

span.contentsTitle { font-family: Arial, Helvetica, sans-serif; }
/* Corrections for when an image is dirrectly below the page contents list */
div.conImgCorr {	float:right; }
div.conImgCorr div.imgRight { padding-top:2px; }

/* Rounded Corners */
div.main {
	background-color:#fff;
	width:90%;
	margin-left:5%;
}

.rtop, .rbottom{
	display:block;
	background-color:#022873;
}
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color:#fff;
}

.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

/* Page Content */
div.content {
	margin-left:1.5em;
	margin-right:1.5em;
}

/* Image Placment */
div.imgRight, div.imgLeft {
	text-align:center;
	font-size:80%;
	line-height:1.5em;
}

div.imgRight img, div.imgLeft img{
	padding-bottom:5px;
}

div.imgLeft {
	float:left;
	padding-right:1em;
}

div.imgRight {
	float:right;
	padding-left:1em;
}

/* Back to Top */
div.sectionEnd {
	text-align:right;
	font-size:70%;
	margin-top:-1.5em;
}

div.sectionEnd  a {
	color:#666;
}

/* Copyright */
div.bottom {
	text-align:center;
	font-size:75%;
	font-family: Arial, Helvetica, sans-serif;
	
	margin-top:20px;
	margin-bottom:10px;
}

/* Imgage Page */
table.imgDisplay {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	
	border-style:none;
}

table.imgDisplay div.main { width:97%; }

div.imgCredits {
	font-size:70%;
	line-height:1.2em;
	margin-top:5px;
}

div.imgReturn {
	font-size:85%;
	text-align:right;
	margin-top:1px;
	padding-right:2em;
}
