body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url("/graphics/background/background.jpg");
	background-repeat: repeat-x;
}

h1{
	font-family: Times New Roman,serif;
	font-weight: normal;
	font-size: 16px;
	color: #001CA8;
	line-height: 18px;
	letter-spacing: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h2{
	font-family: Times New Roman,serif;
	font-weight: bold;
	font-size: 18px;
	color: #001CA8;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h3{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	line-height: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h4{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h5{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

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

dl,dt,dd,td,th,div{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul, ul ul, ul ul ul, ol ul{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-indent: 0px;
	list-style-position: outside;
	border-width: 0px;
	border-width: 0px;
	margin: 0px 0px 16px 19px;
	padding: 0px 0px 0px 0px;
}

ol, ul ol, ul ul ol, ul ol ol{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-indent: 0px;
	list-style-position: outside;
	border-width: 0px;
	margin: 0px 0px 16px 20px;
	padding: 0px 0px 0px 0px;
}

li{
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
}

a: hover{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

form,option,select,textarea,input{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img{
	vertical-align: bottom;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

hr{
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
}

th{
	letter-spacing: 1px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
	background-color: #0089d1;
	border: 1px solid #F8F8F8;
}

/*
	print information
*/
div.print_header{
	display: none;
}

div.print_footer{
	display: none;
}


div.mmpwebpage{
	text-align: left;
	width: 900px;
	margin: auto;
	padding: 0px;
	position: relative;
}
div.mmpwebpage-header{
	background-color: #00257B;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 170px;
	background-image: url("/graphics/background/header-image.jpg");
	background-repeat: no-repeat;
}
div.mmpwebpage-header-menu{
	height: 20px;
	width: 900px;
	background-color: #082C9E;
	border-bottom: solid 1px #CBBB19;
}


div.mmpwebpage-body{
	background-color: #00257B;
	position: relative;
}
div.mmpwebpage-body-box{
	background-image: url("/graphics/background/body-merged.jpg");
	min-height: 502px;
	padding: 10px;
	margin: 0 20px;
	width: 840px;
	position: relative;
}
div.mmpwebpage-body-menu{
	background-image: url("/graphics/background/bar-yellow-2.png");
	width: 830px;
	height: 48px;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}
div.breadcrumbs{
	position: absolute;
	top: 140px;
	left: 20px;
	width: 200px;
	height: 20px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #90A6D4;
}
div.breadcrumbs a{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #90A6D4;
	text-decoration: none;
}

div.mmpwebpage-footer{
	background-image: url("/graphics/background/footer-image.png");
	background-repeat: no-repeat;
	height: 88px;
	left: -15px;
	position: relative;
	width: 930px;
}
div.mmpwebpage-footer-menu{
	height: 40px;
	position: relative;
	width: 900px;
}

div.mmpwebpage-footer div.mmpwebgallery{
text-align: center;
}
div.mmpwebpage-footer div.mmpwebgallery div{
display: inline;
}
div.mmpwebpage-footer div.mmpwebcontainer{
text-align: center;
}
div.mmpwebpage-footer div.mmpwebcontainer div{
display: inline;
}

/*
 * border elements in div.mmpwebpage-body-content
 */
div.border-left{
	background-image: url("/graphics/shadow/content-left.gif");
	height: 100%;
	left: -3px;
	position: absolute;
	top: 0;
	width: 3px;
}
div.border-right{
	background-image: url("/graphics/shadow/content-right.gif");
	height: 100%;
	position: absolute;
	right: -3px;
	top: 0;
	width: 3px;
}
div.border-top{
	background-image: url("/graphics/shadow/content-top.gif");
	height: 2px;
	left: 0;
	position: absolute;
	top: -2px;
	width: 100%;
}
div.border-bottom{
	background-image: url("/graphics/shadow/content-bottom.gif");
	bottom: -3px;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}
div.border-left-top{
	background-image: url("/graphics/shadow/content-left-top.gif");
	height: 7px;
	left: -3px;
	position: absolute;
	top: -2px;
	width: 7px;
}
div.border-left-bottom{
	background-image: url("/graphics/shadow/content-left-bottom.gif");
	bottom: -3px;
	height: 7px;
	left: -3px;
	position: absolute;
	width: 7px;
}
div.border-right-top{
	background-image: url("/graphics/shadow/content-right-top.gif");
	height: 7px;
	position: absolute;
	right: -3px;
	top: -2px;
	width: 7px;
}
div.border-right-bottom{
	background-image: url("/graphics/shadow/content-right-bottom.gif");
	bottom: -3px;
	height: 7px;
	position: absolute;
	right: -3px;
	width: 7px;
}


/*
 * Shared shadow elements
*/
div.shadow-left{
	position: absolute;
	left: -15px;
	top: 0;
	width: 15px;
	height: 100%;
	background-image: url("/graphics/shadow/page-left.png");
}
div.shadow-right{
	position: absolute;
	right: -15px;
	top: 0;
	width: 15px;
	height: 100%;
	background-image: url("/graphics/shadow/page-right.png");
}

/*
 * Menus
 */
ul.menu-hori{
	display: block;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 640px
}
ul.menu-hori li{
	float: right;
}
ul.menu-hori li a{
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: right;
	text-decoration: none;
	border-right: solid 1px #FFFFFF;
}

ul.menu-icons{
	display: block;
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.menu-icons li{
	float: left;
	margin-right: 30px;
}
ul.menu-icons li a{
	display: block;
	height: 16px;
	text-indent: -3000px;
	width: 0;
	overflow: hidden;
	padding-right: 18px;
	text-decoration: none;
}

ul.menu-icons li a.home{
	background-image: url("/graphics/icons/home.png");
	background-repeat: no-repeat;
}
ul.menu-icons li a.contact{
	background-image: url("/graphics/icons/contact.png");
	background-repeat: no-repeat;
}
ul.menu-icons li a.print{
	background-image: url("/graphics/icons/print.png");
	background-repeat: no-repeat;
}
ul.menu-icons li a.sitemap{
	background-image: url("/graphics/icons/sitemap.png");
	background-repeat: no-repeat;
}
ul.menu-icons li a.up{
	background-image: url("/graphics/icons/up.png");
	background-repeat: no-repeat;
}
ul.menu-icons li a.lang{
	font-family: Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding-right: 0;
	text-indent: 0;
	width: 16px;
}

/*
* page elements
*/
div.event-box{
	width: 596px;
}
div.event-header{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 29px;
	padding: 0px 10px 0px 10px;
	width: 576px;
	height: 29px;
	background-image: url("/graphics/background/bar-blue.png");
}
div.event-header .date{
	float: right;
	color: #FFD600;
}

ul.event-menu{
	display: block;
	height: 25px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 4px 0px 0px 5px;
	padding: 0;
	width: 590px
}
ul.event-menu li{
	float: left;
}
ul.event-menu li a{
	display: block;
	font-family: TArial,Helvetica,Verdana,sans-serif;
	color: #A3B6DB;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 5px 0px 5px;
	text-align: right;
	text-decoration: none;
	border-right: solid 1px #FFD600;
}
div.event-content,div.event-index{
	background-image: url("/graphics/background/text.png");
	background-repeat: repeat;
	background-color: transparent;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 10px;
	position: relative;
	width: 576px;
	min-height: 450px;
	text-align: justify;
}
div.event-index{
	float: right;
	width: 370px;
}
div.event-content-left{
	position: absolute;
	display: none;
}
div.event-content-right{
	background-image: url("/graphics/shadow/text-right.gif");
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
}
div.event-content-top{
	position: absolute;
	display: none;
}
div.event-content-bottom{
	background-image: url("/graphics/shadow/text-bottom.gif");
	bottom: -2px;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}
div.event-content-left-top{
	background-image: url("/graphics/shadow/text-left-top.gif");
	height: 6px;
	left: 0;
	position: absolute;
	top: 0;
	width: 6px;
}
div.event-content-right-top{
	background-image: url("/graphics/shadow/text-right-top.gif");
	height: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 6px;
}
div.event-content-left-bottom{
	position: absolute;
	display: none;
}
div.event-content-right-bottom{
	position: absolute;
	display: none;
}

div.event-content div.col3{
	width: 185px;
	float: left;;
	margin-right: 7px;
}

div.event-content fieldset textarea{
	width: 100%;
	height: 50px;
}



/*
 * homepage elements
 */
div.home-banner{
	float: left;
	display: inline;
	width: 595px;
	height: 390px;
}


/*
 * content page elements
 */
div.content-box{
	margin-left: 60px;
	margin-top: 75px;
	width: 400px;
}


/*
 * program elements
 */
div.program-menu{
	float: left;
}
div.program-menu a{
	display: block;
	background-image: url("/graphics/background/event-index-menuitem.png");
	background-repeat: repeat;
	background-color: transparent;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding: 0px 10px;
	width: 176px;
	height: 18px;
	margin-bottom: 5px;
}
div.program-menu a: hover, div.program-menu a.hi{
	display: block;
	background-image: url("/graphics/background/event-index-menuitem-hi.png");
	background-repeat: repeat;
	background-color: transparent;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #162596;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding: 0px 10px;
	width: 176px;
	height: 18px;
}
div.eventDate{
	font-family: Times New Roman,serif;
	font-weight: bold;
	font-size: 14px;
	color: #001CA8;
	line-height: 14px;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
div.programTime,div.programTime a{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	line-height: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
div.programText{
	margin-left: 20px;
	margin-bottom: 10px;
}

/*
 * columns
 */
.colbox{
	display: block;
	width: 219px;
	height: 70px;
	margin-bottom: 15px;
	padding-left: 15px;
	position: relative;
}
.colbox-header{
	display: block;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #002596;
	line-height: 25px;
}
.colbox-desc{
	display: block;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #002596;
}
.colbox-date{
	display: block;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;	/*#FFD600*/
	position: absolute;
	bottom: 0;
}

div.column-blue{
	float: right;
}
div.column-yellow{
	float: right;
}

div.column-blue a,div.column-yellow a{
	text-decoration: none;
}

div.column-blue .colbox{
	background-image: url("/graphics/background/box-blue.png");
	background-repeat: no-repeat;
}
div.column-blue .colbox-header, .column-blue .colbox-header a{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	text-decoration: none;
	color: #FFFFFF;
}
div.column-blue .colbox-desc{
	color: #FFD600;	/*#002596*/
	line-height: 14px;
}
div.column-yellow .colbox{
	background-image: url("/graphics/background/box-yellow.png");
	background-repeat: no-repeat;
}
div.column-yellow .colbox-header, div.column-yellow .colbox-header a{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	text-decoration: none;
	color: #002596;
}
div.column-yellow .colbox-desc{
	color: #002596;
}


/*
 * image caption text
 */
div.mmpwebimage div.FT{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 25px;
	color: #001CA8;
}

/*
 * form formatting
 */
form table td.col1{
	width: 150px;
}
form table td{
	padding-bottom: 5px;
}
form input[type="text"],form textarea{
	width: 100%;
	border: 1px solid #00257B;
}
