/* Color key for Great Justice */
/* =========================== */
/*  Background: #b6b5b5;       */
/*  Dark grey border: #5a5b65; */
/*  Light gray cont: #eae9ee;  */
/*  Medium gray: #d5d6da       */
/*  Gray text: #505050;        */
/*  Orante text: #ff8f0b;      */
/*  Blue text: #3d64a4;        */
/* =========================== */



/* html redefinition */

html,body {
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #505050;
	}
	
html {
	background-color: #b6b5b5;
	}

img {
	border: 0px;
	}


/* id */

#content {
	background-color: #d5d6da;
	width: 720px;
	margin-top: 6px;
	padding-top: 22px;
	}
	#content p {
		}

#footer {
	width: 836px;
	text-align: center;
	color: white;
	padding-top: 10px; 
	}
	#footer a:link, #footer a:visited {
		color: white;
		text-decoration: none;
		}
	#footer a:hover {
		color: #3d64a4;
		}

#innerholder {
	background-image: url('images/left_right_bars.gif');
	background-color: white;
	}

#left {
	float: left;
	width: 18px;
	height: 100%;
	background-color: #5a5b65;
	}

#logo {
	text-align: right;
	background-color: white;
	}

#middle {
	margin-left: 58px;
	float: left;
	padding-bottom: 20px;
	}

#nav {
	width: 836px;
	background-image: url('images/graybar_top.gif');
	background-repeat: no-repeat;
	height: 17px;
	overflow: hidden;
	}
	#nav #linkholder img {
		border: 0px;
		}
	#nav #linkholder {
		margin-left: 60px;
		}

#wrapper {
	width: 836px;
	margin: 20px auto;
	text-align: left;
	}
	

/* class */

.clear {
	clear: both;
	}
	
.chunk {
	width: 700px;
	padding-bottom: 20px;
	}

.leftchunk {
	float: left;
	width: 235px;
	text-align: right;
	}
	.leftchunk p {
		margin-right: 20px;
		font-size: 14px;
		}
	.leftchunk img {
		margin-right: 30px;
		}

.rightchunk {
	float: right;
	width: 462px;
	background-color: #eae9ee;
	}
	.rightchunk a:link, .rightchunk a:visited {
		color: #3d64a4;
		text-decoration: none;
		}
	.rightchunk a:hover {
		color: #ff8f0b;
		}
	.rightchunk p {
		padding-left: 15px;
		padding-right: 25px;
		line-height: 16px;
		}
	.rightchunk ul {
		line-height: 16px;
		padding-right: 25px;
		}
	.contact .rightchunk ul {
		list-style-type: none
		}

/* text classes */

.orange {
	color: #ff8f0b;
	font-style: italic;
	font-weight: bold;
	}
