/* CSS Document */

/*== page layout ==*/

#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
}
h1.strapline
{
	float: left;
	position: relative;
	top: 18px;
	width: 450px
}
#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
}
#rightbox
{
	width : 305px;
	height: 413px;
	padding: 5px;
	border: 2px solid red;
	position: relative;
	top: -62px;
	float: right;
	background-color: white
}
#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
}
H1
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 1.1em;
    COLOR: black;
    FONT-FAMILY: Arial
}
H2
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 0.9em;
    COLOR: black;
	font-weight: bold;
    FONT-FAMILY: Arial
}

/*== 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
}
