﻿@import url("css/menu.css");

body {margin:0;padding:0;background:url(images/background.png) repeat-x;}
#header {height:150px;background:url(images/header_bg.png) repeat-x;}
#headercenter {height:150px;background:url(images/banner.gif); background-repeat: no-repeat; background-position: center top;}

#header img {margin:0 auto;display:block;}

#banner {height:45px;margin:0;background:url(images/banner_bg.png) repeat-x;}
#bannerreflectiontop {height: 45px; margin:auto;background:url(images/reflection_bnr2_top.png); background-repeat:no-repeat; background-position: center top; }
#bannerreflectionbottom {background:url(images/reflection_bnr2_bottom.png); background-repeat:no-repeat; background-position: center top;}

#center_col {width:800px; margin:auto;}
/*#nav {margin:10px 0 20px 0;}*/

.Normal, .NormalDisabled, td {
	font-family:Lucida Sans Unicode;
	font-size:10pt;
	color: #38181f;
	font-weight:normal;
}

h1 {
	font-family:Lucida Sans Unicode;
	font-size:16pt;
	color: #38181f;
	font-weight:normal;
	display: inline;
}

/*navigation links*/
.menu_style {margin-bottom:20px;}
.menu_style span span span span {font-family:Arial;font-size:12px;}


#logindiv 
{
    color:White;    
}

#logindiv a
{
    color:White;
    font-size: 12px;
    font-family: Arial;    
}



#content {height:400px;border:solid 1px blue;}
#footer {height:100px; font-size:9pt; font-family: Sans-Serif;}

#topdiv, #maintable, #bottomdiv, #logindiv, #TopPane, #BottomPane, .TopPane, .BottomPane
{
    width: 800px;
    margin:auto;
}

.center 
{
    margin:auto;
    text-align:center;
}
.right
{
    text-align: right;
}
.left
{
    text-align: left;
}