body
{
	text-align: center;
}

.main
{
	clear: both;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	background-image: url(images/logo.jpg);
	background-color: red;
	background-repeat: no-repeat;
	background-position: center;
	width: 1000px;
	height: 113px;
}

#banner
{
	background-image: url(images/banner.jpg);
	background-color: red;
	background-repeat: no-repeat;
	background-position: center;
	width: 1000px;
	height: 115px;
}

#dropdown
{
	clear: both;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #b9121b;
}

h1 {
   font-family: helvetica,sans-serif;
   font-style: italic;
   font-variant: normal;
   font-weight: bold;
   font-size: 16px;
   line-height: 100%;
   word-spacing: normal;
   letter-spacing: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   text-indent: 0ex;
   margin-left: 10px;   
}

h2 {
 font-family: arial,helvetica,sans-serif;
   font-size: 16px;
   color: maroon;
   font-style: italic;
   font-weight: bold;
   text-transform: none;
   letter-spacing: normal;
   line-height: 1.6em;
   margin-left: 10px;   
}



ul {
   font-family: arial,helvetica,sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   text-transform: none;
   letter-spacing: normal;
   line-height: 1.6em;
   
}


li {
   font-family: arial,helvetica,sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   text-transform: none;
   letter-spacing: normal;
   line-height: 1.6em;
   
}





p {

   font-family: helvetica,sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   text-transform: none;
   letter-spacing: normal;
   line-height: 1.6em;
   margin-left: 10px;
   
}

p.emphasis 
color: blue
}


p.copyright {
   font-family: sans-serif;
   font-style: normal;
   font-variant: normal;
   font-size: smaller;
   line-height: 100%;
   word-spacing: normal;
   letter-spacing: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
   text-indent: 0ex;
 
}

p.tiny {
   font-family: sans-serif;
   font-style: normal;
   font-variant: normal;
   font-size: smaller;
   line-height: 100%;
   word-spacing: normal;
   letter-spacing: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
   text-indent: 0ex;
 
}


a {
   font-family: arial,helvetica,sans-serif;
   font-style: normal;
   font-weight: normal;
   color: navy;
   text-transform: none;
   letter-spacing: normal;
   text-decoration: none;

a:link {
   font-family: arial,helvetica,sans-serif;
   font-style: normal;
   font-weight: normal;
   color: navy;
   text-transform: none;
   letter-spacing: normal;
   text-decoration: none;

}

a:visited {
  color: pink;
}

a:hover {
   color: red;
}

a:active {
color: #0000FF;
}

