@charset "UTF-8";

/* format style
----------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
}
p {
	margin-right: 30px;
	margin-left: 15px;
}

/* link style
----------------------------------------*/
a img {
	border-style:none;
}
a:link {
	color:#111111;
	text-decoration:underline;
}
a:visited {
	color:#44a52b;
	text-decoration: underline;
}
a:hover {
	color:#95BD82;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic style
----------------------------------------*/
#wrapper {
	width:840px;
	background-color: #EEEEEE;
	background-image: url(images/body_background.gif);
	background-repeat: repeat;
	color: #EEEEEE;
	margin: 0px auto auto;
	padding: 0px;
}
#main {
	width: 800px;
	padding-bottom: 10px;
	color: #222222;
	background-color: #FFFFFF;
	height: auto;
	margin: 10px auto auto;
}
#language {
	width:790px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h1 {
	background-image: url(images/header_background.gif);
	background-repeat: no-repeat;
	height: 45px;
	vertical-align: bottom;
	font-size: 12pt;
	margin-left: 5px;
	background-position: center;
	line-height: 50px;
	color: #111111;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 5px;
}
/* h4 is used to clear the both side
----------------------------------------*/
h4   {
	clear: both;
	height: 1px;
}
/* header style
----------------------------------------*/
#header {
	background-repeat: no-repeat;
	background-image: url(images/header1.gif);
	height: 360px;
	width: 840px;
	margin: 0px;
	background-position: top;
	background-color: #FFFFFF;
}
#header #logo {
	position: relative;
	top: 70px;
	left: 550px;
	height: 180px;
	width: 271px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header ul {
	width: 840px;
	position: absolute;
	top: 320px;
	margin-right: auto;
	margin-left: auto;
}
#header ul li {
	float: left;
	list-style-type: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	height: 2.5em;
	width: 168px;
	text-align: center;
	display: block;
}
#header ul li a:hover {
	background-repeat: repeat;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 168px;
	color: #F8c619;
}
#header ul li a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	height: 2.5em;
	width: 168px;
	color: #F8c619;
}

#toppage #header #nToppage a,
#overview #header #nOverview a,
#activities #header #nActivities a,
#info #header #nInfo a,
#contact #header #nContact a {
	color:#F8c619;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/* footer style
----------------------------------------*/
#footer address {
	margin-left: 10px;
	padding-top: 30px;
}
#footer {
	color:#FFFFFF;
	pudding: 10px;
	clear: both;
	background-image: url(images/footer_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 64px;
}
#footer a {
	color:#FFFFFF;
	float: right;
	margin-right: 10px;
	padding-top: 5px;
	text-decoration: underline;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#footer a:hover {
	color:#F8c619;
	text-decoration: none;
	margin-right: 10px;
	padding-top: 9px;
}
/* sidebar style
----------------------------------------*/
#sidebar {
	width: 170px;
	float: left;
	background-color: #FFFFFF;
	height: auto;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#sidebar a {
	text-decoration: none;
}
#sidebar   h2  {
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2C1615;
	border-right-color: #2C1615;
	border-bottom-color: #2C1615;
	border-left-color: #2C1615;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
	font-size: 10pt;
	text-decoration: none;
}
#sidebar img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#sidebar ul {
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	margin-left: 10px;
}
#sidebar     #nHere     a       {
	color: #249CC9;
	text-transform: uppercase;
}
#sidebar   ul   li a   {
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	width: 150px;
	list-style-type: none;
	height: 20px;
	text-decoration: none;
	display: block;
	white-space: normal;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/icon_utia.gif);
}
#sidebar  ul  li  a:hover {
	color: #95BD82;
}
#sidebar a:visited {
	color: #333333;
}
/* contents style
----------------------------------------*/
 #contents{
	color:#111111;
	width: 800px;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
}
/* quarter style is only used in the toppage
----------------------------------------*/
.quarter {
	width: 181px;
	background-image: url(images/quarter.gif);
	background-repeat: no-repeat;
	height: 130px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-position: right;
	float: left;
	font-size: 80%;
	margin-left: 16px;
}
.quarter   img  {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 2px;
}
.quarter  a  img {
	padding: 1px;
	height: 79px;
	width: 79px;
	border: 1px solid #C1C1C1;
}
.quarter   a:hover img  {
	height: 80px;
	width: 79px;
	border: 1px solid #92BD82;
}
.quarter a:active img {
	height: 79px;
	width: 79px;
	border: 1px solid #92C7F5;
}
.quarter  h5 {
	font-size: 100%;
	color: #444444;
	width: 190px;
	margin-top: 8px;
	text-align: center;
	margin-bottom: 7px;
}
/* Box style is used in ACTIVITIES, INFORMATION and PLANNER  
----------------------------------------*/
.Box {
	width: 615px;
	float: right;
	background-color: #FFFFFF;
	margin-right: 5px;
}
.Box  h2 {
	font-size: 11pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f8c619;
	background-image: url(images/img_chosho.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	line-height: 30px;
	color: #2C1615;
	clear: both;
	text-indent: 33px;
	margin: 25px 20px 10px 10px;
}
.Box h3 {
	font-size: 10pt;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #44A52B;
	border-left-color: #5DA2C4;
	text-indent: 7px;
	margin-top: 15px;
	margin-bottom: 5px;
	clear: both;
	padding-right: 20px;
	margin-right: 20px;
	margin-left: 20px;
	color: #333333;
}
.Box img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.Box    ul {
	width: 580px;
}
.Box     ul     li {
	border-bottom-color: #E0E0E0;
	list-style-type: square;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-indent: 15px;
	margin-right: 10px;
	margin-left: 20px;
	line-height: 2em;
	text-decoration: none;
}
.Box     ul     li     a {
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	height: 2em;
	border-bottom-width: 1px;
	list-style-type: circle;
}
/* f_head, f_main and f_footer are for creating the yellow frame.
f_head style is used as subheadings in BOX style  
----------------------------------------*/
.f_head {
	background-image:url(images/box_top.gif);
	background-repeat: no-repeat;
	height:40px;
	padding-top: 2px;
	padding-left: 20px;
	color: #222222;
	padding-bottom: 20px;
}
.f_head  h2 {
	font-size: 100%;
	border-style: none;
	background-repeat: no-repeat;
	color: #2C1615;
	background-image: none;
	line-height: 1.5em;
	padding: 0px 0px 0px 20px;
	margin-right: 50px;
}

/* f_main is where you put text and photos. 
If images are placed side by side, enter h4 between the photos and text. 
----------------------------------------*/
.f_main {
	background-image:url(images/box_middle.gif);
	background-repeat:repeat-y;
	padding-right: 10px;
	padding-left: 25px;
	padding-top: 10px;
}
.f_main img {
	float: left;
	margin: 5px 15px;
}
.f_main p {
	margin-left: 15px;
}
/* f_foot should contain nothing
----------------------------------------*/
.f_foot{
	background-image:url(images/box_bottom.gif);
	background-repeat: no-repeat;
	height:30px;
	color: #6D6D6D;
	margin-bottom: 10px;
	clear: both;
	font-size: 100%;
}
