body {
	font-family:Garamond, Times, serif;
	margin:30px;
	background-color:#d8dae3;
}
table { border:0; }
td { padding:0; text-align:left; vertical-align:top; }
img { border:0; display:block; }

#bg {
	width:925px;
	background-color:#4a63ae;
	border:solid 1px #000;
}
#bg_inner {
	margin:18px;
	background-color:#dde0d2;
	padding:0 2px;
	background-image:url(img/bg_head.gif);
	background-repeat:repeat-y;
}
#head {
	background-color:#fff;
	background-image:url(img/bg_head.gif);
	background-repeat:repeat-y;
	padding-top:15px;
	height:60px;
	border-bottom:solid 1px #dde0d2;
}
#footer {
	width:925px;
	margin-top:6px;
	text-align:left;
	font-size:11px;
	color:#000;
}
#menu {
	background-color:#edefe6;
	height:22px;
	border-top:solid 1px #fff;
	padding-bottom:2px;
	text-align:right;
	border-bottom:solid 1px #dde0d2;
	font-family: Garamond, Times, serif; 
	font-size:13px; 
	text-transform:uppercase; 
}
#menu a { 
	display:block; 
	float:right; 
	margin:4px 8px 0 11px; 
	color:#333333; 
	text-decoration:none;  
}
#menu a:hover {
	color:#4a63ae;
}
#menu .active { 
	display:block; 
	float:right; 
	margin:4px 8px 0 11px; 
	color:#4A63AE; 
}
.initcap {
	font-size:14px;
}
#pagetitle {
	font-family: Garamond, Times, serif; 
	font-size:13px; 
	text-transform:uppercase; 
	color:#4A63AE;
}
.pagesubtitle {
	font-family: Garamond, Times, serif; 
	font-size:11px; 
	text-transform:uppercase; 
	color:#999;
}
.subtitle2 {
	font-family: Garamond, Times, serif; 
	font-size:11px; 
	text-transform:uppercase; 
	color:#4A63AE;
}
#td_main {
	min-height:400px;
	height:auto !important;
	height:400px;
}