/* GREEN COLOUR THEME */
/* basic stylesheet with navigation on left */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; font-weight: normal }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* /////////////// basic elements /////////////// */

body {
   margin:0;
   padding:0;
   font:75%/1.4 verdana,Helvetica,sans-serif;
   background: #e5e5e5 url(body_bg.jpg) top repeat-y;
   text-align:center;
}


strong {
	font-weight: bold;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	color: #727f1b;    /* dark green */		
	padding-top: 2px;
	padding-bottom: 4px
	}

h2 {	
	font-size: 160%;
	font-weight: bold;
	color: #9cad21;    /* logo green */	
	padding-top: 2px;
	padding-bottom: 4px
	}

h3 {
	font-size: 125%;
	font-weight: bold;
	color: #ce5221;    /* logo dk orange */		
	padding-top: 2px;
	padding-bottom: 4px
	}

h4 {
	font-size: 120%;
	font-weight: bold;
	color: #000;    /* black */
	padding-top: 2px;
	padding-bottom: 4px
}

h5 {
	font-size: 110%;
	font-weight: bold;
	color: #666;    /* grey */	
	padding-top: 2px;
	padding-bottom: 4px
}

h6 {
	font-size: 100%;
	font-weight: bold;
	color: #982a0c;    /* logo brick red */
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px
}


p {
	margin: 0;
	padding: 0 0 5px 0;
}

a {
	color: #D9189F;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #FC7AD5;
	background-color: transparent;
}

/* ////////////// layout ///////////////// */
#page 
	{
	width:760px;
	margin:0 auto;
	padding:0;
	position:relative;
	background-color: #fff;
	color:#454545;
	text-align:left;
	}

#main 
	{
	border-top:solid 1px #fff;
	top: 158px;
	width:760px;
	background-color: #fff;
	}

#header {
	width:760px;
	height:158px;
	background: url("/WebTool/css/top.jpg"); background-repeat: no-repeat;
	}	

.headerTitle {
	color: #727f1b;    /* logo green */	
	position: absolute;
	top:0px;
	right: 130px;
	text-align: right;
	font-size: 2.5em;
	}

.headerTown 
	{
	font-size: 0.8em;
	}

.chaliceLogo {
	position: absolute;
	left: 28px;
	top: 25px;
	}

.chaliceLogo a 
	{
	background-color: transparent;
	}
	

#content {
	width:582px;
	height:610px;
	min-height:610px;
	background-color:#fff;
	background-repeat:repeat-y;
	color:#454545;
	margin: 20px 0 0 165px;
	padding:0 10px 0 0px;
	}

html>body #content{height:auto; min-height:610px;}
	
	
#contentindex {
	width: 440px;
	min-height: 610px;
	background-color:#fff;
	background-repeat:repeat-y;
	margin:50px 120px 2px 165px;
	color:#454545;
	padding:0;
	}

#rightcol {
	position: absolute;
	top: 158px;
	right: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 20px;
	width: 120px;
	min-height: 600px;
	border-left: thin solid Gray;
	font-size: 0.8em;
	}

#nav {
	float: left;
	padding-top: 38px;
	width: 155px;
	background-color: transparent;
	text-align: center;
}

#nav a {
	display: block;
	margin: 0px 0 0 0;
	padding-top: 0px;	
	padding-left: 10px;
	line-height: 2em;	
	text-decoration: none;
	color: #505050;
	}

#nav a:hover {
	color: #FC7AD5;
	}

#nav a.on {
	color: #EF5215;
}	



#nav ul {
	line-height: 0px;	
	text-align: left;
	text-decoration: none;
	color: #505050;
	margin: 0px 0 0 0;
	padding-top: 0px;
	}

#nav ul.sub {
	font-size: 0.8em;
	margin-left: 20px;
	line-height: 0.3em;
}

#nav li {
	margin: 0;
	padding: 0;
	}

#nav li a {
	text-decoration: none;
	color: #505050;
	}

#nav li a:hover {
	color: #FC7AD5;
	}

#nav li a:on {
	color: #EF5215;
	}
	
#footer {
	text-align: center;
	font-size: 0.8em;
	padding: 10px 0 10px 0;
	background-color:#fff;
	}
	
#footer a {
	text-decoration:none;
	color:#aaa;
	}

#footer a:hover {
	color:#333;
	}

.clearfix {
	clear: both;
	}

.bold {
	font-weight: bold;
	}
	
.red {
	color: #f00;
	}
	
.caption {
	font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
	}
	
.small {
	font-size: 0.8em;
}

.update {
	font-size: 0.8em;
}

.bigger {
	font-size: 1.1em;
}

.italic {
	font-style: italic;
}
/* /////////////  images ////////////// */

.imageright {
	float: Right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	}
	
.imageleft {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	}



.button {
	margin: 4px 4px;
	margin-right: 4px;
	padding: 3px;
	border: 4px solid #ccc;
	background-color: #ccc;
	text-align: center;
	border-style: outset;
	}

.button a {
	font-weight: bold;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 0 0 2px 0;
	}	

.button a:hover {
	text-decoration: none;
	background: #6B8E23;
	color: #7FFF00;
	}



.box {
	margin-right: 4px;
	padding: 3px;
	border: 1px solid #000;
	background-color: #f3f3f3;
	text-align: center;
	}

	