/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url(logo_magic.bmp);; height: 140px; width: 274px; font-size: 12px; clear: left; margin-top: auto; margin-right: auto; margin-bottom: auto; margin-left: auto}
#topheader{float:right; width:526px; height:97px; background-color:#F0F0F0; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:526px; height:32px; background-image:url(bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:526px; height:32px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:500px;}
#leftpanel{float:left; width:270px;}
#footer{
	float:left;
	width:100%;
	background-color:#F8F8F8;
	padding:10px;
	height: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/*GRAY PANEL*/
.graypanel{
	border:1px solid #FFFFFF; background-color:#F7F7F7; padding:1px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	color: #000000;
	background-position: center;
	font-family: Tahoma, sans-serif;
	font-size: 0.7em;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
}
.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;
}

.smallgraytext {
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Tahoma, sans-serif;
	text-decoration: none;
}
.smallgraytext a{
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Tahoma, sans-serif;
}
.smallgraytext a:hover{
	text-decoration:none;
	color: #FFFFFF;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	color: #FFFFFF;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
