@charset "utf-8";

/***************************/
/*      Basic Section      */
/***************************/
body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #FFF;
	margin: 0;
}
#container {
	width: 820px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}
/* All images should have no borders */
img {
	border: none;
}


/****************************/
/*      Header Section      */
/****************************/
#header {
	background-color: #FFF;
	clear: both;
	height: 80px;
	text-align: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header h1 {
	text-align: left;
	margin: 0;
	float: left;
}


/****************************/
/*       Main Content       */
/****************************/
#main_content {
	background-color: #FFF;
	width: 820px;
	padding: 0px;
	margin: 0px;
}

.caption {
	font-size: 10px;
	font-style: italic;
}
.caption_green {
	color: #6C9; /* Pink */
	font-size: 10px;
	font-style: italic;
}
.caption_yellow {
	color: #FC0; /* Yellow */
	font-size: 10px;
	font-style: italic;
}
.caption_pink {
	color: #F69; /* Pink */
	font-size: 10px;
	font-style: italic;
}

/****************************/
/*      Sidebar Section     */
/****************************/
#sidebar_left {
	float: left;
	height: auto;
	width: 200px;
	margin-left: 20px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#sidebar_left p {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 14px;
}
.sidebar_heading {
	color: #999; /* Light Grey */
	font-size: 18px;
	text-decoration: none;
}
.sidebar_heading_selected {
	color: #666; /* Dark Grey */
	font-size: 18px;
	text-decoration: none;
}
.sidebar_heading:hover {
	color: #666; /* Dark Grey */
}
.sidebar_subheading {
	color: #666;
	text-decoration: none;
}
.sidebar_subheading:hover {
	color: #999;
}


/****************************/
/*     Contents Section     */
/****************************/
#contents_right {
	background-color: #FFF;
	height: auto;
	width: 530px;
	padding: 0px;
	float: right;
	border: medium dotted #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666; /* Dark Grey */	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#contents_right h1 {
	margin: 20px;
	font-size: 24px;
	font-weight: bold;
}
#contents_right h2 {
	margin: 20px;
	font-size: 14px;
	font-weight: bold;
}
#contents_right h3 {
	margin: 20px;
	font-size: 14px;
	font-weight:normal;
}

#contents_right p {
	margin: 20px;
	font-size: 12px;
}

/* Heading within a paragraph */
#contents_right p heading {
	font-size: 14px;
	font-weight:normal;
	color: #F69; /* Pink */
}

#contents_right a {
	color: #F69; /* Pink */
	text-decoration: none;
}
#contents_right a:hover {
	color: #666;
}

/* Inline images require some padding*/
.image_padding {
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
}

/* Form portion */
#contents_right form {
	font-size: 12px;
}

.form_heading {
	font-size: 13px;
	font-weight: bold;
	color: #F69; /* Pink */
	text-decoration: underline;
}

.form_heading2 {
	font-size: 13px;
	font-weight: bold;
	color:#F99;  /* ??? */
	text-decoration: underline;
}

/* Images with border */
.image_border {
	padding: 4px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 20px;
	border: medium dotted #CCC;
}


/****************************/
/*    Index Page Section    */
/****************************/
#index_right {
	background-color: #FFF;
	height: auto;
	width: 210px;
	clear: right;
	float: right;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-bottom: 30px;
}
#index_right p {
	color: #666;
	margin: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#index_left {
	height: auto;
	width: 585px;
	border: medium dotted #CCC;
	float: left;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#index_left p {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 20px;
}
#index_bottom {
	background-color: #FFF;
	clear: left;
	height: auto;
	width: 590px;
	margin-top: 5px;
	float: left;
	margin-bottom: 30px;
}


/****************************/
/*      Footer Section      */
/****************************/
#footer {
	text-align: center;
	font-size: x-small;
	color: #FFF;
	background-color: #FFF;
	clear: both;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 0px;
	margin: 0px;
}

#footer table{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFF;
	text-align: center;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Used for text links at the footer */
#footer a {
	color: #666; /* Dark Grey */
	text-decoration: none;
}
#footer a:hover {
	color: #999; /* Light Grey */
}
