body {
    background: #ffffff;
    color: #333333;
    text-align: center;
    min-width: 852px;
    margin: 10px;
}
span.divider {
    color: #CC0033
}
div.wrapper {
    width: 850px;
    height: 800px;
    background: #ffffff;
    margin: auto;
    text-align: left;
}
div.Grid {
    background: url('/images/header-grid.gif');
    height: 156px;
    padding: 0px;
    margin: 0px;
    border: 1px solid #CCCCCC;
}
div.nav_static 
{
	cursor: pointer;
    background: url('/images/buttons_idle.gif');
    height: 27px;
    margin-left: 10px;
    width: 168px;
    font: bold 11px Arial;
    text-indent: 15px;
    line-height: 22px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: top left;
    color: #333333;
}
div.nav_submenu 
{
    text-indent: 0px;
	margin-left: 15px;
    font: 11px Arial;
    line-height: 14px;
	padding-top: 10px;
	padding-bottom: 10px;    
    display: none;
}
div.quickLinks 
{
	right: 20px;
	position: relative;
    background: #FFFFFF;
    font: 10px Arial;
    line-height: 18px;
    width: 235px;
    height: 107px;
    padding: 5px 5px 5px 8px; 
    border: 1px solid #CCCCCC;
    float: right;
}
span.quickLinks_title {
    color: #CC0033;
    font: 11px Arial;
    font-weight: bold;
}
div.navigation 
{
	position: relative;
	right: 20px;
    color: #333333;
    height: 38px;
    width:400px;
    font: bold 10px Arial;
    margin: 0px;
    text-align: right;
    line-height: 38px;
    float: right;
}
div.bottom_navigation {
    color: #333333;
    height: 20px;
    font: bold 10px Arial;
    margin: 0px;
    padding: 0px 6px 0px 0px;
    text-align: right;
    line-height: 20px;
    width 848px;
    clear: right;
}
span.home {
    width: 265px;
    height: 117px;
/*    background: url('/images/mira_logo.png');
    background-repeat: no-repeat;*/
}
div.copyright {
    font: 9px Arial;
    height: 20px;
    padding: 0px 6px 0px 0px;
    width 848px;
    text-align: right;
}

dummy
{
	margin: 0px;
	padding: 0px;
	width: 848px;
}

a { text-decoration:none; font-weight: bold; color: #006666; }
a:link{ text-decoration:none; color: #006666; }
a:hover { text-decoration:none; color: #FFCC00; }
a:active { text-decoration:none; color: #FFCC00; }

a.nav { text-decoration:none; color: #333333; }
a.nav:link{ text-decoration:none; color: #333333; }
a.nav:hover { text-decoration:none; color: #FFCC00; }
a.nav:active { text-decoration:none; color: #FFCC00; }

div.breadcrumb {
    height: 25px;
    font: 10px Arial;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: top left;
    text-indent: 75px;
    line-height: 17px;
    margin: 0px;
    background: url('/images/breadcrumbline.png');
    background-repeat: no-repeat;
    background-position: top left;
}
div.breadcrumb_border 
{
	margin: 0px;
	height: 17px;
	width: 848px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

div.content_wrapper {
	background: white;
	border-style:solid;
	border-width:1px;
	border-color: #CCCCCC;
	font: 11px Arial;
    margin: 0px;
	-moz-box-shadow: -5px 5px 5px #CCCCCC;
	-webkit-box-shadow: -5px 5px 5px #CCCCCC;
	box-shadow: -5px 5px 5px #CCCCCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=225, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=225, Color='#CCCCCC');

}

div.content_with_image
{
    width: 626px;
    font: 11px Arial;
    line-height: 17px;
    padding: 10px;
    margin: 0px 0px 0px 7px;
    position: relative;
}

div.content
{
	position: relative;
	top: 2px;
    width: 626px;
    font: 11px Arial;
    line-height: 17px;
    padding: 10px;
    margin: 0px 0px 0px 7px;
}

img.header
{
	margin-top: 0px;
	margin-left: 0px;
}

span.title 
{
	font-size: 14px;
}
div.content_title {
    color: #333333;
}
div.news {
    background: #FFFFDB;
    width: 380px;
    height: 110px;
    font: 11px Arial;
    color: #006666;
    position: relative;
    left: 17px;
    border: 1px solid #CCCCCC;
    padding: 10px;
}
span.news_title 
{
	font-weight: bold;
    color: #CC0033;
}

img.news {
    position: relative;
    left: 17px;
}
table 
{
	/*background: #006666;*/
}

th 
{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	color: #CC0033;
/*	background: #009999;*/
}

td 
{
	vertical-align: top;
	cursor: default;
	padding-left: 4px;
	padding-right: 4px;
	background: #ffffff;
}

td.title
{
	font-weight: bold;
	font-size: 12px;
}

