body{
	background-color:white;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	font-family:Arial;
	color:black;
	font-size:12px;
}

.holder{
	width:768px;
	padding:0px;
	background-color:white;
	text-align:left;
}

.header{
	background-image:url(images/header.jpg);
	background-position:top center;
	background-repeat:repeat;
	height:120px;
}

.topbar{
	background-image:url(images/topbar.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:8px;
}

.logo{
	float:left;
	margin-top:56px;
	margin-left:12px;
}

.companyname{
	font-size:30px;
	padding-left:192px;
	padding-top:28px;
}

.tagline{
	font-size:12px;
	padding-left:196px;
	padding-top:4px;
	color:#006595;
}

.hr{
	margin-top:4px;
	background-color:black;
	height:2px;
}

.navigation a, .navigation a:visited, .navigation a.current:hover{
	display:block;
	background-image:url(images/nav-bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 10px;
	line-height:32px;
	padding-left:24px;
	font-weight:bold;
	color:black;
	text-decoration:none;
}

.navigation a:hover, .navigation a.current{
	background-image:url(images/nav-bullet-hover.jpg);
	color:#006595;
}

.navigation{
	float:left;
	height:100%;
	padding-right:16px;
}

a, a:visited{
	color:black;
}

a:hover{
	color:#006595;
}

.main{
	float:left;
	width:608px;
}

.clear{
	clear:both;
}

h1{
	color:#006595;
	font-weight:normal;
}

.italic{
	font-size:10px;
	font-style:italic;
	font-weight:bold;
}

.rightbox{
	width:110px;
	float:right;
	text-align:justify;
}

p{
	width:384px;
	text-align:justify;
}
