
@charset "UTF-8";
/* CSS Document */

html { 
	overflow-y: scroll;
}

body {
	padding: 0;
	margin: 0;
	background-image: url(../images/bg_vig8.gif);
	background-position:center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #646464;
	background-repeat: repeat-y;
}

h1 { /* Heading styles */
	font-size: 1.5em;
	color: #4E4145;
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 { /*Sub  Heading styles */
	font-size: 1.1em;
	font-weight: bold;
	color: #432879;
	padding: 0px;
	line-height: 135%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

fieldset {
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	width: 400px;
}
legend {
	color: #57288F;
	padding-left: 10px;
	padding-right: 10px;
}
p { /* Paragraph general styles */
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 135%;
	vertical-align: top;
	font-size: 0.8em;
}

input {
	border-width: 2px;
	border-style: solid;
}
textarea {
	border-width: 2px;
	border-style: solid;
}


#nav, #navbar, #footer, .noprint { display: none; }



/*Structure*/


#container {
	width: 960px; /*Width of website*/
	margin: 0 auto; /*Positions the website in the middle of the page*/
	padding: 0 0 50px 0; /*The next 4 below set purple panel at bottom of page*/
	background-color: #DDDEF1;
	background-image: url(../images/bottom-panel.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}



/*Container for Top Nav, Logo and Secondary Nav*/

#header {
	background-color: #432879; /*Background colour for Top Navigation and Login Panel*/
	clear: both;
	font-size: 0.7em; /*Text size for everything within the header*/
	background-image: url(../images/top-curve.gif); /*The next 3 below set the curve above the logo*/
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 165%;	/*Aligns text to middle*/
}




/*-------------------logo-------------------*/
#logo {
	padding: 0px;
	margin: 25px 0 0 0;
	background-color: #57288F;
	clear:both;
}



/*-------------------Content Container-------------------*/

#content {
	width: 100%;
	float: none;
	margin: 10px 0 0 0;
	border-color: #000000;
	outline-color: #000000;
	background-repeat: no-repeat;
	font-size: 14pt;
}

#intro {
	width: 100%;
	margin-left: 1em;
}

#sitelok {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 400px;
	margin-top: 50px;
}


