@charset "UTF-8";

body {
	background-color: #0F2D43;
}

#mailform {
	text-align:right;
	padding-right:200px;
}

#Layout {
	position:absolute;
	left: 50%;
	height:100%;
	margin-left: -480px;
	width:960px; 
	
}

#TOP {
	background-image: url(images/T_bar.jpg);
	height: 215px;
	width: 960px;
	background-position:bottom;
	background-repeat: no-repeat;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #2E1C1D;
}

#LEFT {
	background-image: url(images/L_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 228px;
	background-color: #382929;
	vertical-align: top;
	padding-top: 5px;
}

#BODY {
	background-color: #d6ceb7;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #2E1C1D;
	font-family: "Georgia", "Minion Web", "Palatino", "Book Antiqua", "Utopia", "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	width: 732px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:0px;
	padding-bottom:10px;

}

.csc-firstHeader {
	font-size: 24px;
}

.bodytext p{
	font-family: "Georgia", "Minion Web", "Palatino", "Book Antiqua", "Utopia", "Times New Roman", serif;
        font-size: 14px;
        line-height: 18px;
}

#FOOTER {
	height: 20px;
	font-family: "Georgia", "Minion Web", "Palatino", "Book Antiqua", "Utopia", "Times New Roman", serif;
	font-size: 12px;
	line-height: 14px;
	background-color: #d6ceb7;
	padding-top:5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #2E1C1D;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #2E1C1D;
	text-indent: 150px;
	left: 220px;
}

.nav A{
	position:relative; display:block;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffY=3, OffX=3, color=#330000, positive=TRUE);
	color: #F2EFE8;
	text-shadow: #330000 4px 4px 3px;
	filter: Shadow(Color=#330000, Direction=135, Strength=7);
	font-family: "Georgia", "Minion Web", "Palatino", "Book Antiqua", "Utopia", Times New Roman, serif; 
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-left:25px;
	text-decoration:none;
	}

.nav A span { position:absolute; display:block; top:0px;  }
.nav A:before  { display:block; padding:1px; content: attr(title); color:#330000;  } 

.subnav A{ 
	position:relative; display:block;
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffY=3, OffX=3, color=#330000, positive=TRUE);
	color: #F2EFE8;
	text-shadow: #330000 4px 4px 3px;
	filter: Shadow(Color=#330000, Direction=135, Strength=7); 
	font-family: "Georgia", "Minion Web", "Palatino", "Book Antiqua", "Utopia", Times New Roman, serif; 
	font-size: 18px; font-weight: bold; 
	line-height: 22px; 
	margin-left: 40px;
	text-decoration:none;
	}
	
.subnav A span { position:absolute; display:block; top:0px;  }
.subnav A:before  { display:block; padding:1px; content: attr(title); color:#000000;  }

