@import url(rte.css);

body {
	background: black;
	color: black;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: small;
}

a {
	color: #6699CC;
}

a:hover {

}

p {

}

#container {
	background-color: white;
	min-width: 780px;
}

#logo {
	background-image: url(logo_bg.png);
	background-repeat: repeat-x;
	position: relative;
	color: white;
	height: 83px;
	overflow: hidden;
	padding-bottom: 15px;
}

#logo h1,#logo h2 {
	white-space: nowrap;
}

#logo h1 {
	padding-top: 15px;
	font-size: large;
}

#logo h2 {
	font-size: x-small;
}

#tes-logo {
	float: left;
	margin-right: -10px;
	* margin-right: 0px;
}

#logo a img {
	border: 0px;
}

#header-right {
	float: right;
}

table#layout {
	padding-left: 5px;
	padding-right: 5px;
}

/* Breadcrumbs */

#breadcrumbs {
	font-size: xx-small;
	padding-bottom: 10px;
}

/*** Sidebars ***/

td#left, td#right {
	background-color: #DEE9F3;

}

#leftside {

}

#rightside h1 {
	background-color: #6699CC;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #95B9DC;
	border-left: 1px solid #95B9DC;
	border-right: 1px solid #3E5E7D;
	border-bottom: 1px solid #3E5E7D;
	color: white;
	font-size: medium;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}

#rightside p {
	margin: 0px;
	padding: 15px 10px 15px 10px;
	background-color: #6699CC;
	color: white;
}

#rightside p a {
	color: white;
}

/*** Sidebar menu ***/

#secondarynav {

}

div.nav, div.subnav {
	background-color: #6699CC;
	margin-bottom: 5px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #95B9DC;
	border-left: 1px solid #95B9DC;
	border-right: 1px solid #3E5E7D;
	border-bottom: 1px solid #3E5E7D;
}

div.nav {
	text-transform: uppercase;	
}

#secondarynav div.subnav {
	font-size: x-small;
	text-transform: none;
}

div.nav a, div.subnav a {
	text-decoration: none;
	color: white;
}

.active {
	font-weight: bold;
}

#secondarynav div.subnav {
	margin-left: 20px;
}

#tertiarynav-sub div.subnav {
	margin-left: 40px;
}

/*** Content ***/

#content {
	color:black;
	padding: 0px 20px;
}

#content h1 {
	color: #124873;
	text-transform: uppercase;
	font-weight: normal;
	font-size: x-large;
	margin-top: 0px;
}

/*** Footer ***/

#footer {
	padding: 20px;
	text-align: center;
	color: white;
}

#footer a {
	text-decoration: none;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

table.csc-uploads {
	border-collapse: collapse;
}

table.csc-uploads p {
	margin: 0px;
	padding: 2px;
}

table.csc-uploads tr.tr-odd {
	background-color: #DEE9F3;
}

.tx-slideshow-pi1 {
	/* background-color: #DEE9F3;
	background-image: url(slideshow_bg.gif); */
	margin-bottom: 20px;
}

/*** End of file ***/