/*GLOBAL DEFINITIONS — TO USE ON NORMAL SITE PAGES*/
/*Defines basic properties for the whole document*/
body {

	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	
}
a:link {color: #5050AA;}
a:visited {color: purple;}
a:hover {color: blue;
}

/*Main header style*/
h1 {
	margin-top: 0.8em;
	font-family: arial, serif;
	
	font-size: 1.7em;
}

/*Subheading style*/
h2 {
	margin-top: 0.4em;
	font-family: georgia, serif;

	font-size: 1.25em;
	margin-bottom: -5px;
}

/*Subsubheading style*/
h3 {
	margin-top: 0.2em;
	font-family: georgia, serif;

	font-size: 1.1em;
	margin-bottom: -16px;
}

/*Another Subheading style*/
h4 {
	margin-top: -0.6em;
	font-family: georgia, serif;

	font-size: 1.4em;
	font-weight: normal;
}

/*Subheading for landing page style*/
h5 {

	margin-top: 1.4em;
	margin-bottom: -10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

/*Main paragraph style*/
p {
	font-size: 0.85em;
}

blockquote {
	font-size: 0.85em;
	margin-left: 60px;
}


/*All of the visible content of the page should go within this div*/
#pagecontents {
	position: relative;
	width: 800px;
}






/*Defines the properties of the link footer.*/
#footer {
	clear: both;
	width: 100%;
	margin-top: 1em;
	padding: 0.4em;
	border-top: 2px solid #204088;
	color: #204088;
	text-align: center;
	font-size: 0.7em;
}
#footer li a:link, #footer li a:visited {
	text-decoration: none;
	font-size: 1.1em;
}
#footer li a:hover {
	text-decoration: underline;
	font-size: 1.1em;
}
#footer p {
	margin-bottom: -15px;
}



/*GENERAL FORMATTING TOOLS*/
/*Defines an indented, 7px-spaced list with no bullets*/
.list ul {
	margin-left: 30px;
	font-size: 0.9em;
	list-style-type: none;
}
.list li {
	margin-bottom:7px;
}
.list li p{
	margin: 0px;
	font-size: 0.85em;
}

/*Defines an indented, 10px-spaced list with square bullets*/
.bulletlist ul {
	margin-left: 30px;
	font-size: 0.9em;
	list-style-type: square;
}
.bulletlist li {
	margin-bottom:10px;
}

/*Defines an indented, 5px-spaced list with square bullets*/
.bulletlist2 ul {
	margin-left: 30px;
	font-size: 0.9em;
	list-style-type: square;
}
.bulletlist2 ol {
	margin-left: 30px;
	font-size: 0.9em;
}
.bulletlist2 li {
	margin-bottom:5px;
}

/*Defines an indented, 5px-spaced list with round bullets*/
.bulletlist3 ul {
	margin-top: 5px;
	margin-left: 30px;
	font-size: 0.85em;
	list-style-type: disc;
}

.bulletlist3 OL {
	MARGIN-TOP: 5px; 
	FONT-SIZE: 0.85em; 
	MARGIN-LEFT: 30px;
}

.bulletlist3 li {
	margin-bottom:5px;
}


/*Aligns a list horizontally*/
ul.horizontal li {
	display: inline;
}


#content {
	float: center;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 10px;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 0px 5px 10px 5px;
	font-size: 0.95em;
}



/*A black outline box for the landing pages.*/
.box {
	padding: 7px;
	margin: 20px 0px 20px 0px;
	border: 1px solid black;
}
.box p{
	margin: 0;
}
.box2 {
	padding: 7px;
	margin: 10px 30px 20px 50px;
	background-color: #FBF9C5;
	border: 1px solid gray;
	font-size: 0.9em;
	font-style: italic;
}
.box2 p{
	margin: 0;
}

/*Positions an image to the right of a text block with wrapped text.*/	
.rightimg {
	float: right;
	margin-left: 30px;
}
/*Positions an image to the left of a text block with wrapped text.*/	
.leftimg {
	float: left;
	margin-left: -45px;
	margin-right: 20px;
}

#centrepagecontent {
	width: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	padding: 0px 50px 20px 50px;
	font-size: 1em;
	line-height: 1.5;
}
#centrepagecontent h1 {
	font-family: arial black, impact, sans-serif;
	font-style: normal;
	color: black;
	font-weight: normal;
	font-size: 2.5em;
	line-height: 1.2;
	text-align: center;
}
#centrepagecontent h6 {
	margin-top: 1.4em;
	margin-bottom: -10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: purple;
	font-size: 1.1em;
	text-align: center;
	font-style: italic;
}

.form {
	border-collapse: collapse;
}

.form td {
	border: 1px solid black;
	width: 500px;
	padding: 5px;
	line-height: 1.5;
}

form.inlinesubmit {
	display:inline;
}

.btn {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: -2pt;
	font-size: 1em;
	color: blue;
	text-decoration: underline;
}
