body {
margin:0;
margin-bottom:20px;
}

a:link{
	font-size:12pt;
	font-weight:bold;
	font-family:calibri;
	text-decoration:none;
	color:#26225f;
}
a:visited{
	color:#26225f;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}

.iframe {
border-bottom: #bfbfbf 1px solid;
}

.right_picture {
border: #bfbfbf 1px solid;
width:107px;
height:76px;
margin: 0px auto -1px auto; 
}

.picture {
border: #bfbfbf 1px solid;
width:107px;
height:76px;
padding:2px;
text-valign: middle;
text-align: center;
background: #fff;
}

.links {
background: url(images/links.jpg) repeat-x;
width:960px;
height: 22px;
border: #b7b7b7 1px solid;
}

.table {
background: #eaeaea url(images/table.jpg) repeat-x;
border-left: #ddd 1px solid;
border-right: #ddd 1px solid;
padding-left:20px;
padding-right:20px;
padding-bottom:10px;
padding-top:5px;
}

.table_header {
color:#d52b31;
font: bold 1.1em Calibri, Arial, sans-serif;
padding-bottom:8px;
padding-left:61px;
}

.table_heading {
color:#262626;
font: bold 11pt Calibri, Arial, sans-serif;
}

.schedule {
background: #eaeaea url(images/table.jpg) repeat-x;
border-left: #ddd 1px solid;
border-right: #ddd 1px solid;
padding-left:5px;
padding-right:5px;
padding-bottom:10px;
padding-top:5px;
}

.schedule_heading {
padding-left:15px;
color:#262626;
font: bold 11pt Calibri, Arial, sans-serif;
}
.content {
color:#333;
font: normal 1em Calibri, Arial, sans-serif;
padding-bottom:30px;
padding-left:50px;
padding-right:60px;
}

.header {
color:#d52b31;
font: bold 1.2em Calibri, Arial, sans-serif;
padding-bottom:2px;
padding-left:50px;
}

.right_header {
color:#d52b31;
font: bold 1.1em Calibri, Arial, sans-serif;
padding-bottom:4px;
}

.button {
background: url(images/buttons.jpg) repeat-x;
border: #d9d9d9 1px solid;
height: 31px;
width:210px;
text-align:center;
display:table-cell;
vertical-align:middle;
}

.button2 {
background: url(images/buttons.jpg) repeat-x;
border: #d9d9d9 1px solid;
height: 31px;
width:150px;
text-align:center;
display:table-cell;
vertical-align:middle;
}

.links a:link{
	color:#ebebeb;
	font-size:10pt;
	font-weight:bold;
	font-family:calibri;
	text-decoration:none;
}

.links a:visited{
	color:#fafafa;
	font-size:10pt;
	font-weight:bold;
	font-family:calibri;
	text-decoration:none;
}

.links a:hover{
	color:#e1ffe0;
	font-size:10pt;
	font-weight:bold;
	font-family:calibri;
	text-decoration:none;
}


div {
	margin: 0;
	padding: 0;
}

#maincontainer {
	background: #eaeaea url(images/body.jpg) repeat-x;
	border-right: #b7b7b7 1px solid;
	border-left: #b7b7b7 1px solid;
	margin: 0 auto;
	width: 960px;
}

#topsection {
	background: url(images/top.jpg) 0 0 no-repeat;
	height: 216px;
	width: 1000px;
	margin: 0 auto;
}

#contentwrapper {
	width: 960px;
}

#contentcolumn {
	width: 760px;
	float: left;
	padding-top:35px;
	padding-bottom:25px;
}

#rightcolumn {
	background: #eaeaea url(images/right.jpg) repeat-x;
	float: right;
	width: 200px;
	color:#333;
	font: normal 1em Calibri, Arial, sans-serif;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
}


/**************** menu coding *****************/
#menu {
width: 100%;
background: #eee;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 120px;
float: left;
}

#menu a, #menu h2 {
font: bold 10pt Calibri, Arial, sans-serif;
display: block;
padding: 5px;
border-right: #1a541f 1px solid;
margin: 0;
text-align:center;
}

#menu h2 {
color: #fff;
background: url(images/links.jpg) repeat-x;
}

#menu a {
color: #fafafa;
background: url(images/links.jpg) repeat-x;
text-decoration: none;
}

#menu a:hover {
color: #e1ffe0;
background: #000 url(images/links_hover.jpg) repeat-x;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}