﻿@import url("layout.css");

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-attachment: scroll;
	background-color:#FFFFCC;
}
#container {
	width: 780px;
	margin: 0 auto;
	padding: 5px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-top: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color:#ffffff;

}
#masthead {
	text-align: center;
	width: 770px;
	padding: 5px;
	border: 1px solid #725972;
	background-color: #FFE7FF; 
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #725972;
}
#content {
	float: left;
	width: 750px;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 10px;

}
#footer {
	text-align: center;
	clear: both;
	width: 780px;
	
}
#header {
	float: left;
	width: 630px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}


/* Masthead Styles */
#masthead h1 {
	color: #fff;
	font-style:italic;
	font-weight:bold;

}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #CEDEFF;
	
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid #CEDEFF;
	background-color: #CEDEFF;
	
}
#navigation a {
	font-weight: normal;
	font-style: normal;
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 1px 0px 1px 0px;
	border-bottom: 1px solid #fff;
	background-color: #DE9494;
}
#navigation a:hover {
	color:red;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}

#content td {
	text-align:left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	} 

#content ul {
	text-align:left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 5px;
	} 


#content h1 {
	color: #503750;
}
#content img {
	border-style: none;
	border-color: inherit;
	border-width: -px;
	padding: 1px;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
td a {
	color: #402640;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}


a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.icon {
	border:0px;
	
}
.icontable {
	font-size:xx-small;
	margin-right:auto;
	margin-left:auto;
}
.small {
	font-size:xx-small;
	text-align:center;
}
.table-header {
	color: #FF0000;
	font-size: small;
}

/* Header area */

.alert {
	background-color: #FFD9E8;
	color: black;
	text-align: center;
	font-weight:bold;
	margin:0px;
	padding:3px 0px;
}
.alert a {
	color: black;
	text-decoration: underline;
	}
.alert a:hover {
	color: black;
	text-decoration: underline;
}

.grey {
background-color:#999999;
color:#999999;

}
.toprow {
    font-style: italic;
    text-align: center;
    background-color:#CCCCCC;

}

	
.img-centered {
	margin-left:auto;margin-right:auto;
	display:block;
}
.img-left {
	float:left;
	margin-right:20px;
}
.left_text {
	text-align: left;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.imgs-centered {
text-align:center;
}
.indent-40 {
	margin-left: 40px;
}
.clear {
	clear:both;
}
.zero_border {
	border-width: 0px;
}
.headline {
	font-family: Tahoma;
	font-size: xx-large;
	font-weight:bold;
	color: #FF0000;
	padding: 1px;
}

#header-icons td {
	text-align:center;
		font-style:italic;
	font-family:"Times New Roman", Times, serif;
	color:red;
	margin:0px;
	padding:3px 0px;

}

.alignl {
	text-align:left;
}

