body {
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url('/images/backgrounds/Title-graphic5.jpg') ;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	min-height: 1000px;

	
}

div.topedge {
}

div.bottomedge {
}

div.container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 988px;
	
	
}

div.titlecontentarea {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	height: 110px;
	/*background-image: url('/images/backgrounds/Title-graphic5.jpg') ;
	background-position: center;
	background-repeat: no-repeat;*/
	

}

div.maincontentarea {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 932px;
	background-color: #FFFFFF;
	min-height: 500px;
	border: 4px solid #8cd3fd;
	border-top: 10px solid #236299 ;
	background-attachment: fixed;
	padding-left: 24px;
	padding-right: 24px;
	width: 988px;
}

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

div.homeslideshow {
	height: 275px;
	/*width: 958px;*/
	text-align: left;
	background-image: url('/images/background-home-slideshow.gif');
	background-repeat: no-repeat;
	background-position: 14px left;
}

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: 36px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0em;
}

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

h3 {
	font-family: calibri, arial, Helvetica,sans-serif;
	font-style: italic; 
	font-size: 30px;
	color: #2f85ce;
	text-align: center;
	margin-top: 0.25em;
	margin-bottom: 0em;
	text-transform: capitalize ;
}

ul { 
	list-style-image: url('/images/tick.gif'); 
} 

p,a,li {
	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;
}

a:hover {
	color: red; }

.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 ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #236299;
	background-image: url('/images/background-menu.gif') ;
	background-repeat-x;
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#menudiv ul#menu {
	border: 4px solid #8cd3fd ;
	border-bottom: 2px solid #8cd3fd ;
	padding-top: 8px;
	min-height: 30px ;
}

#menudiv ul li {
	list-style: none ;
	display: inline;
	margin: 0;

}

#menudiv ul li a {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menudiv ul li a:link {
}

#menudiv ul li a:hover {
	color: gray ;
	text-decoration: underline;
}

#menudiv ul li a#current {
	color: #94d4fe;
	vertical-align: bottom ;
}

*/


/*TEST MENU TABS ETC*/



.menudiv {
	vertical-align: bottom;

}

#menu li, ul {
	margin: 0px;
	padding: 0px;
}

#menudiv {
	float: left;
	width: 966px;
	background-image: url('/images/navigation/menu-background.gif') ;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	margin-left: 10px;
	text-align: center;
	/*
	border-left: 2px solid #8e9093;
	border-right: 2px solid #8e9093;
	*/
	font-size: small;
}

div.submenu {
	background: white;
	left: 0px;
	top: 36px;
	border: 1px solid gray;
	padding: 8px;
	z-index: 1;
	display: none;
	position: absolute;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 5px;
	width: 87px;
	list-style: none;
	text-transform: lowercase;
}

#menu a.normal {
	float: left;
	background: url('/images/tabs/menu-tab-normal.gif') bottom left no-repeat;
	width: 87px;
	text-align: center;
	color: #FFFFFF;
	padding: 13px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}

#menu a.normal:hover {
	background: url('/images/tabs/menu-tab-on.gif') bottom left no-repeat;
	width: 87px;
	padding: 8px 0px 13px 0px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: underline;
}

#menu a.current {
	float: left;
	background: url('/images/tabs/menu-tab-on.gif') bottom left no-repeat;
	width: 87px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 0px 13px 0px;
	margin: 0px;
	color: #addffd;
}

#menu a.current:hover {
	color: #FFFFFF ;
}


