/*
Based on the work of:	Jeff Ussing and Brian Noble
Date:					21 JUN 2007
*/

/* This is the attributes for the body of the htm code*/
body	{
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #ffffff;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#000000;
    margin-top: 1.5em;
}
#clearline {
	clear:both;
	height:1px;
	margin:0;
	padding:0;
}

/* This is the attributes for the links in the body */

body a:link			{color: #332299; text-decoration:none;}
body a:active       {color: #221188; text-decoration:none;}
body a:visited		{color: #221188; text-decoration:none;}
body a:hover		{color: #4433aa; text-decoration:underline;}

/* This class is for hiding text from the normal presentation */
.hide   {
  display: none;
}

/* These are the attributes for the container div */
#container	{
	width: 600px;
	margin: 0 auto;
}

/* This is the navigation div */
#nav    {
  width: 100%;
  font-size: 1.4em;
  margin: 20px auto 10px auto;
  color: #353275;
}

/* The following 4 link attributes pertain to the navigation menu */
#nav a   {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
	color: #454285;
}

#nav a:visited   {
    text-decoration: none;
}

#nav a:hover   {
     text-decoration: none;
	 color: #353275;
}

/* These are the attributes for the header div */
#header	{
	clear: both;
	width:	100%;
    color: #FFFFFF;
	margin: 0 auto 0 auto;
}

/* This is the header image div */
#headerimg    {
  background-image: url(../images/logo_v3.2.jpg);
  background-repeat: no-repeat;
  background-position:center;
  width: 600px;
  height: 150px;
}

/* This is the div for the middle of the page */
#middle    {
    clear: both;
	margin: 0 auto 0 auto;
}

/* This class is used to display lines on the top and bottom of the page content */
.pageline   {
  background-image: url(../images/pageline.gif);
  background-repeat: no-repeat;
  margin-top: 10px;
  padding-top: 10px;
}

/* This is the div for actual page content */
#pagecontent    {
	margin: 5px auto 0 auto;
    padding: 1px;
    text-align: left;
}

#pagecontent p  {
	line-height: 1.85em;
	font-size: 1.4em;
	margin-top: .7em;
	margin-bottom: .7em;
}

h1, h2, h3, h4, h5, h6 {
	color: #336666;
}
h1 {
	font-size:1.8em;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.4em;
}

img a {
	text-decoration:none;
	border:0;
}
table {
	font-size:1.1em;
}
/* These are the attributes for the Definition Lists used in the news page */
#dl dl {
}

#dl dt {
	font-size: 1.4em;
	text-align: left;
	margin-left:20px;
	margin-top:10px;
}

#dl dd {
	line-height: 1.75em;
	font-size: 1.2em;
	text-align: left;
	margin: 0 20px 10px 35px;
}



/* These are the attributes for the Links List page */
#linkslist {
	size:1.1em;
}
#links_column {
	clear:none;
	float:left;
	width:46%;
	min-height:100px;
	padding:0;
	margin:0 1% 0 3%;
}
#links_column p {
	padding:0;
	margin:.75em;
	line-height:1em;
}
#linkslist a {
	margin: 10px 10px 10px 30px;
}



/* These are the attributes for the Checklists page. */
#checklist {
	line-height: 2em;
	font-size: 1.6em;
	text-align: left;
	margin: auto;
	width:290px;
	float:right;
}
#checklist ul {
	margin-left:10px;
	padding-left:10px;
}
#checklist li {
	list-style:disc;
}
#checklist li:hover {
	list-style:circle;
}



/* This is the footer div */
#footer    {
  width: 100%;
  font-size: 14px;
  margin: 20px auto 10px auto;
  color: #353275;
}

.copyright	{
	font-size:10px;
	color: #353275;
}

/* The following link attributes pertain to the footer menu */
#footer a   {
    text-decoration: none;
	font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
	color: #454285;
}

#footer a:visited   {
    text-decoration: none;
}

#footer a:hover   {
     text-decoration: none;
	 color: #353275;
}
