/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dad9eb;
}

DIV{
SCROLLBAR-FACE-COLOR: #f2f2f2;
SCROLLBAR-TRACK-COLOR: #f2f2f2;
SCROLLBAR-BASE-COLOR: #cccccc;
SCROLLBAR-ARROW-COLOR: #999999;
SCROLLBAR-3DLIGHT-COLOR: #f2f2f2;
SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
SCROLLBAR-DARKSHADOW-COLOR: #999999;
SCROLLBAR-SHADOW-COLOR: #cccccc;

}

TD {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
A {
	text-decoration: none;
	color: #000000;
	font-family: verdana;
}
A:hover {
	color: #480000;
	text-decoration: underline;
}
.red {
	background-color: #480000;
}
.blue {
	background-color: #1E3664;
}
.redColumn {
	background-color: #480000;
	width: 2px;
}
.blueColumn {
	background-color: #1E3664;
	width: 2px;
}
.bottom {
	background-color: #1E3664;
	color: #FFFFFF;
}
.bottom A {
	text-decoration:none;
	color:#FFFFFF;
}
.bottom A:hover {
	color: #AFC5ED;
}

/*   SUBLINKS   */
.subdirTitle {
	background-color: #DBCDCD;
	height: 23px;
	padding-left:10px;
	padding-top: 0px;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.subdirUL{
	left: 0px;
	padding:0px;
	margin-left:18px;
	font-weight: normal;
}
.subdirLI {
	list-style-type: none;
	padding:0px;
	padding-bottom: 8px;
	font-weight: normal;
}
.subdir {
	background-color: #EDE4E5;
	text-align: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.news {
	padding: 8px 8px 8px 15px;
	
}

/* MAIN CONTENT */
.content {
	padding: 20px;
	line-height: 16px;
}
.title {
	color: #480000;
	font-size: 12px;
	font-weight: bold;
}
.divider {
	width: 2px;
	background-image:url(/images/dir_linedivider.gif);
}
.dirback {
	background-image:url(/images/dir_backrepeat.gif);
}
.rightShadowDown {
	background-image:url(/images/right_shadow_down.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #EEF0F3;
}
.rightShodowTop {
	background-image:url(/images/right_shadow_top.gif);
}
.whiteShadow {
	background-image:url(/images/right_shadow_white.gif);
	background-position: left;
}
.leftShadowDown {
	background-image:url(/images/left_shadow_down.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #EEF0F3;
}
.leftShadowTop {
	background-image:url(/images/left_shadow_across.gif);
}
.photo {
	padding: 2px;
	border: 1px solid #999999;
}