/* CSS Document */

/* Customisation of standard tags - applies to every occasion they
 * are used on the site.
 */

body, td {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 140%;
	margin-top: 0px;
}

h2 {
	margin-top: 2ex;
	margin-bottom: 1ex;
}

h3 {
	margin-top: 2ex;
	margin-bottom: 1ex;
}

p {
	margin-top: 0;
}

/* Page layout - these can be modified by project-specific CSS stylesheet */

#banner {
	width: 100%;
	height: 125px;
}

.menuRule {
	font-size: 3px;
	border-bottom: 1px solid black;
	margin-bottom: 3px;
	min-width: 800px;
}

#menuBar {
	padding-left: 175px;
	min-width: 625px;
}

.menuTable {
	table-layout: fixed;
}

.menuCell {
	font-face: Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#container {
}

#wrapper{
	float:right;
	width:100%;
	margin-right:-175px;
}

#content{
	margin-right: 175px;
	min-width: 625px;
}

#navigation {
	float: left;
	width: 175px;
	color:	#118445;
	font-size: smaller;
	font-weight: bold;
	padding-top: 3px;
}

.navLink {
	margin-top: 1.5ex;
}

.navLink2 {
	margin-left: 2ex;
}

.navLink3 {
	margin-left: 4ex;
}

.mainText {
}

/* Generally useful classes (not project-specific) */

IMG.imageRight {
	margin-left: 2ex;
	margin-bottom: 1.5ex;
}
