/* CSS Document */

/* -- Generic --------------------------------- */
body{
	background: url(/images/legal-mainBG.jpg) repeat-x #aec1d0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	}
/* -------------------------------------------- */

/* -- Forms ----------------------------------- */
#contactUs input{
	width: 300px;
	padding: 4px;
	border: 1px solid #5d86a2;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}
#contactUs textarea{
	width: 300px;
	height: 150px;
	padding: 4px;
	border: 1px solid #5d86a2;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}
#contactUs input.button{
	width: 100px;
	background: #ffffff;
	cursor: pointer;
	}
#contactUs input.button:hover{
	background: #949ba1;
	color: #ffffff;
	border: 1px solid #000000;
	}
#contactUs label{
	vertical-align: top;
	}
/* -------------------------------------------- */

/* -- Layout ---------------------------------- */
#header{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
#header p.date{
	color: #ffffff; 
	text-align: right; 
	margin-top: 0px;
	padding-right: 11px;
	font-size:12px;
	}
#tagline{
	position: absolute;
	top: 30px;
	right: 0px;
	font-size: 24px;
	text-align: right;
	}
#overall{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: #cccccc;
	margin-top: -10px;
	position: relative;
	}
#content{
	margin-left: 170px;
	margin-right: 180px;
	text-align: justify;
	padding: 0px 10px 0px 10px;
	}
#rightBar{
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 1px solid #020202;
	padding: 5px;
	width: 160px;
	text-align: center;
	}
/* -------------------------------------------- */



/* -- Headers --------------------------------- */
h1{
	font-size: 170%;
	margin: 0px;
	padding-top: 12px;
	}
h2{
	font-size: 140%;
	margin: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	}
h2.person{
	border-bottom: 1px solid #5e8aa7;
	}
/* -------------------------------------------- */

/* -- Images ---------------------------------- */
.imageRight{
	float: right;
	margin-left: 10px;
	margin-top: 12px;
	}
.imageLeft{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	}
.imageBorder{
	border: 1px solid #949BA1;
	padding: 4px;
	background: #eaeaea;
	}
/* -------------------------------------------- */

/* -- Miscellaneous --------------------------- */
.noBorder{
	border: none;
	}
.middle{
	vertical-align: middle;
	}
.cursor{
	cursor: pointer;
	}
p.contactDetails{
	font-size: 120%;
	}
p.contactDetails a{
	text-decoration: none;
	color: #000000;
	}
p.contactDetails a:hover{
	color: #5e8Aa7;
	}
a.inline{
	color: #5D8DA4;
	}
a.inline:hover{
	color: #0000ff;
	}
/* -------------------------------------------- */
