*
{
	/* for Mozila use only */
    -moz-box-sizing: border-box;
} 

*
{
	font-family:Arial;
	font-size:12;
}

th
{
	background-color:#253e92;
	color: White;
}

img
{
	border:0;
}

#LeftNav
{
	padding: 0;
	vertical-align: top;
	background-image: url("images/leftnav.jpg");
	width:138;
	height:366;
	float:none;
}

#LeftNav li
{
	list-style: none;
	list-style-position:outside;
	margin-left: 5;
	padding-top: 5;
}

#LeftNav li a:link, 
#LeftNav li a:visited, 
#LeftNav li a:active, 
#LeftNav li a:hover
{
	display: block;
	background-color:#253e92;
	font-family:Arial;
	font-size: 12px;
	text-decoration: none;
	padding-left:5;
	width:120;
}

#LeftNav li a:link, 
#LeftNav li a:visited, 
#LeftNav li a:active
{
	color:#fcfcfc;
	border: solid 1px #6cc840;
}

#LeftNav li a:hover
{
	color: yellow;
	border: solid 1px #6cff40;
}

.MenuBar
{
	color:#fcfcfc;
	background-color:black;
	border-top: solid 1px White;
	border-bottom: solid 1px White;
	font-family:Arial;
	font-size: 14px;
	font-weight:normal;
	text-decoration: none;
	padding-left:15;
	padding-right:15;
	letter-spacing:1.3;
	padding-top:5;
	padding-bottom:5;
	
}

.Welcome
{
	padding-left:60;
	padding-right:20;
	padding-top:20;
	padding-bottom:20;
	font-family:Arial;
	font-size: 12px;
}

table.Info
{
	border: solid 1 #666666;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

table.Info th
{
	background-color: #e9edf5;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: Black;
}


a.MenubarItem:link, a.MenubarItem:visited, a.MenubarItem:active
{
	color:#fcfcfc;
	background-color:#253e92;
	width:80;
	border: solid 1px #000000;
	font-family:Arial;
	font-size: 10px;
	text-decoration: none;
	text-align:center;
}

a.MenubarItem:hover
{
	color: yellow;
	background-color:#2942C6;
	width:80;
	border: solid 1px #000000;
	font-family:Arial;
	font-size: 10px;
	text-decoration: none;
	text-align:center;
}


table.vb
{
	border: solid 1 #e9edf5;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

table.vb th
{
	background-color: #e9edf5;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: navy;
}

table.vb td
{
	border: solid 1 #e9edf5;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: navy;
	text-align: center;
}

/*--- SubMenu Properties ---*/
#SubMenu a:link, 
#SubMenu a:visited, 
#SubMenu a:active, 
#SubMenu a:hover
{
	display:block;
	float:left;
	width:120;
	font-family:Arial;
	font-size: 10px;
	text-decoration: none;
	text-align:center;
	margin:2;
}

#SubMenu a:link, 
#SubMenu a:visited, 
#SubMenu a:active
{
	color:#fcfcfc;
	background-color:#253e92;
}

#SubMenu a:hover
{
	color: yellow;
	background-color:#2942C6;
}
/*--------------------------*/
