/* font */
#standardfont 
{
   font-family: arial; 
 
}
#banner {
        font-family: arial; 
	table-layout:fixed;
	border-collapse: collapse;
        color: #990033;
	margin: 25px 0px 5px 50px;
}
#content {
	table-layout:fixed;
        font-family: arial; 
        color: #990033;
	margin: 25px 0px 5px 50px;
}

#left {
	width :165px;
        border-bottom: solid 2px #348224;
}

#right {
	width : 100px;
        border-bottom: solid 2px #348224;
}
#middle
{
	width : 480px;
        border-bottom: solid 2px #348224;
}
#middle p 
{
	text-align:left;
	font-size: 25px;
        color: #348224;
}

#leftcontent {
	width : 165px;
}
#leftcontent img{
	border : 0;
}
#leftcontent h2
{
      /*  text-align: center;*/
	font-size: 15px;
        color: #990033;
	/*font-weight: bold;*/
}
#leftcontent a
{
	background-color: Transparent;
        color: #990033;
}


#middlecontent {
        color: #000000;
	width : 480px;
}
#rightcontent {
	width : 100px;
}

#FooterFont{
	font-family: arial; 
	color: #000000; 
	font-size: 10px;
}


#tabarea
{
        border-bottom: solid 2px #348224;
}

#tab
{
        font-family: arial; 
	padding-bottom: 0px;
/*	background-color: #00ff00;*/
}


#tab li  
{
	text-align: center;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 5px 10px;
}

/* "list" of tabs */
#tab ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 16px;
	background-color: #00ff00;
}

#tab td 
{
	float: left;
	margin: 0 0 0 5px;
	padding: 5px 10px;
}


#tab a
{
	background-color: Transparent;
}

#tab a:hover
{
	border-left: solid 1px #348224;
	border-right: solid 1px #348224;
	border-top: solid 1px #348224;
	background-color: #348224;
	color:#FFFFFF;
}
#tab .inactive a
{
	color:#990033;
}
#tab .inactive a:hover
{
	color:#FFFFFF;
}
#tab .inactive
{
	border-left: solid 1px #348224;
	border-right: solid 1px #348224;
	border-top: solid 1px #348224;
	background-color: #FFFFFF; 
	color:#990033;
	font-weight: bold;
	 
}

#tab .active
{
	border-left: solid 1px #348224;
	border-right: solid 1px #348224;
	border-top: solid 1px #348224;
	border-bottom: solid 1px #348224;
	background-color: #348224;
	color:#FFFFFF;

	font-weight: bold;
}

#tab br
{
	height: 0px;
}

