BODY {
    FONT-FAMILY: tahoma; MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; COLOR: black; FONT-SIZE: 12px;
    PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; PADDING-BOTTOM: 0px;
}

A {
	FONT-FAMILY: tahoma; color: #11897d; text-decoration: none;
}
A:hover {
	color: #04463f; TEXT-DECORATION: underline;
}

IMG.cont-arrow {
    border: 0px; margin-left: 3px; vertical-align: middle;
}

DIV.top 
{
	background-image: url("images/top-grad.png"); height: 160px; color: white;
}

DIV.top table {
    background-image: url("images/header.jpg"); height: 160px; background-repeat: no-repeat;
}
DIV.bottom {
    font-family: tahoma;
    text-align: center;
    background-image: url("images/bottom-grad.png");
    background-repeat: repeat-x;
    background-color: #077a6e;
    color: #00cccc;
    padding: 25px;
    margin-bottom: 0px;
    margin-top: 20px;
}
DIV.bottom a {
    color: #00cccc;
    text-decoration: none;
}
DIV.bottom a:hover {
    color: white;
    text-decoration: underline;
}

/*
    CONTENT
*/
DIV.Content
{
	font-family: Tahoma; color: Black; font-weight: normal; font-size: 14px; line-height: 1.5;
	width: 1000px; text-align: justify; margin-top: 10px;
}

DIV.Content ul
{
    list-style-type: square;
    padding-left: 15px;
    margin-left: 15px;
    
}
DIV.Content li
{
    margin-top: 15px;
}

DIV.InTitle {
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

DIV.inlineimage {
    float: right;
    margin: 10px;
    margin-right: 0px;
    padding: 5px;
    text-align: center; border: 1px solid #D9D8D8;
}

H1
{
	font-family: Tahoma; color: White; font-weight: normal; font-size: 20px;
	padding: 0px; margin: 0px;
}

H3
{
	font-family: Tahoma; color: White; font-weight: bold; font-size: 16px;
    background-color: #119e90;
	background-image: url("images/content-title-grad.png");
    background-repeat: repeat-x;
	padding: 5px;
}

H3 a
{
	font-family: Tahoma; color: White; font-weight: bold; font-size: 16px;
	text-decoration: none;
}

H3 a:hover
{
	font-family: Tahoma; color: White; font-weight: bold; font-size: 16px;
	text-decoration: none;
}

H2 {
    font-family: tahoma; color: black; font-weight: bold; font-size: 16px;
    background-image: url(images/home-highlight-bg.png); background-repeat: repeat-x;
    padding: 5px;
}

H2 a {
    color: black; text-decoration: none;
}
H2 a:hover {
    color: #4F4F4F; text-decoration: none;
}

H2 img {
    vertical-align: middle; border: 0px;
}

DIV.more {
	width: 100%; text-align: right; font-size: 14px;
}

TABLE.panels ul {
	list-style-type: square;
	line-height: 1.3;
	text-align: justify;
    padding-right: 2px;
}
TABLE.panels li {
	margin-top: 2px;
	font-size: 12px;
}

DIV.panelHighlight {
    font-size: 14px;
    padding: 5px;
    background-color: #e0dfdf;
    margin-bottom: 7px;
}

DIV.paneldetails {
	font-size: 12px;
	line-height: 1.3;
	
	text-align: justify;
    padding-right: 2px;
    padding-left: 2px;
}

TD.contactType {
	font-weight: bold;
}
/*
	Menu
*/

TD.menu 
{
	background-image: url("images/top-menu-grad.png"); height: 40px; width: 100%; color: White;
	text-align: center; padding: 0; margin: 0;
}

TD.menu ul
{
	list-style: none; padding: 0; margin: 0; height: 24px;
}
TD.menu li
{
	display: inline; padding: 0; margin: 0;
}
TD.menu a
{
	font-family: Tahoma; color: white; text-decoration: none; font-size: 14px;
	padding: 10px 6px 13px 6px; margin: 0px;
}
TD.menu a:hover
{
	background-image: url("images/top-menu-grad-hover.png"); height: -20px; color: White; text-decoration: none;
	position: relative;
}
TD.menu a.current
{
	font-family: Tahoma; color: white; text-decoration: none; font-size: 14px;
	padding: 10px 5px 13px 5px; margin: 0px; font-weight: bold;
}

/*
    Submenu
*/
DIV.submenu {
    margin: 0px; padding: 10px;
    background-image: url("images/submenu-grad.jpg"); background-repeat: repeat-x; background-position: top center;
}
DIV.submenu A {
    text-decoration: none; color: #263C3C; font-size: 14px; font-weight: bold;
}
DIV.submenu A:hover {
    text-decoration: underline; color: black;
}
DIV.submenu UL {
    list-style-type: none;
    margin: 0px; padding: 0px; margin-top: 5px;
}
DIV.submenu LI {
    display: inline;
    margin: 0px; padding: 0px;
    margin-left: 10px; margin-right: 10px;
}

DIV.home-event-highlight {
    font-size: 14px; font-weight: bold; margin-top: 8px;
    border-top: 1px dotted #CBCBCB;
}
