body {
	margin: 0px;
	padding: 0px;
	background: #c7c5ef;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
/* Containers on level 01 */
#L01_T {
	height:42px; 
	background-color: #c7c5ef; 
}
#L01_M { 
	width: 100%;
	background-image:url(../images/L01_M_bckgr.gif); 
}
#L01_B { 
	background-color: #c7c5ef; 
}

/* Containers on level 02 */
/* Top container L02 */
#L02_T_L {
	height:42px; 
	width:5px;
	background-image:url(../images/L02_T_L_bckgr.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#L02_T_M {
	height:42px; 
	width:760px;
	background-color: #c7c5ef;
	border-bottom:solid 1px #6766a1;
}

#L02_T_R {
	height:42px; 
	width:5px;
	background-image:url(../images/L02_T_R_bckgr.gif);
	background-repeat:repeat-y;
	background-position:left;
}

/* Middle container L02 */


#L02_M_L {
	width:5px;
	background-image:url(../images/L02_M_L_bckgr.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#L02_M_M {
	width:760px;
	background-color: #f8dcda;
	border-top:solid 1px #fbf3f2;
	border-bottom:solid 1px #57568b;
}

#L02_M_R {
	width:5px;
	background-image:url(../images/L02_M_R_bckgr.gif);
	background-repeat:repeat-y;
	background-position:left;
}

/* Bottom container L02 */
#L02_B_L {
	height:100px;
	width:5px;
	background-image:url(../images/L02_B_L_bckgr.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#L02_B_M {	
	width:760px;
	background-color: #d4d3f3;
	border-top:solid 1px #ffffff;
}

#L02_B_R {
	width:5px;
	background-image:url(../images/L02_B_R_bckgr.gif);
	background-repeat:repeat-y;
	background-position:left;
}
/* Containers on level 03+ */
/* Banner */
#banner {
	height: 190px;
	background-color: #f8dcda;
}

#banner_separator {
	height: 9px;
	background-image:url(../images/banner_separator_bckgr.gif);
	background-repeat:repeat-x;
}

/* Main Navigation */
#MM_T_bckgr {
	background-image:url(../images/MM_T_bckgr.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:30px;
}
#MM {	
	background-color:#abaaf3;
	background-image:url(../images/decoration_02.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
/* Main body */

#MB_T_bckgr {
	background-image:url(../images/MB_T_bckgr.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:30px;
}
#MB {	
	background-color:#bebdf3;
	padding-left:10px;
	padding-right:10px;
}

/* MISC ELEMENTS */

#separator_blue_Y {
	background-image:url(../images/separator_blue_Y.gif);
	background-repeat:repeat-y;
	width:2px;
}

#separator_blue_X {
	background-image:url(../images/separator_blue_X.gif);
	background-repeat:repeat-x;
	height:2px;
}
#event_title_bckgr {
	background-image:url(../images/event_title_bckgr.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:23px;
}

#event_title_bckgr a, div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	
	color: #7d7ce7;
}
#event_title_bckgr a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	
	color: #0033cc;
}

#event_title_bckgr div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	
	color: #7d7ce7;
}

#intro_flash_bckgr {
	background-image:url(../images/intro_flash_bckgr.gif);
	background-repeat:repeat-x;
	height:248px;
	width:230px;
	padding-bottom:2px;
}

#title_line {
	background-image:url(../images/title_line.gif);
	background-repeat:repeat-x;
	height:31px;
}

#section{ border: 1px solid #FBEAE9; background-color:#C7C4F2;}

#section img.photo{ border: 3px solid #ffffff;}



.button {
	background-color:#F6F6FF;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image: url(../images/button_bckgr.gif);
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#A6A5ED;
	
	border:1px solid #003C74;
}
.button-hover{
	background-color:#F6F6FF;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image: url(../images/button_bckgr.gif);
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#5656FA;
	
	border:1px solid #003C74;
}
