/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000; 
    margin: 5px 5px 5px 5px;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }

A:link      { color: #41519A; text-decoration:none; }
A:visited 	{ color: #41519A; text-decoration:none; }
A:active 	{ color: #41519A;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:none; }
		
A.bodyLink:link     { color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #41519A;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:none; font-weight:bold; }
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: White;
 }

hr {
	border: 0;
	border-top: 2px solid #41519A;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #6B7EBF
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #6B7EBF;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #6B7EBF;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#5B6DB5;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#41519A;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #41519A;
	text-align: right;
}

#wrap 
{
	width: 90%;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 2px;
}

.header
{
	color: White;
	background-color: #4d5e80;
	margin: 5px 5px 0px 5px;
	width: 98%;
	height: 30px;
}

.header A:link     { color: #ffff00; text-decoration:none; }
.header A:visited 	{ color: #ffff00; text-decoration:none; }
.header A:active 	{ color: #ffff00;  cursor:hand; text-decoration:none; }
.header A:hover 	{ color: #ffffff;  cursor:hand; text-decoration:none; }

.nav
{
	border-top: 1px solid gray;
	border-bottom: 1px solid #4d5e80;
	background-color: #edf0f8;
	margin: 0px 5px 0px 5px;
	max-height: 20px;
}

.sidebarleft2
{
	position: absolute;
	left: 0;
	top:100px;
	bottom: 50px;
	width: 25%;
	font-size: 1em;
	overflow: auto;
}

.sidebarleft
{
	float: left;
	width: 25%;
	border: 1px solid #4d5e80;
	background-color: #ffffff;
	margin: 0px 0px 0px 2px;	
	overflow: scroll;
	height: 50%;
}

.mainfileview
{
	float: left;
	width: 79%;
	background-color: #ffffff;
	margin: 0px 0px 5px 0px;	
}

.splitter
{
	float: left;
	width: 10px;
	height: auto;
	background: black;
}

.main 
{
	float:left;
    background-color: #ffffff;
	margin: 0px 1px 2px 3px;	
	overflow: auto;
}


.sidebarright
{
	float: left;
	background-color: Maroon;
	margin: 0px 0px 0px 0px;	
}

.footer
{
	background: #4d5e80;
	clear: both;
	margin: 0;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
}
