@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	background-color: #FAF9F5;
	font-family: "Century Gothic", Arial, Verdana;
	font-size:12px;
	color: #FBFAF7;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}
	
	#frame {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	}
	
	#warning {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:center;
	}
	
	#header {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	}
	
	#right {
	width:169px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	float:right;
	margin-top: 20px;
	}	
	
	#right2 {
	width:109px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	float:right;
	margin-top: 20px;
	}
	
	#content_frontpage {
	width:232px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	float:right;
	background-image: url(../images/frontpage.gif);
	background-repeat: no-repeat;
	height: 443px;
	margin-top: 20px;
	}	
	
	#content_speechwriting {
	width:582px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	float:right;
	background-image: url(../images/speechwriting.gif);
	margin-top: 20px;
	height: 443px;
	}	
	
	#content_training {
	width:582px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	float:right;
	background-image: url(../images/training.gif);
	margin-top: 20px;
	height: 443px;
	}	
	
	#content_recruitment {
	width:582px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	float:right;
	background-image: url(../images/recruitment.gif);
	margin-top: 20px;
	height: 443px;
	}	
	
	#menu {
	width:150px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	float:left;
	padding-top: 20px;
	padding-left: 20px;
	}
	
	#footer {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	float:left;
	}

.h1{
	color:#333333;
	line-height: 25px;
	font-size:18px;
	letter-spacing:1px;
	text-decoration:none;
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 15px;
}
	
.main_black2 {
	color:#333333;
	line-height: 25px;
	font-size:16px;
	letter-spacing:1px;
	text-decoration:none;
	}
	
	.main_black2 a{
	color:#333333;
	text-decoration:none;
	}
	
	.main_black2 a:hover{
	color:#FF7456;
	text-decoration:none;
	}
	
	.main_black2 a:Active{
	color:#333333;
	}

.text_left {
	font-size:13px;
	text-align:left;
	text-decoration:none;
	font-family: "Century Gothic", Arial, Verdana;
	color: #333333;
	letter-spacing: 0px;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 10px;
	}
	
.text_right {
	font-size:13px;
	text-align:left;
	text-decoration:none;
	font-family: "Century Gothic", Arial, Verdana;
	color: #333333;
	letter-spacing: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	.text_right a{
	font-weight::bold;
	text-decoration:none;
	color: #333333;
	}
	
	.text_right a:hover{
	font-weight::bold;
	text-decoration:none;
	color: #FF7456;
	}
	
.dates{
	font-size:12px;
	text-align:left;
	text-decoration:none;
	font-family: "Century Gothic", Arial, Verdana;
	color: #333333;
	letter-spacing: 0px;
	}
		
.copyright {
	font-size:10px;
	text-align:center;
	text-decoration:none;
	font-family: "Century Gothic", Arial, Verdana;
	color: #666666;
	letter-spacing: 0px;
	}
	
	.copyright a{
	color:#666666;
	text-decoration:none;
	}
	
	.copyright a:hover{
	color:#333333;
	text-decoration:underline;
	}	

.scrollArea {
	width: 100%;
	height: 220px;
	padding: 10px;
	border-width: 0;
	overflow: auto;
	visibility: visible;
}

.menu,

.menu ul {
	margin:0;
	padding:0;
	list-style:none;
	letter-spacing: 2px;
	color: #333333;
	font-size:10px;
}

.menu {
	width:150px;
}

.menu li {
margin:0;
padding:0;
margin-bottom:1px;
}

.menu a {
	color:#333333;
	font-family:"Century Gothic", Arial, Verdana;
	text-decoration:none;
	letter-spacing: 2px;
	display: block;
	padding-bottom: 10px;
}

.menu a:hover {
	color:#FF7456;
	text-decoration:none;
}

.menu ul li {
	padding-left:20px;
}

.menu ul a {
padding-bottom: 10px;
}

.hidden {display:none;}
