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

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

/* Removes border from images */
img { border: 0; }

p {
	line-height: 1.5em;
	margin-bottom: 1.2em;
}

a {
	font-weight: normal;
	text-decoration: underline;
	color: #132796;
}

a.active, a:hover {
	color: #000000;
}

/*--------------------titles--------------------*/

h1 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1em;
}

/*--------------------structure--------------------*/

body {
	background: #A9A9A9 url(sitegraphics/background.jpg) repeat-x 0 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #000000;
}

div {
	text-align: left;
}

#wrapper {
	width: 800px;
	margin: 30px auto;
	margin-top: 60px;
	text-align: left;
}

#textarea {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*--------------------CONTENT--------------------*/

#contentright {
	width: 380px;
	height: 320px;
	padding-top: 15px;
	border: solid 1px #000000;
	float: right;
	background: #FFFFFF url(sitegraphics/index_kathy.jpg) no-repeat bottom right;
}

#contentleft {
	width: 380px;
	height: 320px;
	padding-top: 15px;
	margin-right: 20px;
	border: solid 1px #000000;
	background: #FFFFFF url(sitegraphics/index_tony.jpg) no-repeat bottom right;
	text-align: left;
}

#contenttext {
	padding: 10px 170px 10px 20px;
}

#logo {
	text-align: center;
}

#leadershipbutton {
	width: 240px;
	height: 30px;
	margin: 20px 0 20px 20px;
	padding: 0;
}

#leadershipbutton a {
	color: #ffffff;
	text-weight: bold;
	text-decoration: none;
	background: url(sitegraphics/navigation_bg.gif) 0 0 no-repeat;
	margin: 0;
	padding: 7px 13px;
	font-size: 90%;
	border: 1px solid #FFFFFF;
}

#leadershipbutton a:hover {
	background: url(sitegraphics/navigation_bg_leadership.gif) repeat-x 0 0;
}

#counsellingbutton {
	width: 200px;
	height: 30px;
	margin: 20px 0 20px 20px;
	padding: 0;
}

#counsellingbutton a {
	color: #ffffff;
	text-weight: bold;
	text-decoration: none;
	background: url(sitegraphics/navigation_bg.gif) 0 0 no-repeat;
	margin: 0;
	padding: 7px 13px;
	border: 1px solid #FFFFFF;
}

#counsellingbutton a:hover {
	background: url(sitegraphics/navigation_bg_counselling.gif) repeat-x 0 0;
}
