/* CSS Document */

html, body {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#9A6DC7; 
	background:url(../ImagesCommon/PageBackground.jpg);
	background-position:right;
	background-repeat:repeat-y;
	}
	
p {
	margin:0px 0px 15px 0px;
	}
	
h1 {
	font-size:1.5em;
	/*font-family:"Times New Roman", Times, serif; */
	color:#C8B3DB;
	}
	
h2 {
	font-size:1.2em;
	/*font-family:"Times New Roman", Times, serif; */
	font-style:italic;
	color:#C8B3DB;
	margin:0px 0px 4px 0px;
	}
	
h3 {
	font-size:1.0em;
	/*font-family:"Times New Roman", Times, serif; */
	font-style:italic;
	margin:0px 0px 4px 0px;
	padding:3px;
	color:#9A6DC7;
	background-color:#F2E9FC;
	}
	
h4 {
	margin:0px 0px 4px 0px;
	font-weight:bold;
	}
	
#Main a {
	color:#6A3D97;
	text-decoration:underline;
	}
	
#Main a:hover {
	color:#9A6DC7;
	text-decoration:underline;
	}

/* ############################## */	
/* BANNER ################### */	
#Banner {
	height:158px;
	overflow:hidden;
	background-image:url(../ImagesCommon/Banner_Back.gif);
	background-repeat:repeat-x;
	}
	
.RightImage {
	float:right;
	margin:0px 0px 10px 10px;
	}
	
.LeftImage {
	float:left;
	margin:0px 10px 10px 0px;
	}
	
img.PageSeparator {
	clear:both;
	margin:10px 0px 20px 0px;
	}
	
/* ############################## */	
/* CONTAINER ################### */
#Container {
	width:920px;
	}
	
/* ############################## */	
/* NAVIGATION ################### */
#Navigation {
	float:left;
	width:164px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#9A6DC7;
	}
	
#Navigation ul, #Navigation li {
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
	
#Navigation img {
	vertical-align:bottom;
	}
	
/* ############################## */	
/* MAIN ################### */
#Main {
	float:left;
	width:700px;
	margin-left:30px;
	}
	
/*#Main td {
	padding:2px 2px 2px 5px;
	font-size:0.8em;
	}
	*/
#Main table {
  border-top:1px solid #9A6DC7;
	border-left:1px solid #9A6DC7;
	}

	
#Main td {
	text-align:center;
	vertical-align:top;
	width:100px;
	font-size:0.8em;
	padding:2px 2px 2px 5px;
	border-bottom:1px solid #9A6DC7;
	border-right:1px solid #9A6DC7;
	}
		
#Main td.Description {
	text-align:left;
	font-weight:bold;
	vertical-align:top;
	}
		
tr.RowTitle {
	background-color:#9A6DC7;
	color:#F2E9FC;
	font-weight:bold;
	}
	
tr.RowPale {
	background-color:#F2E9FC;
	}
	
tr.RowDark {
	background-color:#E8D3FB;
	}

.Indented {
	padding:0px 0px 0px 30px;
	}
	
/* ############################## */	
/* FOOTER ################### */
#Footer {
	margin:20px 0px 30px 0px;
	clear:both;
	font-size:0.8em;
	text-align:center;
	}
	
#Footer ul {
	margin:0px;
	}
	
#Footer li {
	list-style:none;
	display:inline;
	margin:20px;
	}
	
#Footer a {
	font-weight:normal;
	color:#9A6DC7;
	text-decoration:underline;
	}
	
#Footer a:hover {
	font-weight:normal;
	color:#5A2D87;
	text-decoration:underline;
	}
	
.TextBox {
	border:1px solid #9A6DC7;
	/*background-color:#C8B3DB;*/
	background-color:#E8D3FB;
	padding:5px;
	}
	
#ImageBoxRight {
	border:1px solid #9A6DC7;
	padding:2px;
	margin:5px 0px 5px 5px;
	background-color:#F2E9FC;
	float:right;
	}
	
#Caption {
	font-size:0.7em;
	font-weight:bold;
	text-align:center;
	}
	
.New {
	color:red;
	}
	
.ImportantNotice {
	padding:0px 10px 0px 10px;
	margin:0px 0px 10px 0px;
	color:red;
	border:2px solid red;
	background-color:#FFeeFF;
	font-weight:bold;
	font-size:1.3em;
	}
	
div.ImportantNotice p {
	padding:3px 0px 3px 0px;
	margin:0;
	}
	
#JackRabbitDiv {
	color:#000000;
	}
	
#JackRabbitDiv table {
	width:800px;
/*	background-color:#F2E9FC; */
	border-top:1px solid #9A6DC7;
	border-left:1px solid #9A6DC7;
	border-right:1px solid #9A6DC7;	
	}
	
#JackRabbitDiv table tr td {
/*	background-color:#F2E9FC; */
	border-bottom:1px solid #9A6DC7;
	}