body{
	font-family:         myriad, Geneva, sans-serif;
	margin-top:          0px;
}
#wrapper{
	width:               900px;
	position:            relative;
	left:                50%;
	margin-left:         -450px;
	float:               left;
}
#bgWhite {
	background-image:   url(/img/bg_bottom_white.gif);
	width:              900px;
	float:              left;
	background-repeat:  no-repeat;
	margin-top:         -4px;
	margin-bottom:      40px;
}
.flashContent{
  margin-top:          0px;
	margin-bottom:       0px;
	padding:             0px;
	border:              0px;
	float:               left;
}
#footer{
	color:               #000000;
	font-size:           8pt;
	font-weight:         normal;
	clear:               both;
	text-align:          center;
}
#columnA{
  width:              47%;
  float:              left;
  margin:             0px;
  padding-top: 15px;     
}
#columnB{
  width:              47%;
  float:              right;
  margin:             0px;
  padding-top: 15px;
}
.contentAreaImg{
    float:            left;
    width:            450px;
    
}
.contentAreaImg img{
    width:            97px;
    height:           97px; 
    float:            left;
    border:           1px solid gray;
}
.contentAreaImg h2{
    font-size:        14pt;
    color:            orange;
}
.contentAreaImg span{
    font-size:        10pt;
    width:            300px;
    height:           97px;
    color:            black;
    padding-top:      1em;
    padding-left:     15px;
    padding-right:    15px;   
    text-align:       justify;
    display:          block;
    float: left;
}
.contentArea{
	color:               black;
	font-size:           12pt;
	font-weight:         normal;
	float:               left;
	margin-right:        20px;
	padding-left:        20px;
    padding-bottom:       15px;
	text-align:          justify; 
}
.contentArea h1,
.contentArea h2{
  color:                #FF6600;
	font-size:            18pt;
	font-weight:          normal;
	font-family:          Impact, Geneva, sans-serif;
	text-align:           left;
	padding-left:         0px;
}
.contentArea div ul li{
  list-style:           none;
  background:           url(/img/bullet.gif) no-repeat 0 50%;
  padding-left:         25px;
  padding-top:          5px;
  padding-bottom:       5px;
  color:                #FF6600;            
}
.contentArea div ul a:link{
  color:               #CC9966;
  font-size:           12pt;
  text-decoration:     underline;
  font-weight:         bold;
}
.contentArea div ul a:visited{
  color:              #000000;
  font-size:          12pt;
  text-decoration:    underline;
  font-weight:bold;
}
.contentArea div ul a:hover{
  color:              #FF6600;
  font-size:          12pt;
  text-decoration:    underline;
  font-weight:bold;
}
#fileManager{
  position:            relative;
  left:                50%;
}
.logoBackground{
    width: 600px;
    margin-left: -300px;
    left: 50%;
    position: relative;
    height: 125px;
    background-image: url('/img/logo.gif');
    background-position: right;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.loginBackground{
  width: 600px;
  margin-left: -300px;
  position: relative;
  left: 50%;
  background-color: #F0F0F0;
  padding: 20px;
  text-align: left;
  line-height: 30px;
}
.loginBackground h1,
.loginBackground h2{
    color:                #FF6600;
	font-size:            18pt;
	font-weight:          normal;
	font-family:          Impact, Geneva, sans-serif;
	text-align:           left;
	padding-left:         0px;
}

#menuContainer{
    padding-top: 60px;
    padding-bottom: 5px;
    clear: both;
}
.menu{
  position:           relative;
  width:              900px;
  margin:             0 auto;
}
.menu div ul li{
    cursor:             pointer; 
}
.menu div ul li a{
  display:              block;
}
/*
form{
    width: 350px;
    height: 80px;
    padding: 15px;
    margin-left: 110px;
    margin-top:  20px;
    margin-bottom: 10px;
    left: 50%;
    background-color: #F0F0F0;
}
form div{
    clear: both;
}
form label{
    float: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    font-size: 10pt;
    margin-right: 15px;
}
form .input{
    float: left;
}
form .submit{
    text-align: center !important;
    padding-top: 10px;
}*/