/* CSS Document */

/*  COLOURS USED: 
	Purple: #410155
	Pink: #f8c1d9  */

h1 {
	text-align: left;
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	color: #333333;
}

p {
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	color: #333333;
}

ul {
	font-size: 11px;
	list-style-type: disc;
	margin-left: 45px;
	margin-right: 10px;
	padding-left: 0px;
	list-style-position: outside;
	text-align: left;
}

li {
	margin-top: 5px;
	padding-left: 5px;
}


A:link { text-decoration: underline; }
A:visited { text-decoration: underline; }
A:hover { text-decoration:underline}	
	body,
	html {
	margin:0;
	padding:0;
	background:#FFF;
	color:#000;
	padding-left: 0px;
	}
	body {
		min-width:680px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#wrap {
		background:#FFF;
		margin:0 auto;
		width:680px;
	}
	#header {
	background:#ddd;
	height: 140px;
	background-image: url(images/masterhead.jpg);
	background-repeat: no-repeat;
	}

	#nav {
	background:#FFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 2px;
	}
	
	#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size: 10px;
	font-weight:bold;
	list-style-position: inherit;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
	#nav li{
	display:inline;
	margin:0 ;
	padding: 0;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 11px;
	border: none;
	}
	
	#nav li a{
	color: #410155;
	display:inline;
	text-decoration: none;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-color: #666666;
	border-right-style: dotted;
	border-right-width: 1px;
	margin-left: -2px;
	}
	
	#nav li a:hover {
	display:inline;
	margin:0;
	text-decoration: none;
	background-color: #f8c1d9;
	border-bottom-color: #410155;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	margin-left: -2px;
	}
	
	#nav li a.current {
	display:inline;
	margin:0;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-color: #410155;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	margin-left: -2px;
	}
	
	#main {
	background:#FFF;
	float:left;
	width:489px;
	padding-top: 8px;
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
	margin-top: 5px;
	text-align: center;
	}
	
	#main p {
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
	}
	
	#sidebar {
	background:#fff;
	float:right;
	width:180px;
	padding-top: 18px;
	padding-left: 0px;
	text-align: center;
	}
	
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
		background:#cc9;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
    }

.clickme {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-top: 1px;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 8px;
	padding-top: 8px;
	text-align: center;
	width: 95%;
}

hr {
	border: none;
	border-top: 1px dotted #f8c1d9; 
	height: 0px;
	margin: 0;
	width: 80%;
	padding: 0px;
	}

.line {
	width:80%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding: 0;
	line-height: 0px;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin: 0;
	padding-bottom: 5px;
}
.rightfloat {
	float: right;
	margin-right: 15px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
.2col {
	border-top-width: 200px;
	border-bottom-width: 200px;
}

img {
	border: 0px none;
}

