﻿/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

hr {
	background-color: #CCCCFE;
	color: #CCCCFE;
	border: none;
	height: 1px;
	width: 100%;}

img {
}
#wrapper #content p {
	padding-right: 10px;
}



ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;}


/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #7300BF;
	text-align: left;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

h2{
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h3{
	color: #7300BF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
p {
	text-align: left;
}


h4 {
	border-bottom: 1px dashed #959595;
	color: #959595;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h5 {
	border-bottom: 1px dashed #959595;
	color: #959595;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h6 {
	color: #000000;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.center {
	text-align: center;}	

.clear {
	clear: both;}

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	width: 900px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #959595;
	border-bottom-color: #959595;
	border-left-color: #959595;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

/*  The items below set the properties of the top header. The global
navigation and main navigation links are positioned to sit on top
of the header image  */

#header {
	width: 900px;
	height: 230px;
	background-image: url(images/header.jpg);
	background-repeat: repeat;
	background-position: center center;
}
	
/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
	font-size: 90%;
	float: left;
	width: 200px;
	padding-left: 10px;
}

#content {
	float: right;
	width: 570px;
	line-height: 1.5em;
	padding: 0 10px 10px 20px;}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	clear: both;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #959595;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 90%;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
}

#footer a {
	font-weight: normal;
}
#wrapper #content p {
	text-align: justify;
}
#wrapper #footer p {
	text-align: center;
}
