/*****************/
/* Layout Styles */
/*****************/

body {
	background-color: #000000;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: table;
	width: 750px;
	border: 2px solid #FFFFFF;	
}

td.main {
	display: table-cell;
	width: 567px;
	background-image: url(images/centre.jpg);
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

td.main img {
	margin: 10px;
}

#dates {
	display: table;
	padding: 0px;
	margin: 0px;
	border-left: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
}
#dates td{
	padding: 5px;
	border-right: solid #FFFFFF 1px;
	border-top: solid #FFFFFF 1px;
}

li{
	margin-bottom: 10px;
}

/**************/
/* Menu Style */
/**************/
#nav{
	background-color: #85A6B7;
	width: 143px;
	vertical-align: top;
	padding-top: 20px;
}

/***************/
/* Link Styles */
/***************/
#nav a {
	font-family:  "Arial Narrow", "Impact", "Arial Black";
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	display: block;
	margin-right: 5px;
	margin-left: 6px;
	padding-bottom: 3px;
	border-bottom: dashed #FFFFFF 1px;
	font-weight: bold;
}

#nav a:hover {
	color: #006666;
}

#nav a:visited {
	color: #B8D2DC;
}

a {
	font-weight: normal;
	color: #669AFF;
	text-decoration: none;
}

a:hover {
	color: #006666;
	text-decoration: underline;
}


#info-pack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000033;
	margin-left: 5px;
}

#info-pack a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: underline;
	color: #000033;
	margin: 0;
	border: 0;
}

#info-pack a:hover{
	text-decoration: none;

}

#info-pack a:visited {
	color: #000033;

}

/*****************/
/* Heading Styles */
/*****************/

h1 {
	font-family: Impact, "Arial Narrow", "Arial Black";
	font-size: 2em;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-family: "Arial Narrow", Arial, Verdana;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
	font-family: Impact, "Arial Narrow", "Arial Black";
	font-size: 2em;
	font-weight: normal;
	color: #9999CC;
	margin: 0px;
	text-align: center;
}

/*********************/
/* Other font Styles */
/*********************/

.highlight {
	font-style: italic;
	color: #99CCCC;
}
