body {
	margin: 0px auto;
	font-family: Verdana, Arial, serif;
	height: 100%;
	background-color: #ffffff;
	text-align: center; 
	height: 100%;
}
a {
	color: #2E4B6B;
		text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: none;
}
/*


a.anchor {
	text-decoration: none;
}
a.anchor:hover {
	text-decoration: none;
	color: #2E4B6B;
}
h4 {
	display: inline;
	font-size: 16px;
	font-variant: small-caps;
}
input {
	size: 50px;
	background-color: #EBF2FA;
}
textarea {
	background-color: #EBF2FA;
}
p {
display: inline;
} */
div#cc_total {
	width: 1000px;

	height: 100%;
	

	margin-top: 10px;
	margin-left: auto; 
	margin-right: auto;
	border: #cc3333 2px solid;
			background-image: url('/images/menu_bg.jpg');
		background-repeat: repeat-y;
		height: 100%;
	
}
	div#cc_left {
		float: left;
	
		width: 230px;
		padding: 0px;

	}
		div#cc_upper_left {
			padding: 20px;
			padding-bottom: 0px;
			
			height: 177px;
		}
		div#cc_menu {
			border-top: #cc3333 2px solid;

			font-variant: small-caps;
			text-align: left;
			padding-left: 20px;
			padding-top: 20px;
			font-size: 16px;
			line-height: 30px;

		}
			a.menulink {
					color: black;
					text-decoration: none;
					
					
				}
				a.menulink:hover { 
					
					color: #cccccc;
					text-decoration: none;
				}
				a.menulink_active {
					text-decoration: none;
					color: #cc3333;
					
				}
				a.menulink_active:hover {
				text-decoration: none;
					color: #cc3333;
					cursor: default;
				}
	div#cc_main {
		float: left;
	
		width: 765px;
	
		height: 100%;
		
	}
		div#cc_upper_main {	
			height: 160px; /* 240 +20px bottom */
	
			
			
			
		}
		div#cc_upper_main img {
			margin: 2px;
			margin-top: 20px;
			border: #cc3333 2px solid;
		}
		div#cc_upper_menu {
			padding-top: 7px;
			float: left;
			width: 764px;
			text-align: right;
			height: 30px;
			
			padding-right: 6px;
			border-bottom: #cc3333 2px solid;
		}
		
		div#cc_upper_menu a{
			font-variant: small-caps;
			font-size: 18px;
			font-weight: bold;
			margin-right: 5px;
			color: white;
			background-color: #cc3333;
			padding: 4px;
			border: 1px solid #cc3333;
		}
		
		div#cc_upper_menu a.menulink:hover {
			color: black;
			background-color: white;
			border: 1px solid #cc3333;
		}
		div#cc_upper_menu a.menulink_active {
			color: black;
		}
		div#cc_upper_menu a.menulink_active:hover {
			color: black;
		}
		
		div#cc_content {
			float: left;
			width: 750px;
			text-align: left;
			padding: 8px;
		
		

		}
			a.banner{
				font-variant: small-caps;
				font-size: 18px;
				font-weight: bold;
				margin-right: 5px;
				color: white;
				background-color: #cc3333;
				padding: 4px;
				border: 1px solid #cc3333;
				text-decoration: none;
			}
			a.banner:hover {
				color: black;
				background-color: white;
				border: 1px solid #cc3333;
			}

	div#cc_header {
		width: 100%;
		
		
		
		border: 1px solid #2E4B6B;
		border-bottom: 0px;
		
	}
		
	

		h1 {
			font-variant: small-caps;
			font-size: 20px;
			letter-spacing: 2px;
		}
		h2 {
			font-variant: small-caps;
			font-size: 16px;
		}
		h3 {
			font-size: 16px;
			display: inline;
			font-weight: bold;
		}
		td {
			vertical-align: top;
		}
div#footer {
	border-top: 1px solid #cc3333;
	padding: 3px;
	text-align: right;
	clear: both;
	background-color: white;
	
}
/* NEWS */
div.date_time {
	font-size: 12px;
	display: inline;
	font-style: italic;
}


/* LINKS */
div.cat_name {
	font-variant: small-caps;
	font-weight: bold;
}