body {
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url('/images/backgrounds/main.gif') ;
	background-position: 0px 400px;
}

div.topedge {
	border-top: 4px solid #000000;
	border-bottom: 0px solid #FFFFFF;
	height: 8px;
	background-color: #EE1C23;
}

div.bottomedge {
}

div.container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url('/images/backgrounds/title.gif') ;
	background-position: top;
	background-repeat: no-repeat;
}

div.titlecontentarea {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	width: 980px; 
	background: #FFFFFF;
	border: 1px solid gray ;
	border-bottom: 2px solid #000000;
	padding-bottom: 8px;
	height: 174px;
}

div.maincontentarea {
	border-top: 0px solid #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 0px ;
	width: 754px;
	min-height: 800px;
	background-color: #FFFFFF;
	background-image: url('/images/backgrounds/maincontent-top.gif') ;
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	padding-left: 200px;
	padding-right: 24px;
}

div.contentpara {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
}

table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

img.menubut {
	border: 1px solid #000000 ;
}

h1 {
	font-family: calibri, arial, Helvetica,sans-serif ;
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin-top: 0em;
}

h2 {
	font-family: calibri, arial, Helvetica,sans-serif;
	font-size: large;
	color: #EC1A1C;
	text-align: left;
	margin-top: 0.25em;
	margin-bottom: 0em;
	text-transform: capitalize ;
}

h3 {
	font-family: calibri, Arial, Helvetica,sans-serif;
	font-size: x-large;
	color: #EC1A1C;
	margin-bottom: 0em;
	text-align: center;
}

p,a,li {
	font-family: calibri, arial, Helvetica,sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0.5em;
	color: #000000;
}

span.stulee {
	color: #EC1A1C ;
}

li {
	margin-left: 24px;
}

a:hover {
	color: red; }

#title_text {
	font-weight: bold;
	font-size: large;
	color: #FFCC00;
	text-decoration: none;
}

.legal {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
	color: #000000;
}

a.legal:hover {
	color: red;
}

/* Menu definitions */
#menudiv {
	margin-top: 0px;		/* Distance between top of div and the preceeding block */
	margin-left: 0px;		/* Distance between left of div and the preceeding block */
	margin: 0px;
	padding: 0px;
	height: 27px;
	float: left;
	margin-left: -200px;
}

#menu {
	list-style: none;
}

#menu li, ul {
	text-align: center;
	margin: 0px ;
	padding: 0px;
}

#menu li {
	padding: 0px;		/* Distance of text from top of div */
	padding-top: 0px;		/* Distance of text from top of div */
	border: 0px ;

}

#menu a#normal {
	color: blue;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
}

#menu a#normal:hover {
	text-decoration: underline;
	color: red ;
	font-weight: bold;
	margin-bottom: 0px;
}

#menu a#current {
	color: blue;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
}

#menu a#current:hover {
	color: blue ;
	text-decoration: underline;
	margin-bottom: 0px;
}
