/* CSS Document */

/*== page layout ==*/

table
{
width: 800px;
background-color: #FFFFFF;
border: 1px solid #666666;
padding: 0px;
border-collapse:collapse

}

#backgroundbody 
{ 
	margin: auto;
	margin-top: -15px;
	width : 800px;
	height: 560px;
	background-color:#666666;
	border: 1px solid #666666 
}
#mainbody 
{ 
	margin: auto;
	margin-top: 25px;
	width : 100%;
	height: 500px;
	background: white
}
#logostrip
{
	float: left;
	width: 350px;
	height: 10px
}

#horizontalred
{
	position: relative;
	top: 60px;
	width : 100%;
	height: 5px;
	background-color:red
}
#horizontalblack
{
	position: relative;
	top: 60px;
	width : 100%;
	height: 8px;
	background-color:black
}
#navbar
{
	position: relative;
	width : 480px;
	top: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 40px;
	background-color: red
}
#rightbox1
{
	border-top: 2px solid red;
	border-right: 2px solid red;
	border-left: 2px solid red
}
#rightbox2
{
	border-right: 2px solid red;
	border-left: 2px solid red
}
#rightbox3
{
	border-bottom: 2px solid red;
	border-right: 2px solid red;
	border-left: 2px solid red
}
#rightboxtop
{
	width : 285px;
	height: 50px;
	padding: 10px;
	position: absolute;
	top: 4px;
	left: 3px;
}
#rightboxbottom
{
	width : 294px;
	height: 65px;
	padding: 5px;
	position: absolute;
	top: 80px;
	left: 5px;
	background-color:white
}
#maincopy
{
	width : 475px;
	padding: 5px
}

/*== content format ==*/

p
{
    FONT-SIZE: 0.9em;
    COLOR: black;
    FONT-FAMILY: Arial, sans-serif;
	line-height: 1.4em;
	padding-left: 5px
}
H1
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 1.1em;
    COLOR: black;
    FONT-FAMILY: Arial;
	padding-left: 5px
}
H2
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 0.9em;
    COLOR: black;
	font-weight: bold;
    FONT-FAMILY: Arial;
	padding-left: 5px
}

/*== navigation ==*/

A:link
{
    FONT-SIZE: 1em;
    COLOR: black;
    FONT-FAMILY: Arial, sans-serif;
	text-decoration: none
}
A:hover
{
    FONT-SIZE: 1em;
    COLOR: black;
    FONT-FAMILY: Arial, sans-serif;
	text-decoration: none;
	font-weight: bold
}
A:visited
{
    FONT-SIZE: 1em;
    COLOR: black;
    FONT-FAMILY: Arial, sans-serif;
	text-decoration: none
}

