#container {
	/*width: 750px;*/
	height: 525px;
	width: 900px;
	/*height:600px;*/
	font-family: Georgia, Rockwell, serif;
	font-size: 14px;
	/*background-color: rgb(0,102,51);*/
	background-color:rgb(176,23,30);
	text-align: left;
	border: solid 2px black;
	margin:0px;
	padding:0px;
	}

#header {
	/*width: 740px;*/
	height: 122px;
	width:100%;
	/*height:auto;*/
	padding: 0px;
	margin:0px;
	border:none;
	/*border:solid 1px black;*/
	font-family:Tahoma, arial,sans-serif;
	font-size:24px;
	text-align: center;
	color:rgb(0,102,51);
	background-color:rgb(255,255,255);
	}

#content {
	/*width: 750px;*/
	width:100%;
	height: 348px;
	padding: 3px;
	margin:0px;
	/*border:5px black solid;*/
	border-top: 1px rgb(176,23,30) solid;
	border-bottom: 1px rgb(176,23,30) solid;
	overflow:scroll;
	font-family:Tahoma, arial,sans-serif;
	font-size:14px;
	text-align: justify;
	/*color:rgb(176,23,30);*/
	/*color:rgb(0,102,51);*/
	color:#000000;
	background-color:#ffffff;
	float:left;
	}

#footer {
	/*width: 745px;*/
	width: 100%;
	height: 19px;
	margin:0px;
	padding:0px;
	padding-top:2px;
	padding-bottom:2px;
	font-family:"Times New Roman",sans-serif;
	font-size:12px;
	text-align:center;
	color:rgb(0,102,51);
	background-color:rgb(153,204,153);
	float:left;
	}

.content_box_right {
	width: 280px;
	height: 200px;
	padding: 5px;
	margin:5px;
	/*border:none;*/
	border: 1px rgb(176,23,30) solid;
	overflow:auto;
	font-family:Tahoma, arial,sans-serif;
	font-size:14px;
	text-align: justify;
	/*color:rgb(176,23,30);*/
	color:rgb(0,102,51);
	background-color:#ffffff;
	float:right;
	}

.content3 {
	width: 350px;
	height: 200px;
	padding: 4px;
	margin:4px;
	border: 2px rgb(176,23,30) solid;
	overflow:scroll;
	font-family:Tahoma, arial,sans-serif;
	font-size:14px;
	text-align: justify;
	color:#000000;
	background-color:rgb(153,204,153);
	float:right;
	}

.content_box_left {
	width: 290px;
	height: 200px;
	padding: 5px;
	margin:5px;
	/*  border:none;  */
	border: 2px rgb(176,23,30) solid;
	overflow:auto;
	font-family:Tahoma, arial,sans-serif;
	font-size:14px;
	text-align: left;
	/*color:rgb(176,23,30);*/
	color:rgb(0,102,51);
	/*background-color:rgb(240,204,206);*/
	background-color:rgb(153,204,153);
	float:left;
	}

.content_v {
	width:45%;
	height:100%;
	margin:0px;
	padding:5px;
	padding-right:10px;
	padding-left:10px;
	float:left;
	}

.content_v1 {
	width:47%;
	height:100%;
	margin:0px;
	padding:5px;
	padding-right:10px;
	padding-left:10px;
	float:left;
	overflow:scroll;
	}

.content_h {
	width:100%;
	height:50%;
	margin:0px;
	padding:5px;
	}

.header_img_right {
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#ffffff;
	float:right;
	vertical-align:middle;
	}

.img_right {
	margin:0px;
	padding:0px;
	border:0px;
	float:right;
	vertical-align:middle;
	}

.header_img_left {
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#ffffff;
	float:left;
	vertical-align:middle;
	}

.img_left {
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
	vertical-align:middle;
	}
.address {
	font-family:Tahoma, arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	}

.address2 {
	font-family:Tahoma, arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	}

.st_red	{
	text-decoration:line-through;
	color:red;
	}

.st	{
	text-decoration:line-through;
	color:black;
	}

.burgundy {
	color:rgb(176,23,30);
	}

.white {
	color:#ffffff;
	}

.light_green {
	color:rgb(0,102,51);
	}

.topNavBar
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    VERTICAL-ALIGN: top;
    /*WIDTH: 745px;*/
    WIDTH: 100%;
    HEIGHT:auto;
    PADDING-TOP: 0px;
    TEXT-ALIGN: right;
    FLOAT:left;
	background-color:#ffffff;
}

/* .topNavCell
{
    BORDER-TOP-WIDTH: 1px;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 5px;
    BORDER-LEFT-WIDTH: 1px;
    BORDER-LEFT-COLOR: #999999;
    BORDER-BOTTOM-WIDTH: 1px;
    BORDER-BOTTOM-COLOR: #999999;
    PADDING-BOTTOM: 8px;
    VERTICAL-ALIGN: middle;
    BORDER-TOP-COLOR: #999999;
    PADDING-TOP: 5px;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: right;
    BORDER-RIGHT-WIDTH: 1px;
    BORDER-RIGHT-COLOR: #999999
} */

#topNav
{
}
#topNav LI
{
    DISPLAY: inline;
    LIST-STYLE-TYPE: none;
    FONT-FAMILY: Tahoma, arial, sans-serif;
    FONT-SIZE:14px;
}
#topNav UL
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px;
    MARGIN: 0px;
    WHITE-SPACE: nowrap;
}
#topNav A
{
    BORDER-RIGHT: #999999 1px solid;
    PADDING-RIGHT: 8px;
    BORDER-TOP: #999999 1px solid;
    PADDING-LEFT: 8px;
    PADDING-BOTTOM: 4px;
    BORDER-LEFT: #999999 1px solid;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: #999999 1px solid;
    BACKGROUND-COLOR: rgb(153,204,153);
}
#topNav A:link
{
    COLOR: rgb(176,23,30);
    TEXT-DECORATION: none
}
#topNav A:visited
{
    COLOR: rgb(176,23,30);
    TEXT-DECORATION: none
}
#topNav A:hover
{
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    BORDER-LEFT: #999999 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #999999 1px solid;
    BACKGROUND-COLOR:rgb(153,204,153);
}

.anylinkcss {
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
    	font-family: Tahoma, arial, sans-serif;
	font-size:12px;
	line-height: 21px;
	z-index: 100;
	background-color:rgb(153,204,153);
	width: 205px;
	text-align:center;
	}

.anylinkcss a {
	width: 100%;
	display: block;
	/*text-indent: 3px;*/
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color:rgb(176,23,30);
	}

.anylinkcss a:hover { /*hover background color*/
	background-color: white;
	color: black;
	}
	
body {
	background-color:rgb(176,23,30);
	}
