/* CSS Document */



body {
font-size:10pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
background-color: #99CC99;
}

h1 {
font-size:14pt;
}

#container {
width: 900px;
height: 100%;
}

#bodybox {
background-color:#99CC99;
color: #000000;
height:600px;
width:100%;
}

#content {
color:#FFFFFF;
width:auto;
margin-left:175px;
background-color:#000000;
height:552px;
margin-right: 175px;
}

#contentMain {
overflow-y:scroll;
padding:10px;
height:490px;

}

#topBoundry {

}

.topBoundryL {
position:relative;
float:left;
width:30px;
}

.topBoundryR {
position:relative;
float:right;
margin:0px;
}

#bottomBoundry {
vertical-align: baseline;
margin:0px;
height:30px;
background-color:#99CC99;
}

.bottomBoundryL {
position:relative;
float:left;
width:30px;
}

.bottomBoundryR {
position:relative;
float:right;
margin:0px;
}

#topBoundryC {
height: 30px;
}

.bottomBoundryLC {
position:relative;
float:left;
width:30px;
}

.bottomBoundryRC {
position:relative;
float:right;
margin:0px;
}

#primaryNav {
	margin-top:48px;
	background-color:#99CC99;
	color:#000000;
	width:auto;
}
