/* CSS Document */

body {
color: #000000;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 1.8em;
text-align: center;
background-color: #cccccc;
}

/* Change the color of the links here*/
a:link, a:visited {
color: #000000; 
text-decoration: none;
}

/* Change the rollover color of links here*/
a:hover, a:visited:hover {
color: #999999; 
text-decoration: none;
}


h1{
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.6em;
color: #000000;
padding: 0px 0px 0px 0px;
}

h2 {
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.4em;
color: #000000;
padding: 0px 0px 0px 15px ;
}

h3 {
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.1em;
color: #000000;
padding: 0px 0px 0px 15px ;
}

p {
margin: 10px 15px 5px 15px;
line-height: 1.5em;
}


/* Main Container - change the color of the inner background here */
#layout {
width: 830px;
text-align: left;
margin: 0px auto 0 auto;
background-color:#FFFFFF;
padding: 0px;
line-height: 1.8em;
border: 1px #000000 solid;
}

/* Header Graphic - size is 830px x 135px, always name your graphic header.jpg for all sites. If you have
a problem with the graphic not showing up, you may need to put the full address of your site like this
http://www.DOMAIN.com/images/header.jpg */

#header {
background: url(images/header.jpg) #FFFFFF no-repeat;
height: 135px
}

/* Header URL - change the size and color of the text that falls over the header graphic, i.e. domainname.com at the top */

#header h1 {
font-size: 2.3em;
float: left;
margin: 60px 0 0px 35px;
background: none;
text-decoration: none;
height: 46px}

#header a:link, #header a:visited{
color: #000000;
text-decoration: none;}

#header a:hover, #header a:visited:hover{
color: #999999;
text-decoration: none;}


/* Top Navigation */

/* navbar.gif is the grey bar image in the navigation bar. If you have
a problem with the graphic not showing up, you may need to put the 
full address of your site like this
http://www.DOMAIN.com/images/navbar.gif */

#top-nav {
height: 40px;
background: url(images/navbar.gif) repeat-x;
}

#top-nav ul {
text-align:center;
width: 100%;
margin: 0;
padding: 3px 0 0 0px;
}

#top-nav li {
list-style-type: none;
display: inline;
width: auto;
margin: 3px 5px 0 4px;
}

#top-nav a:link, #top-nav a:visited {
color: #000000;
text-decoration: none;
padding: 1px 10px 0px 12px;
}

#top-nav a:hover, #top-nav a:visited:hover {
color: #999999;
text-decoration: none;
padding: 0px 10px 0px 12px;
}

/* Content */

#top-left-content {
float: left;
width: 100%; 
margin: 40px 0px 0px 0px;
padding: 0px 5px 0px 30px
}

#top-right-content {
float: right;
margin: 0px 0px 0px 0px;
padding: 0px 30px 0px 5px
}

#article-content{
width: 670px; 
padding: 90px 0px 90px 60px;
}

#article-content h1{
padding: 0px 0px 0px 15px ;
}

/* This div is to nest content so that an article flows around it */
#article-nested-block {
float:right;
margin-top:10px;
margin-bottom:20px;
margin-left:20px;}

#bottom-left-content {
float: left;
cell-padding:5px;
width:570px;
height:350px;
overflow:auto;
margin: 50px 0px 0px 0px;
padding: 0px 0px 0px 10px ;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
#bottom-right-content {
font-size: 1em;
float: left;
width: 224px;
height:350px;
overflow:auto;
margin: 50px 0px 0px 0px;
padding: 0px 10px 0px 10px ;
line-height: 1.3em;
}

/* Bottom Navigation */

#footer {
clear: both;
text-align: center;
margin: 0;
padding: 30px 0 15px 0;
height: 112px
}

	
#bottom-nav {
padding: 5px;
margin: 10px 16px 3px 10px;
font-weight: bold;
color: #000000;
}

#bottom-nav a,#bottom-nav a:visited {
color: #000000;
}

#bottom-nav a:hover,#bottom-nav a:visited:hover {
color: #999999;
}

/* Copyright */

#copy{
font-size: 11px;
color: #999999;
padding: 0;
}

