/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image:url(images/structure/bg_main.gif);
	background-repeat:repeat-y;
	background-position:center;
	color:#000;
	margin: 0px;
	font-size: 12px;
	font-family:Tahoma,Arial,Helvetica;
}
.bg_table {
	width:790px;
	height:100%;
	border:0px;
	text-align:left;
}
.header_table {
	width:760px;
	height:123px;
	border:0px;
	text-align:left;
}
.logo {
	padding: 5px 0px 5px 0px;
	background-image:url('images/structure/header.gif');
	background-position:right;
	background-repeat:no-repeat;
}
.title {
	padding-right:20px;
	font-size:x-large;
	font-weight:bold;
	color:#631818;
}
.SideBar {
	border:dotted 1px #ccc;
	background-color:#E1E1E1;
	margin:3px;
}
.CenterCell {
	border:dotted 1px #ccc;
	background-color:#E1E1E1;
	margin:3px;
}

.sponsors_table {
	width:85%;
	height:50px;
	text-align:center;
}

#footer {
	margin:0px 0px 0px 0px;
	border-top:1px solid #999;
	padding:5px 20px;
	background-color: #FFFFFF;
	background-image: url('images/structure/bg_foot.png');
	background-repeat: repeat-x;
	background-position: left top;
	position:relative;
	height:50px;
	color:#333333;
	font-size:11px;
}
#footer .address {
	text-align:left;
}
#footer .contact {
	text-align:center;
}
#footer .copyright {
	text-align:right;
}

#font_size, .font_size {
	width:760px;
	position:absolute;
	top:0;
}

/* Styles */
.SubHead {
	font-size: large;
	font-weight: bold;
	color:#631818;
}
/* Link Defaults */
a:link {
	color: #0000FF;
	text-decoration:underline;
}
a:visited {
	color: #0000FF;
	text-decoration:underline;
}
a:hover {
	color: #0000FF;
	text-decoration:underline;
}
a:active {
	color: #0000FF;
	text-decoration:underline;
}

tr.d0 td {
	background-color: #ccc; color: black; border-top:2px solid #fff; height:24px;
}
tr.d1 td {
	background-color: #bcbcbc; color: black; border-top:2px solid #fff; height:24px;
}


/* Common Attributes */
table {
	padding:0px;
	border-spacing:0px;
	text-align:left;
}
table th {
	text-align:center;
}
a img {
	/* This centers the image */
	background-color:#FFFFFF;
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	/* This adds the border */
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 2px 3px 3px 2px;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}