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

div.topedge {
}

div.bottomedge {
}

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

div.titlecontentarea {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	height: 160px;
}

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

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

div.para {
}


p.homeblock {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
}

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

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

table.content_row {
}

tr.content_row {
}

td.content_row {
	margin: 12px;
}

table.content {
}

td.content {
	padding: 0px;
	text-align: left;
}

img {
	border: 0px;
}

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

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

}

h3 {
	font-family: verdana,geneva, arial, Helvetica,sans-serif;
	font-size: x-large;
	color: #990000;
	text-align: left;
	padding-top: 30px;
}

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

p.addrrow {
	padding-top: 140px; font-weight: bold; color: #FFCC00;
}

a.addrrow {
	padding-top: 140px; font-weight: bold; color: #FFCC00;
}

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


p#bluebartop {
	color: white;
	padding-top: 10px;
	padding-left: 24px;
	padding-bottom: 4px;
	font-weight: bold ;
}

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 */
	padding: 0px;
	height: 27px;
}

#menu li, ul {
	text-align: center;
	float: left;
	margin: 0px ;
	padding: 0px;
	list-style: none;
}

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

}

#menu a#normal {
	float: left;
	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 {
	float: left;
	color: blue;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
}

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