body {
	margin: 0px;
	text-align: center;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
div#frame {
	width: 740px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../layout/frame.png);
	background-repeat: repeat-y;
}
div#title {
	background-image: url(../layout/title.gif);
	height: 22px;
	background-repeat: no-repeat;
	color: #007CD0;
	font-weight: bold;
	font-family: Arial;
}
div.title {
	height: 22px;
	background-repeat: no-repeat;
	color: #007CD0;
	font-weight: bold;
	font-family: Arial;
}
div#body {
	width: 729px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../layout/menu.gif);
}
div#menuBottom {
	background-image: url(../layout/menuBottom.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 729px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
}
div#mainFrame {
	width: 729px;
	height: auto;
}
div#menu {
	width: 120px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
div#main {
	width: 582px;
	color: #000000;
	text-align: justify;
	float: left;
	padding: 2px;
	padding-left: 5px;
	background-image: url(../layout/bg/1.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/* CLEAR */
.clearleft {
	clear: left;
}
.clearright {
	clear: none;
}


/* MENU */
a.menu:link,a.menu:visited,a.menu:active,a.menu:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}
a.menu:hover {
	background-color: #B8E2FF;
	border: 1px solid #fff;
	color: #333333;
	padding-top: 0;
	padding-bottom: 0;
}
div.menu {
	padding-bottom: 2px;
	padding-top: 2px;
	width: 120px;
}
span.menu {
	font-weight: bold;
}
a.submenu:link,a.submenu:visited,a.submenu:active,a.submenu:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}
a.submenu:hover {
	text-decoration: underline;
}

/* MAIN MENU */
a.mainMenu:link,a.mainMenu:visited,a.mainMenu:active {
	color: #fff;
	text-decoration: none;
}
a.mainMenu:hover {
	text-decoration: underline;
}

/* LINKS */
a:link,a:visited,a:active {
	color: #007CD0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}


/* ADMIN */
div#admin {
	text-align: justify;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #000;
}

/* NEWS */
hr {
	color: #333333;
	height: 1px;
	border: none;
	border-top: 1px solid #000;
}
div.newsTitle {
	font-weight: bold;
	text-align: left;
}
div.newsContent {}
div.newsDate {
	text-align: right;
	margin-bottom: 10px;
}
div#news {
	width: 182px;
	margin-left: auto;
	margin-right: 0;
	color: #000;
	float: right;
	margin: 0 0 18px 18px;
}
div#newsTop {
	background-image: url(../layout/newsTop.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-left: 3px;
	padding-top: 2px;
	font-weight: bold;
	color: #FFFFFF;
}
div#newsBottom {
	background-image: url(../layout/newsBottom.gif);
	background-repeat: no-repeat;
	height: 8px;
}
div#newsUnder {
	padding: 4px;
	background-image: url(../layout/newsUnder.gif);
	background-repeat: repeat-y;
}
div.content {
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
