* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, sans-serif;
	background-color: #000066;
}

p {
	padding-top: 10px;
	}

p a:link, p a:visited {
	color: #fe9901;
	text-decoration: underline;
	
}

p a:hover {
	color: #382e54;
	text-decoration: underline;
}



/*-------- header -------*/

.header {
	background: url('../images/bg/tcm-2-header.jpg') center no-repeat;
	height: 277px;
}



/*-----nav-----*/


#nav {
	font-family: Arial, sans-serif;
	font-size: medium;
	margin: 0px auto;
	width: 826px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 130px;
}

#nav li {
	position: relative;
	float: right;
	padding-right: 0px;
	text-align: center;
}


#nav li ul {
	display: none;
	position: absolute;
	left: 0;
	padding: 0;
	width: 100px;
}

li > ul {
	top: auto;
	left: auto;
	}


/*#nav li ul li{
	width: 100px;
}*/

#nav li ul li{
	width: 100px;
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}

#nav a {
	display: block;
}

#nav a:link, #nav a:visited {
	padding: 7px;
	color: #ffffff;
	background-color: #000066;
	text-decoration: none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;	
}

#nav a:hover {
	padding: 7px;
	background-color: #fe9901;
	color: #000066;	
}


/* ----- wrapper ------*/
#wrapper {
	width: 826px;
	margin: 0 auto;
}

#main{
	background: url('../images/bg/tcm-2-body.jpg') center repeat-y;
}

#main p {
	margin-left: 60px;
}

#main p.title{
	text-align: center;
}

/* ----- table -----*/

table {
	width: 700px;
	margin-left: 65px;
	border: thin solid #000000;
	border-collapse: collapse;
}

td {
	border: thin solid #000000;
	padding: 3px;	
}

td.celldate {
	color: #fe9901;
	background-color: #000066;
	}

table ul{
	list-style-position: outside; 
	margin-left: 0px;
	padding-left: 40px; 
	list-style: disc; 
	vertical-align: middle; 
	
	
}

table ul li{
	margin: 0px; 
	padding: 0px;
	
}


/*-------- footer --------*/

.footer {
	clear: both;
	background: url('../images/bg/tcm-2-footer.jpg') center no-repeat;
	height: 60px;	
}


/* ----- copyright -----*/

#copyright {
	width: 1024px;
	font-size: small;
	text-align: center;	
}

#copyright p {
	color:#ffffff;
	padding-top: 40px;
	padding-right:190px;
}

