/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1024)? "1024px" : "100%");}
#left_side { width:379px; float:left; background:url() no-repeat 9px 47px;}
#right_side { margin-left:379px;}
#logo{float:left; background-image:url(logo2.jpg);width:100px; height:100px;}
#logo2{float:left; background-image:url(M3ab.jpg);width:500px; height:160px;}
#logo3{float:right; background-image:url();width:1020px; height:150px;}
#logo4{float:right; background-image:url();width:330px; height:160px;}
#menu{float:left; width:100%; height:32px; background-image:url(bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:left; width:100%; height:32px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}

#contenttext{float:left; width:50%;}
#leftpanel{float:left; width:330px;}
#rightpanel{float:right;width:450px;}
#footer{float:left; width:800px; background-color:#F0F0F0; padding:10px;}
td {font-family:arial; font-size:12px; background-repeat: no-repeat}
td.redline {border:1px solid; border-color:#FF9B9B; text-align:center;}
.left_pink {border:3px #BAE24C solid;font-size:12px; padding:3px; }
.left_baize {border:3px #DDDDC1 solid; font-size:12px; padding:3px;}
.left_aqua {border:3px #A8FBFA solid; font-size:12px; padding:3px;}
.left_purple {border:3px #DDDDC1 solid; font-size:12px; padding:3px;}
.left_light_green {border:3px #DDDDC1 solid; font-size:12px; padding:3px;}
.left_yellow {border:3px #DDDDC1 solid; font-size:12px; padding:3px;}
.c_pink {color:black; text-decoration:none; width:140px}
.c_pink:hover {color:#800000; background-color:#CEFF63; text-decoration:none}
.c_baize {color:black; text-decoration:none; width:147px}
.c_baize:hover {color:#800000; background-color:#FBDFA8; text-decoration:none}
.c_aqua {color:black; text-decoration:none; width:145px}
.c_aqua:hover {color:#800000; background-color:#A8FBFA; text-decoration:none}
.c_purple {color:black; text-decoration:none; width:145px}
.c_purple:hover {color:#800000; background-color:#EDB8FA; text-decoration:none}
.c_light_green {color:black; text-decoration:none; width:145px}
.c_light_green:hover {color:#800000; background-color:#CEFF63; text-decoration:none}
.c_yellow {color:black; text-decoration:none;margin-left:0px}
.c_yellow:hover {color:#800000; background-color:#BFC78C; text-decoration:none}
.tall_top { background:url(images/tall_top.gif) left top repeat-x #fff; width:100%;}

li {margin-left:-20;}
ul {margin-bottom:0px;

}
li.pink {list-style-image: url(mystyle/bul.gif);}
li.purple {list-style-image: url(mystyle/bg.gif);}
li.aqua {color:#22D2D0;}
li.baize {color:#F9B955;}
li.green {color:#81B309;}
#marqueecontainer{
position: relative;
width: 600px; /*marquee width */
height: 100px; /*marquee height */
background-color: white;
overflow: hidden;
border: 2px solid orange;
padding:2px;
padding-left:4px;
}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;

}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.read        {font-family:Verdana; color:#55ad63;  text-decoration:underline ; line-height:24px; margin-left:8px }
.read:link   { color:#55ad63; text-decoration:underline; }
.read:hover  { color:#55ad63; text-decoration:none; }
.read:active {color:#55ad63; text-decoration:underline; }


/*
ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li
{
float:left;
}
a:link,a:visited
{
display:block;
width:110px;
font-weight:bold;
color:#FFFFFF;
background-color:#990000;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
a:hover,a:active
{
background-color:#7A991A;
}
*/

