A {
	color: #F04D22; 
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #F04D22; 
	font-weight: bold;
	text-decoration: underline;
}

BODY {
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: Arial; 
	color: #333333;
	font-size: 11px;
}

TD {
	font-family: Arial; 
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}

h1 {
	font-family: Arial;
	color: #333333;
	font-size: 18pt;
	margin: 0;
	padding: 0;
	visibility: hidden;
	line-height: auto;
}

.body {
	border: 1px solid #333333;
	background-color: #FFFFFF;
	height: 528px;
}

.logobox {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	width: 254px;
	height: 201px;
}

.imagebox {
	border-bottom: 1px solid #333333;
	width: 682px;
}

.disciplines {
	background-color: #2A2872;
}

.disciplines-btm {
	background-color: #2A2872;
	height: 48px;
}

.pageheader {
	border-bottom: 1px solid #333333;
	padding-left: 15px;
	height: 30px;
}

.background-image {
	background-image: url('../images/backgroundimage.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.footer {
	height: 48px;
}

.content {
	padding: 15px;
}

.search {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	width: 140px;
	height: 19px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-right: 0px;
	border-left: 0px;
	background-image: url('../images/search_grad.gif');
	background-repeat: repeat-x;
	padding: 2px 0px 0px 3px;
	}
	
.textbox {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	width: 160px;
	height: 19px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-right: 0px;
	border-left: 0px;
	background-image: url('../images/search_grad.gif');
	background-repeat: repeat-x;
	padding: 2px 0px 0px 0px;
	}
	
.dropdown {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height: 19px;
	border: 1px solid #333333;
	padding-top: 2px;
	}
	
table#thumb_container {
border:1px dotted #666666;
height:137px;
text-align:center;
vertical-align:middle;
width:135px;
}	

TD.left-title {
	padding-left: 18px;
	height: 29px;
	color: #FFF;
	font: 14px arial;
}
TD.discipline A {
	display: block;
	text-transform: uppercase;
	color: #666;
	background: transparent url(../images/discipline-button-background.jpg) no-repeat top left; 
	padding: 8px 0 6px 20px; 
}
TD.discipline A:hover {
	color: #FFF;
	background-image: url(../images/discipline-button-background-hover.jpg);
	text-decoration: none;
}