/* CSS Document */

body {
    background-color: #C7C8CA;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
    margin: 0px;
}

pre { font-family: "Times New Roman", Times, serif };

a.orange_link:link{
	color: #ff6633;
	text-decoration: none;
	font-weight: bold;
}
a.orange_link:hover{
	color:#ff6633;
	text-decoration: underline;
	font-weight: bold;
}
a.orange_link:active{
	color:#ff6633;
	text-decoration: none;
	font-weight: bold;
}
a.orange_link:visited{
	color:#ff6633;
	text-decoration: none;
	font-weight: bold;
}
a { color: #FFFFFF; }
a:hover { color: #E6E6E6; }

#header {
    height: 159px;
    width: 898px;
    background-color: #DFDFDF;
    border: 1px solid #858384;
    border-bottom: 0px;
}

#bottom {
    height: 10px;
    width: 500px;
    position:absolute;	
	left:400px;
	top:655px;
	background-color: #DFDFDF;
    border: 0px solid #858384;
    border-bottom: 0px;	
}

#left {
    height: 539px;
    width: 100px;
    background-color: #E7E7E7;
    border-bottom: 1px solid #858384;
    background: url(/images/bg_left.gif) no-repeat;
    float: left;
}

#container-right {
    height: 539px;
    width: 799px;
    background-color: #E7E7E7;
    border-right: 1px solid #858384;
    border-bottom: 1px solid #858384;
    float: left;
}

#nav {
    height: 509px;
    width: 187px;
    padding-top: 30px;
    background-color: #E7E7E7;
    background: url(/images/bg_buttons.gif) no-repeat;
    float: left;
}

#right {
   height: 519px;
   width: 512px;
   background: url(/images/bg_right.gif) no-repeat;
   color: #FFFFFF;
   padding-top: 20px;
   padding-left: 45px;
   padding-right: 55px;
   float: left;
   overflow:auto;
   border-bottom: 1px; 
}

#nav .button {
    border: 0px;
    display: block;
	margin-left: 10px;
}