body{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: white;
	font-family: Arial;
	color: blue;
}

div.main{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	border-width: 1px;
	border-color: blue;
	border-style: double;
}

img{
	border: 0px;
}

div#logo_right{
	float: right;
	width: 119px;
	height: 600px;
	padding: 0px;
	border-width: 0px;
	border-left-width: 1px;
	border-color: blue;
	border-style: solid;
	text-align: left;
	color: blue;
}

div.index {
}

div.divider {
	width: 119px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	border-color: blue;
	text-align: center;
}

div#spacer {
	height: 250px;
}
div#auth {
	text-align: center;
	vertical-align: baseline;
}

a.index:link, a.index:visited {
	color:	blue;
	text-decoration: none;
}	

a.index:hover, a.index:active {
	color: gray;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

div.float_right{
	float: right;
	padding: 5px;
}

div.float_left{
	float: left;
	padding: 5px;
}

div#title{
	width: 680px;
	height: 15px;
	float:left;
	background-color: orange;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: blue;
	border-style: solid;	
	color: black;
}

div#name{
	float: left;
	text-align: left;
	font-weight: bold;
}	

div#tagline{
	float: right;
	text-align: right;
}

div.content{
	float: left;
	width: 660px;
	height: 565px; 
	padding: 10px;
	text-align: left;
	overflow: auto;
}

img.picleft {
	float: left;
}

img.picright {
	float: right;
	padding: 5px;
}

table#ContactDetails {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	vertical-align: top;
}

div.lefttext{
	margin-left: 30px;

}

div.floatright{
	float: right;
	font-style: oblique;
}

a:link, a:visited {
	color:	black;
	text-decoration: none;
}	

a:hover, a:active {
	color: gray;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
