html, body {
	width:100%;
	height:100%;
}

body {
	margin:0px;
	background-image:url('images/bg_body_blue.gif');
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#7baabf;
	font-family:tahoma,sans-serif;
	font-size:11px;

}
table {
	border-collapse:collapse;
}
td {
	padding:0px;
	vertical-align:top;
	text-align:left;
}
img {
	border:0px;
	vertical-align:top;
}
p {
	margin:2px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
table#main {
	height:100%;
	width:990px;
	background-image:url('images/bg_bottom_blue.gif');
	background-repeat:no-repeat;
	background-position:51px bottom;
}
table#mainRed {
	height:100%;
	width:990px;
	background-image:url('images/bg_bottom_red.gif');
	background-repeat:no-repeat;
	background-position:51px bottom;
}

table#mainYellow {
	height:100%;
	width:990px;
	background-image:url('images/bg_bottom_yellow.gif');
	background-repeat:no-repeat;
	background-position:51px bottom;
}
table#mainGreen {
	height:100%;
	width:990px;
	background-image:url('images/bg_bottom_green.gif');
	background-repeat:no-repeat;
	background-position:51px bottom;
}

table#mainPurple {
	height:100%;
	width:990px;
	background-image:url('images/bg_bottom_purple.gif');
	background-repeat:no-repeat;
	background-position:51px bottom;
}

td#top {
	vertical-align:top;
	width:990px;
	background-image:url('images/header_blue.gif');
	background-repeat:no-repeat;
	background-position:center top;
}

td#topRed {
	vertical-align:top;
	width:990px;
	background-image:url('images/header_red.gif');
	background-repeat:no-repeat;
	background-position:center top;
}

td#topYellow {
	vertical-align:top;
	width:990px;
	background-image:url('images/header_yellow.gif');
	background-repeat:no-repeat;
	background-position:center top;
}

td#topGreen {
	vertical-align:top;
	width:990px;
	background-image:url('images/header_green.gif');
	background-repeat:no-repeat;
	background-position:center top;
}

td#topPurple {
	vertical-align:top;
	width:990px;
	background-image:url('images/header_purple.gif');
	background-repeat:no-repeat;
	background-position:center top;
}

td#topLinks a{
	font-family:tahoma, sans-serif;
	color:#333333;
	font-size:11px;
	text-transform:lowercase;
}
td#topLinks input {
	font-family:tahoma, sans-serif;
	border:1px solid #f6aa00;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#333333;
	height:21px;
	vertical-align:middle;
	width:116px;
	margin-left:15px;
	line-height:19px;
	padding-left:5px;
	padding-top:2px;
	@padding-top:0px;
}
img#searchButton {
	margin-right:13px;
	margin-top:1px;
	@margin-right:15px;
}

td#bottom {
	height:30px;
	vertical-align:bottom;

}
div.footer {
	margin-top:85px;
	margin-bottom:5px;
}
div.footer .Normal {
	font-family:arial, sans-serif;
	font-size:10px;
	color:#7a2c85;
	text-align:center;

}
div.footer a, div.footer a:visited, div.footer a:link {
	font-family:arial, sans-serif;
	font-size:10px;
	color:#7a2c85;
}
/*### BLUE MENU ###*/
div#mainMenu_blue {
	background-color:#019cdc;
	margin-left:204px;
	width:707px;
	height:39px;
}

div#menuBlue {
	margin-top:35px;
	margin-left:14px;
	width:181px;
}
div#menuBlue a{
	background-image:url('images/menu_blue_bg.gif');
	background-repeat:no-repeat;
	height:31px;
	width:162px;
	display:block;
	font-family:tahoma, sans-serif;
	font-size:12px;
	color:#019cdc;
	line-height:31px;
	cursor:pointer;
	float:left;
}
div#menuBlue a:hover, div#menuBlue .focused{
	text-decoration:none;
	font-weight:bold;
}

div#menuBlue a span.text {
	margin-left:15px;
}
div#menuBlue .level1 a img{
	display:none;
}
div#menuBlue .group {
	padding-top:1px;
	background-image:url('images/blue_sub_top.gif');
	background-repeat:no-repeat;
}
div#menuBlue .level1 .last a{
	background-image:url('images/blue_sub_bottom.gif');
}
div#menuBlue .level1 a{
	background-image:url('images/blue_sub.gif');
	background-repeat:no-repeat;
	width:208px;
	height:30px;
	line-height:30px;
	font-size:11px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95); /*IE*/
   -moz-opacity: 0.95; /*FireFox*/
   background-color:#d9f4ff;

}
div#menuBlue .level1 .text{
	margin-left:10px;
	margin-right:10px;
}

/* END BLUE MENU */


/*### RED MENU ###*/
div#mainMenu_red {
	background-color:#ea6345;
	margin-left:204px;
	width:707px;
	height:39px;
}

div#menuRed {
	margin-top:35px;
	margin-left:14px;
}
div#menuRed a{
	background-image:url('images/menu_red_bg.gif');
	background-repeat:no-repeat;
	height:31px;
	width:162px;
	display:block;
	font-family:tahoma, sans-serif;
	font-size:12px;
	color:#ea6345;
	line-height:31px;
	cursor:pointer;
}
div#menuRed a:hover,div#menuRed .focused{
	text-decoration:none;
	font-weight:bold;
}

div#menuRed a span.text {
	margin-left:15px;
}
div#menuRed .level1 a img{
	display:none;
}
div#menuRed .group {
	padding-top:1px;
	background-image:url('images/red_sub_top.gif');
	background-repeat:no-repeat;
}
div#menuRed .level1 .last a{
	background-image:url('images/red_sub_bottom.gif');
}
div#menuRed .level1 a{
	background-image:url('images/red_sub.gif');
	background-repeat:no-repeat;
	width:208px;
	height:30px;
	line-height:30px;
	font-size:11px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95); /*IE*/
   -moz-opacity: 0.95; /*FireFox*/
   background-color:#fff8f6;

}
div#menuRed .level1 .text{
	margin-left:10px;
	margin-right:10px;
}

/* END RED MENU */


/*### YELLOW MENU ###*/
div#mainMenu_yellow {
	background-color:#f6aa00;
	margin-left:204px;
	width:707px;
	height:39px;
}

div#menuYellow {
	margin-top:35px;
	margin-left:14px;
}
div#menuYellow a{
	background-image:url('images/menu_yellow_bg.gif');
	background-repeat:no-repeat;
	height:31px;
	width:162px;
	display:block;
	font-family:tahoma, sans-serif;
	font-size:12px;
	color:#f6aa00;
	line-height:31px;
	cursor:pointer;
}
div#menuYellow a:hover, div#menuYellow .focused{
	text-decoration:none;
	font-weight:bold;
}

div#menuYellow a span.text {
	margin-left:15px;
}
div#menuYellow .level1 a img{
	display:none;
}
div#menuYellow .group {
	padding-top:1px;
	background-image:url('images/yellow_sub_top.gif');
	background-repeat:no-repeat;
}
div#menuYellow .level1 .last a{
	background-image:url('images/yellow_sub_bottom.gif');
}
div#menuYellow .level1 a{
	background-image:url('images/yellow_sub.gif');
	background-repeat:no-repeat;
	width:208px;
	height:30px;
	line-height:30px;
	font-size:11px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95); /*IE*/
   -moz-opacity: 0.95; /*FireFox*/
   background-color:#fff9ea;

}
div#menuYellow .level1 .text{
	margin-left:10px;
	margin-right:10px;
}

/* END YELLOW MENU */


/*### GREEN MENU ###*/
div#mainMenu_green {
	background-color:#52b9b2;
	margin-left:204px;
	width:707px;
	height:39px;
}

div#menuGreen {
	margin-top:35px;
	margin-left:14px;
}
div#menuGreen a{
	background-image:url('images/menu_green_bg.gif');
	background-repeat:no-repeat;
	height:31px;
	width:162px;
	display:block;
	font-family:tahoma, sans-serif;
	font-size:12px;
	color:#52b9b2;
	line-height:31px;
	cursor:pointer;
}
div#menuGreen a:hover, div#menuGreen .focused{
	text-decoration:none;
	font-weight:bold;
}

div#menuGreen a span.text {
	margin-left:15px;
}
div#menuGreen .level1 a img{
	display:none;
}
div#menuGreen .group {
	padding-top:1px;
	background-image:url('images/green_sub_top.gif');
	background-repeat:no-repeat;
}
div#menuGreen .level1 .last a{
	background-image:url('images/green_sub_bottom.gif');
}
div#menuGreen .level1 a{
	background-image:url('images/green_sub.gif');
	background-repeat:no-repeat;
	width:208px;
	height:30px;
	line-height:30px;
	font-size:11px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95); /*IE*/
   -moz-opacity: 0.95; /*FireFox*/
   background-color:#fff9ea;

}
div#menuGreen .level1 .text{
	margin-left:10px;
	margin-right:10px;
}

/* END GREEN MENU */

/*### PURPLE MENU ###*/
div#mainMenu_purple {
	background-color:#8397c7;
	margin-left:204px;
	width:707px;
	height:39px;
}

div#menuPurple {
	margin-top:35px;
	margin-left:14px;
}
div#menuPurple a{
	background-image:url('images/menu_purple_bg.gif');
	background-repeat:no-repeat;
	height:31px;
	width:162px;
	display:block;
	font-family:tahoma, sans-serif;
	font-size:12px;
	color:#8397c7;
	line-height:31px;
	cursor:pointer;
}
div#menuPurple a:hover,div#menuPurple .focused {
	text-decoration:none;
	font-weight:bold;
}

div#menuPurple a span.text {
	margin-left:15px;
}
div#menuPurple .level1 a img{
	display:none;
}
div#menuPurple .group {
	padding-top:1px;
	background-image:url('images/purple_sub_top.gif');
	background-repeat:no-repeat;
}
div#menuPurple .level1 .last a{
	background-image:url('images/purple_sub_bottom.gif');
}
div#menuPurple .level1 a{
	background-image:url('images/purple_sub.gif');
	background-repeat:no-repeat;
	width:208px;
	height:30px;
	line-height:30px;
	font-size:11px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95); /*IE*/
   -moz-opacity: 0.95; /*FireFox*/
   background-color:#fff9ea;

}
div#menuPurple .level1 .text{
	margin-left:10px;
	margin-right:10px;
}

/* END PURPLE MENU */


div.ContentPaneDiv {
	margin-top:10px;	
	line-height:18px; 
	width:400px;
	margin-left:15px;
	margin-bottom:45px;
}
div.ContentPaneDiv .Normal {
	line-height:18px; 
}
div.ContentPaneBlue h1, div.ContentPaneBlue .Head{
	font-size:15px;
	color:#1198d3;
	margin:0px;
	font-weight:bold;
}
div.ContentPaneRed h1, div.ContentPaneRed .Head{
	font-size:15px;
	color:#ea6345;
	margin:0px;
	font-weight:bold;
}
div.ContentPaneYellow h1, div.ContentPaneYellow .Head{
	font-size:15px;
	color:#f6aa00;
	margin:0px;
	font-weight:bold;
}
div.ContentPaneGreen h1, div.ContentPaneGreen .Head{
	font-size:15px;
	color:#52b9b2;
	margin:0px;
	font-weight:bold;
}

div.ContentPanePurple h1, div.ContentPanePurple .Head{
	font-size:15px;
	color:#8397c7;
	margin:0px;
	font-weight:bold;
}


/* ### TOP MENU BLUE###  */
.RadMenu_mondialTopmenuBlue {
	margin-left:5px;
}

.RadMenu_mondialTopmenuBlue .link, .RadMenu_mondialTopmenuBlue .link:active, .RadMenu_mondialTopmenuBlue .link:link, .RadMenu_mondialTopmenuBlue .link:visited{
	font-family:tahoma,sans-serif;
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	height:26px;
	line-height:26px;
	cursor:pointer;
	margin-top:7px;
	float:left;
}
.RadMenu_mondialTopmenuBlue a.link:hover, .RadMenu_mondialTopmenuBlue .focused {
	background-color:#00648d;
	text-decoration:none;
}

.RadMenu_mondialTopmenuBlue .text{
	margin-left:12px;
	margin-right:12px;
}

/* ### END TOP MENU BLUE ###  */


/* ### TOP MENU RED###  */
.RadMenu_mondialTopmenuRed {
	margin-left:5px;
}

.RadMenu_mondialTopmenuRed .link, .RadMenu_mondialTopmenuRed .link:active, .RadMenu_mondialTopmenuRed .link:link, .RadMenu_mondialTopmenuRed .link:visited{
	font-family:tahoma,sans-serif;
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	height:26px;
	line-height:26px;
	cursor:pointer;
	margin-top:7px;
	float:left;
}
.RadMenu_mondialTopmenuRed a.link:hover, .RadMenu_mondialTopmenuRed .focused {
	background-color:#bd3010;
	text-decoration:none;
}

.RadMenu_mondialTopmenuRed .text{
	margin-left:12px;
	margin-right:12px;
}

/* ### END TOP MENU RED ###  */

/* ### TOP MENU YELLOW ###  */
.RadMenu_mondialTopmenuYellow {
	margin-left:5px;
}

.RadMenu_mondialTopmenuYellow .link, .RadMenu_mondialTopmenuYellow .link:active, .RadMenu_mondialTopmenuYellow .link:link, .RadMenu_mondialTopmenuYellow .link:visited{
	font-family:tahoma,sans-serif;
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	height:26px;
	line-height:26px;
	cursor:pointer;
	margin-top:7px;
	float:left;
}
.RadMenu_mondialTopmenuYellow a.link:hover, .RadMenu_mondialTopmenuYellow .focused {
	background-color:#f88000;
	text-decoration:none;
}

.RadMenu_mondialTopmenuYellow .text{
	margin-left:12px;
	margin-right:12px;
}

/* ### END TOP MENU YELLOW ###  */


/* ### TOP MENU GREEN ###  */
.RadMenu_mondialTopmenuGreen {
	margin-left:5px;
}

.RadMenu_mondialTopmenuGreen .link, .RadMenu_mondialTopmenuGreen .link:active, .RadMenu_mondialTopmenuGreen .link:link, .RadMenu_mondialTopmenuGreen .link:visited{
	font-family:tahoma,sans-serif;
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	height:26px;
	line-height:26px;
	cursor:pointer;
	margin-top:7px;
	float:left;
}
.RadMenu_mondialTopmenuGreen a.link:hover, .RadMenu_mondialTopmenuGreen .focused {
	background-color:#33938c;
	text-decoration:none;
}

.RadMenu_mondialTopmenuGreen .text{
	margin-left:12px;
	margin-right:12px;
}

/* ### END TOP MENU GREEN ###  */

/* ### TOP MENU GREEN ###  */
.RadMenu_mondialTopmenuPurple {
	margin-left:5px;
}

.RadMenu_mondialTopmenuPurple .link, .RadMenu_mondialTopmenuPurple .link:active, .RadMenu_mondialTopmenuPurple .link:link, .RadMenu_mondialTopmenuPurple .link:visited{
	font-family:tahoma,sans-serif;
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	height:26px;
	line-height:26px;
	cursor:pointer;
	margin-top:7px;
	float:left;
}
.RadMenu_mondialTopmenuPurple a.link:hover, .RadMenu_mondialTopmenuPurple .focused {
	background-color:#4f6497;
	text-decoration:none;
}

.RadMenu_mondialTopmenuPurple .text{
	margin-left:12px;
	margin-right:12px;
}

/* ### END TOP MENU GREEN ###  */


#breadCrumbLinkBlueTd,
a.breadCrumbLinkBlue,
a.breadCrumbLinkBlue:link,
a.breadCrumbLinkBlue:visited
{
	color:#019cdc;
	font-size:10px;
	font-family:verdana,sans-serif;
	text-decoration:none;
}
a.breadCrumbLinkBlue:hover
{
	text-decoration:underline;
}


#breadCrumbLinkorangeTd,
a.breadCrumbLinkorange,
a.breadCrumbLinkorange:link,
a.breadCrumbLinkorange:visited
{
	color:#ea6345;
	font-size:10px;
	font-family:verdana,sans-serif;
	text-decoration:none;
}
a.breadCrumbLinkorange:hover
{
	text-decoration:underline;
}


#breadCrumbLinkgreenTd,
a.breadCrumbLinkgreen,
a.breadCrumbLinkgreen:link,
a.breadCrumbLinkgreen:visited
{
	color:#51b9b3;
	font-size:10px;
	font-family:verdana,sans-serif;
	text-decoration:none;
}
a.breadCrumbLinkgreen:hover
{
	text-decoration:underline;
}


#breadCrumbLinkyellowTd,
a.breadCrumbLinkyellow,
a.breadCrumbLinkyellow:link,
a.breadCrumbLinkyellow:visited
{
	color:#f6aa00;
	font-size:10px;
	font-family:verdana,sans-serif;
	text-decoration:none;
}
a.breadCrumbLinkyellow:hover
{
	text-decoration:underline;
}
