/* Section Default */

.PageBottom {
	background-image: url('/images/bg_pagebottom.gif');
	background-repeat: no-repeat;
 	margin: 0px auto;
	width: 770px;
	height: 12px;
	display: block;
	float: center;
}

.PageCenter {
 	padding-top: 1px;
 	margin-left: auto;
 	margin-right: auto;
	display: block;
	width: 768px;
	height: 228px;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
	float: center;
}

.PageContent {
	background-image: url('/images/bg_default.gif');
	background-repeat: repeat-y;
 	margin-left: auto;
 	margin-right: auto;
	display: block;
	width: 768px;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
	float: center;
}

.Flash {
 	float: left;
	width: 502px;
	height: 228px;
	background-color: #FFFFFF;	
}

.Notice {
 	float: right;
	width: 265px;
	height: 228px;
	background-color: #FEC407;
}

.NoticeTitle {
	margin: 1px;
	padding: 5px;
	height: 20px;
	background-color: #FEDF78;
	text-align: left;
}	

.EmergNotice {
 	float: right;
	width: 265px;
	height: 228px;
	background-color: #9F0000;
}

.EmergNoticeTitle {
	margin: 1px;
	padding: 5px;
	height: 20px;
	background-color: #7F0000;
	text-align: left;
}

.EmergNoticeContent {
	padding: 10px;
	text-align: left;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 10pt; 
	font-weight: normal; 
	color: #FFFFFF;
}

.EmergNoticeContent a:link, .EmergNoticeContent a:active, .EmergNoticeContent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.EmergNoticeContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.Phrase {
	border-top: 1px solid #FFFFFF;
	margin-top: 1px;
 	float: left;
	width: 502px;
	height: 160px;
	background-color: #F6F6F6;
}

.Login {
	border-top: 1px solid #FFFFFF;
	margin-top: 1px;
 	float: right;
	width: 265px;
	height: 160px;
	background-color: #DEE1D3;
}

.LoginTitle {
	margin: 1px;
	padding: 5px;
	height: 20px;
	background-color: #EBF0E2;
	text-align: left;
}	

.LoginContent {
	padding: 10px;
	text-align: left;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 10pt; 
	font-weight: normal; 
	color: #FFFFFF;
	text-decoration: none;	
}

.Events {
	margin-top: 1px;
 	float: left;
	width: 502px;
	background-color: #8090CF;
}

.EventsTitle {
	margin: 1px;
	padding: 5px;
	height: 20px;
	background-color: #6673A6;
	text-align: left;
}

.EventsContent {
	padding: 10px;
	text-align: left;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 10pt; 
	font-weight: normal; 
	color: #FFFFFF;
	text-decoration: none;	
}

.EventsContent a:link, .EventsContent a:active, .EventsContent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.EventsContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.News {
	margin-top: 1px;
 	float: right;
	width: 265px;
	background-color: #BDC5E4;
	text-align: left;	
}

.NewsTitle {
	margin: 1px;
	padding: 5px;
	height: 20px;
	background-color: #D1D7EC;
	text-align: left;
}

.NewsContent {
	padding: 10px;
	text-align: left;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 10pt; 
	font-weight: normal; 
	color: #000000;
	text-decoration: none;		
}

.NewsContent a:link, .NewsContent a:active, .NewsContent a:visited {
	color: #000000;
	text-decoration: none;	
}

.NewsContent a:hover {
	color: #000000;
	text-decoration: none;	
}

/* Form */
.form-default {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.form_title-default {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 10pt;
	font-weight: normal;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 80px;
	height: 25px;
	color: #000000;
}

.form_textbox-default {
	float: left;
	padding: 0px;
	margin: 0px;
	height: 25px;
}

.form_input-default {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 10pt;
	font-style: regular;
	font-weight: normal;
	margin: 0px
	padding: 0px
}