/* 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%; }

/* 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 center repeat-y;
   text-align:center;
}

strong {
	font-weight: bold;
}

h1 {
	display: none;
	}

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

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

h4 {
	font-size: 110%;
	}

p 	{
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px
	}

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: #efefff;
	color:#454545;
	text-align:left;
	}

#main 
	{
	position: absolute;
	top: 158px;
	width:760px;
	background-color: #fff;
	}

#header 
	{
	width:760px;
	height:158px;
	background: url("../style/top_green-white.jpg"); background-repeat: no-repeat;
	}	

.headerTitle 
	{
	color: #9cad21;    /* logo green */	
	position: absolute;
	top:20px;
	right: 24px;
	text-align: right;
	font-size: 2.5em;
	}

.headerTitle a 
	{
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	}
	
.headerTitle a:hover 
	{
	color: #606;    /* logo purple */
	}

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

.chaliceLogo a 
	{
	background-color: transparent;
	}

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

#contentindex 
	{
	width: 440px;
	background-color:#fff;
	background-repeat:repeat-y;
	margin:10px 120px 2px 165px;
	color:#454545;
	padding:0;
	}

#rightcol 
	{
	float: right;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 20px;
	width: 120px;
	border-left: thin solid Gray;
	font-size: 0.8em;
	}

#nav 
	{
	float: left;
	padding-left: 10px;
	padding-top: 20px;
	width: 155px;
	background-color: transparent;
}

#nav a 
	{
	text-decoration: none;
	color: #505050;
	margin: 10px 0 0 0;
	display: block;
	line-height: normal;
	padding-top: 0px;
	}
	
#nav a:hover 
	{
	color: #FC7AD5;
	}

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

#nav a.sub 
	{
	display: block;
	padding: 2px 5px 2px 0.5em;
	font-size: 0.8em;
	margin-left: 20px;
	margin-bottom: 2px;
	line-height: 50%;
	}

#nav a.subon 
	{
	display: block;
	padding: 2px 5px 2px 0.5em;
	font-size: 0.8em;
	margin-left: 20px;
	margin-bottom: 2px;
	line-height: 50%;
	color: #EF5215;
}

#nav ul 
	{
	margin: 0;
	padding-left: 20px;
	}

#nav li 
	{
	margin: 0;
	list-style:none;
	padding: 0;
	}

#nav li a 
	{
	padding-left:7px;
	background:url(link.gif) left center no-repeat;
	text-decoration:none;
	}

#nav li a:hover 
	{
	text-decoration:underline;
	}


#footer 
	{
	text-align: center;
	font-size: 0.8em;
	margin: 10px 0 10px 0;
	}
	
#footer a
	{
	text-decoration:none;
	color:#aaa;
	}

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

.clearfix 
	{
	clear: both;
	}

.bold 
	{
	font-weight: bold;
	}
	
.red 
	{
	color: #f00;
	}

/* /////////////  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;
	}

.caption 
	{
	font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
	text-align: center; 
	}


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

	
