/* CSS Document */
html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

body 
{
	margin: 0 0 0 0;
	height: 100%;
	min-height: 100%;
	min-width: 720px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

p, form, h1, h2, h3, h4, h5, h6, table
{
margin: 0;
padding: 0;
}

#container
{
margin-top:0px;
margin-left: auto;
margin-right: auto;
width: 720px;
height: auto;
}

#main
{
width: 720px;
height: auto;
float: left;
border-left: 3px solid #999999;
border-right: 3px solid #999999;
}

#header
{
width: 720px;
height: 117px;
float: left;
background: url(images/header.jpg) top left no-repeat;
}

#redline10
{
width: 720px;
height: 10px;
float: left;
background-color: #cd1c35;
overflow: hidden;
}

#pills
{
width: 720px;
height: 196px;
float: left;
background: url(images/pills.jpg) top left no-repeat;
}

.yellline10
{
width: 720px;
height: 10px;
float: left;
background-color: #e8c14c;
overflow: hidden;
}

#maincontent
{
width: 720px;
height: auto;
float: left;
}

#leftnav
{
width: 170px;
height: auto;
float: left;
padding-left: 10px;
padding-top: 10px;
}

.leftnavbutton
{
width: 150px;
height: 20px;
float: left;
border-bottom: 1px dotted #000000;
line-height: 18px;
padding: 0;
}

.leftnavbutton a
{
text-decoration: none;
color: #000000;
}

.leftnavbutton a:hover
{
text-decoration: underline;
}

#middlecontent
{
width: 360px;
height: auto;
float: left;
}

#middlecontent h1
{
margin: 10px 0 10px 0;
padding: 0;
font-size: 22px;
color: #000000;
font-weight: normal;
}

#middlecontent h2
{
margin: 10px 0 10px 0;
padding: 0;
font-size: 14px;
color: #cd1c35;
font-weight: bold;
}

#middlecontent p
{
margin: 10px 0 10px 0;
font-size: 12px;
}

#middlecontent p a
{
text-decoration: underline;
color: #000000;
}


#homeimage
{
width: 354px;
height: 220px;
float: left;
background: url(images/homeimage.jpg) top left no-repeat;
}

#rightcontent
{
width: 165px;
height: auto;
float: left;
padding-left: 10px;
}

#rightcontent h3
{
margin: 10px 0 10px 0;
padding: 0;
font-size: 14px;
color: #cd1c35;
font-weight: bold;
}

#redline20
{
width: 720px;
height: 20px;
float: left;
background-color: #cd1c35;
overflow: hidden;
}

.tabs
{

}

#footer
{
width: 710px;
height: 20px;
float: left;
font-size: 11px;
padding-left: 10px;
line-height: 18px;
}

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