/*	CSS for Contents Pages	*/


body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Helvetica, sans-serif;
	color:#333333;
}

td {
/*	font-size: 9pt;*/
}

p {
/*	font-size: 10pt;*/
	line-height:120%;
}

a {
/*	font-weight: bold;*/
}

a:link { color: #333333; text-decoration: underline; }
a:visited { color: #333333; text-decoration: underline; }
a:active { color: #993300; text-decoration: underline; }
a:hover { color: #993300; text-decoration: underline; }

div.vbanner {
/*	height: 1000px; */
	background-image:url(../img/banner_v.gif);
	background-repeat: repeat-y;
}

div.page_frame {
	width: 850px; 
	min-height:950px;
	margin-top: 0px;
	padding-top: 30px;
	padding-left: 0px;
	padding-bottom: 10px;
	background-image:url(../img/banner_v.gif);
	background-repeat: repeat-y;
	background-position:right top;
/*	border: 1px solid #000000;	*/
}

div.header {
	width:660px;
	margin-left:28px;
	margin-bottom:60px;
}

div.large_heading {
	margin:auto;
	padding-top:5px;
	padding-bottom: 10px;
	font-size: 20pt;
/*	font-weight: bold;	*/
	text-align:center;
}

div.main_cont_frame {
	width: 570px;
	border-left: 1px solid #333333; 	
}

div.cont_frame {
	width:450px;
	margin: auto;
	margin-top:20px;
/*	border: 1px solid #333333; 	*/
}

div.cont_title {
	padding-top:25px;
	padding-bottom: 0px;
	color: #5A7D83;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
/*	border: 1px solid #333333; 	*/
}

div.news_title {
	padding-top:3px;
	padding-bottom: 3px;
	padding-left:3px;
	color: #FFFFFF;
	background-color:#333333;
	font-size: 10.5pt;
	line-height:130%;
/*	font-weight: bold;*/
/*	border: 1px solid #333333; 	*/
}

div.red_title {
	padding-top:3px;
	padding-bottom: 3px;
	padding-left:3px;
	color: #FFFFFF;
	background-color:#A2161F;
	font-size: 10.5pt;
	line-height:130%;
/*	font-weight: bold;*/
/*	border: 1px solid #333333; 	*/
}

div.red_box {
	width: 438px;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 10px;
	font-size: 10pt;
	border: 1px solid #A2161F; 	
}

div.news_date {
	padding-top:0px;
	padding-bottom: 1px;
	padding-left:3px;
	color: #333333;
	font-size: 8pt;
/*	font-weight: bold;*/
/*	border: 1px solid #333333; 	*/
}

div.contents {
	width: 450px;
	padding-top:0px;
	padding-bottom: 15px;
	font-size: 10pt;
/*	border: 1px solid #333333; 	*/
}

div.page_footer {
	width:500px;
	margin: auto;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:30px;
	font-size: 8pt;
	text-align: center;
	border-top: 3px double #333333;
}

div.menu_frame {
	width:120px;
}

div.menu_title {
	width:120px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:12px;
	text-align:center;
	color:#ffffff;
	background:#333333;
}

div.menu_item {
	width:100px;
	padding-top:3px;
	padding-bottom:3px;
	margin:auto;
	margin-bottom:5px;
	text-align:center;
	color:#333333;
	background:#CCCCCC;
	font-size: 8pt;
	border: 3px double #333333;
}

div.menu_item a:link { color: #333333; text-decoration: none; }
div.menu_item a:visited { color: #333333; text-decoration: none; }
div.menu_item a:active { color: #993300; text-decoration: underline; }
div.menu_item a:hover { color: #993300; text-decoration: underline; }

div.menu_box {
	width:100px;
	margin:auto;
	color:#333333;
	font-size: 8pt;
	border: 1px solid #333333;
}

.double_line {
	border-top: 3px double #666666;
}

.dot_line {
	border-top: 2px dotted #5A7D83;
}

.gray_bg {
	padding:5px;
	background: #CCCCCC;
	color: #333333;
	font-size:9pt;
}

.gray_bg a:link { color: #333333; text-decoration: underline; }
.gray_bg a:visited { color: #993300; text-decoration: underline; }
.gray_bg a:active { color: #993300; text-decoration: none; }
.gray_bg a:hover { color: #993300; text-decoration: none; }

.black_bg {
	background: #000000;
	color: #FFFFFF;
}

.uni_link {
	font-size: 9pt;
	font-weight: bold;
}

.larger {
	font-size: 10pt;
}

.smaller {
	font-size: 8pt;
}

.narrower {
	letter-spacing: -0.1em;
}

.spaced_line {
	line-height: 200%;
}

.red {
	color: #993300;
}