/********************************************
	AUTHOR:  			Bottletop Design 
   	WEBSITE:   			http://www.bottletop.co.uk/
   	CLIENT:				http://www.uchmas.org   	
 *******************************************/ 
 

/*BIG FAT BROWSER RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, em {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
/*END OF BIG FAT BROWSER RESET*/



/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO ALL PAGES-------------------*/
/*---------------------------------------------------------------*/

html {
	overflow-y: scroll;
}

body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /*MAKES 1em = 10px*/
	text-align: center; /*centres all body contents*/ 
	}	

/*entire container*/
div#container {
	margin: 0 auto; /*Gives top and bottom margin of 0px and sides auto, centering page*/
	text-align: left; /*Left aligns everything inside container, overruling body centering*/
	width: 800px;
	overflow: hidden;
	margin-top: 5px;
	}
	
	
a {
	text-decoration: none;	
}

.bold {
	font-weight: bold;	
}





/*-----------------------BANNER--------------------------------*/

div#banner {
	float: left;
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	width: 800px;
	background-color: #FFF;
	border-bottom: solid 1px #666688;
	margin-bottom: 20px;
}


/*-----------------------HEADER TEXT--------------------------------*/

div#header_text {
	float: left;
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	width: 800px;
	background-color: #FFF;
	margin-bottom: 20px;
}

h2 {
	color: #CC0099;
	font-size: 2em;
	font-weight: normal;
}


/*-----------------------LEFT COLUMN--------------------------------*/

#left_column {
	float: left;
	display: inline;
	width: 240px;
	margin-right: 10px;
	margin-left: 0px;
}


p.body_copy {
	color: #666688;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

p.body_copy a {
	color: #cc0099;
}

ul.body_list {
	color:#008524;
	font-size:1.2em;
	line-height: 1.7em;
	word-spacing:0.1em;
	list-style-position:inside;
	list-style-type: square;
	padding-left:1em;
	text-indent:-1em;
	margin-top: 20px;
}

ul.body_list span {
	color: #444;	
}

.name {
	color: black;
	font-weight: bold;
}

#left_column img {
	margin-bottom: 15px;	
}



/*-----------------------RIGHT COLUMN--------------------------------*/

#right_column {
	float: left;
	display: inline;
	width: 540px;
	margin-right: 0px;
	margin-left: 10px;
}

/*-----------------------FOOTER--------------------------------*/

#footer {
	float: left;
	display: inline;
	width: 800px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
}

#footer a {
	font-size: 1.4em;
	color: #666688;	
}

#footer a:hover {
	font-size: 1.4em;
	color: #CC0099;
	text-decoration: underline;
}
