body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a5ebb;
	background-color: #efc110;

	margin: 0px;
}
	
td, th {
	font-size: 12px;
}

th {
	border-style: solid;
	border-color: #efc110;
	border-width: 0px 0px 1px 0px;
	text-align: left;
}

h2 {
	color: #e1742b;
}

form {
	margin: 0px;
}

#bottom-main {

	height: 35px;
	font-style: italic;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #666;

	padding: 4px;

	vertical-align: top;
}

#bottom-main a {

	color: #1a5ebb;
}

#top-left {

	background-color: #5480bc;
	width: 154px;

	vertical-align: top;

}

#top-img-left {
	height: 110px;
}

#middle-left {

	border-style: solid;
	border-color: #666;
	border-width: 0px 1px 0px 0px;
	
	vertical-align: top;
}

#middle-left a {
	display: block;
	color: #1a5ebb;
	background-color: #efc110;

	margin: 0px 0px 5px 0px;
	padding: 2px 0px 2px 10px;

	font-weight: bold;
	text-decoration: none;
}

#middle-left a:hover {

	color: #efc110;
	background-color: #1a5ebb;
}

#top-right {

	background-color: #1a5ebb;
	vertical-align: top;
}

#top-img-right {
	height: 85px;
	background-image: url('/img/top-filler.png');
	background-repeat: repeat-x;
	background-position: top left;

	border-color: #5480bc;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.button {
        border: 1px outset #5480bc;
        font: bold 13px 'Trebuchet MS', sans-serif;
        background-color: #efc110;
	color: #1a5ebb;
}

#content {
	color: #efc110;
	vertical-align: top;

	width: 600px;

	padding: 25px 10px 5px 10px;

	background-image: url('/img/content-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content td {
	color: #efc110;
}

#content th {
	color: #efc110;
}

a {
	color: #e1742b;
	font-weight: bold;
}

#middle-right-fade {

	background-image: url('/img/middle-right-fade.png');
	background-repeat: repeat-y;
	background-position: top left;

	vertical-align: top;

	border-color: #5480bc;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
}

.thumbnails {
	border-color: #efc110;
	border-style: solid;
	border-width: 1px 1px 1px 1px;	
}

.box {
	background-color: #5480bc;
	padding: 2px;
}

.popupNavigation a{
	color: #1A5Ebb;
}

