/* 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;
	}
	
#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:989px;
	}
	
/* ############################## */	
/* 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:620px;
	margin-left:30px;
	}
	
#Main td {
	padding:5px;
	font-size:0.8em;
	}
	
#Main table {
  border:1px solid #9A6DC7;
	}

#Main table.Schedules {
	font-size:0.8em;
	}
	
#Main td.Schedules {
	width:100px;
	border-bottom:1px solid #9A6DC7;
	border-right:1px solid #9A6DC7;
	}
			
tr.RowTitle {
	background-color:#9A6DC7;
	color:#F2E9FC;
	font-weight:bold;
	}
	
tr.RowPale {
	background-color:#F4EaFd;
	}
	
tr.RowDark {
	background-color:#EDD9FF;
	}

.Indented {
	padding:0px 0px 0px 30px;
	}
	
/* ############################## */	
/* FOOTER ################### */
#Footer {
	margin:20px 0px 30px 0px;
	padding:20px 0px 0px 0px;
	border-top:1px solid #C8B3DB;
	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 {
	float:left;
	border:1px solid #9A6DC7;
	/*background-color:#C8B3DB;*/
	background-color:#F8F3FD;
	padding:5px;
	margin:5px;
	}
	
.TextBox img {
	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;
	}
	
	
/* GALLERRY STYLES ############### */
#PhotoGalleryNavigation ul{
	padding:0;
	margin:0;
	margin-bottom:15px;
	}
	
#PhotoGalleryNavigation li {
	list-style:none;
	display:inline;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
	background-color:#E8D3FB;
	border:1px solid #9A6DC7;
	}
	
#PhotoGalleryNavigation a {
	margin:0;
	padding:3px 5px 3px 5px;
	text-decoration:none;
	}
	
#PhotoGalleryNavigation a:hover {
	background-color:#c8a3dB;
	text-decoration:none;
	}
	
#ImageThumbsRow {
	clear:both;
	border-bottom:1px dashed #c8a3DB;
	}
	
#ImageThumb {
	width:150px;
	height:150px;
	padding:5px;
	float:left;
	text-align:center;
	}
	
#ImageThumb img {
	top:50%;
	left:50%;
	}
	
p.NoticeTitle {
	font-size:1.3em;
	font-weight:bold;
	color:#9A6DC7;
	}
	

.Clear {
	height:2px;
	font-size:2px;
	padding:0;
	margin:0;
	clear:both;
	}
	
.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;
	}
	
.LessImportantNotice {
	padding:0px 10px 0px 10px;
	margin:0px 0px 10px 0px;
	border:2px solid #C8B3DB;
	background-color:#FFeeFF;
	font-weight:bold;
	font-size:1.1em;
	}
	
div.LessImportantNotice p {
	padding:3px 0px 3px 0px;
	margin:0;
	}
		

	
#Main table.VideoTable {
	border:none;
	}
	
#Main table.VideoTable tr td{
	padding:5px 5px 20px 5px;
	margin:0;
	text-align:center;
	vertical-align:top;
	}
	
	
.Superscript {
	font-size:70%;
	vertical-align:top;
	}

	
.DividerLine {
	border-top:1px solid #C8B3DB;
	}