body{
	background-color: #000000;
}

a{
	text-decoration: none;
        cursor: pointer;
}
img{
	border-style: none;
}

p{
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 10px;
	margin: 0px 0px 0px 0px;
    color: #ffffff;
    font-weight:  lighter;
    font-family:  Arial;
    font-size: 12px;
}
ul{
	margin: 0px 0px 0px 0px;
}

p.news{
   color: #003366;
}

h3{
	color: #ffcc33;
    font-family:  Arial;
	padding-left: 10px;
	margin: 0px 0px 0px 0px;
}
h3.news{
	color: #003366;
}
h4{
	color: #003366;
    font-family:  Arial;
    font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	margin: 0px 0px 0px 0px;
}
h5{
	color: #000000;
    font-family:  Arial;
    font-style: italic;
    font-size: 10px;
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
}
#content{
	background-color: #555555;
	margin-left: auto ;
	margin-right: auto ;
        margin-bottom: auto;
	width: 800px;
        height: auto;
	


	
}

#header{
	background-color: #000033;
	background-image:url("/public/images/banner_small_white.png");
	background-position:top left;
	background-repeat:no-repeat;
	width:800px;
	height: 130px;
}

#menu{
	background-color:003366;
	width:800px;
	height: 30px;
}

div.top{
	background-color:transparent;
	background-image:url("/public/images/top.png");
	background-repeat:no-repeat;
	width: 500px;
	height: 22px;
}

div.middle{
	background-color:transparent;
	background-image:url("/public/images/middle.png");
	background-repeat: repeat-y;
	width: 500px;
        min-height:600px; 
        height:auto !important;  
        height:600px;

}

div.bottom{
	background-color:transparent;
	background-image:url("/public/images/bottom.png");
	background-repeat:no-repeat;
	width: 500px;
	height: 22px;

}

div.top_small{
	background-color:transparent;
	background-image:url("/public/images/top_small.png");
	background-repeat:no-repeat;
	width: 250px;
	height: 22px;
}

div.middle_small{
	background-color:transparent;
	background-image:url("/public/images/middle_small.png");
	background-repeat: repeat-y;
	width: 250px;
        min-height:600px; 
        height:auto !important;  
        height:600px;

}

div.bottom_small{
	background-color:transparent;
	background-image:url("/public/images/bottom_small.png");
	background-repeat:no-repeat;
	width: 250px;
	height: 22px;

}
div.button{
  width: 75px;
  height: 35px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-family:  Arial;
  font-weight: bold;
  display: inline;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align:  middle;
}

div.button:hover {
   cursor: pointer;
   color: #ffcc33;
}

div.branded{
	background-image: url("/public/images/wmpvc.png");
	background-position: center center;
	background-repeat:no-repeat;
        min-height:600px; 
        height:auto !important;  
        height:600px; 

}
#footer{
	clear: both;
}
.left{
    float: left;
    width: 500px;
    padding: 10px;
 }
 
.selected{
    font-size: 14px;
   font-weight: bold;
}
.unselected{
   color: #777777;
}
.yellow{
	color: #ffcc33;
}
.right{
    float: left;
    width: 250px;
    padding: 10px;
 }