body     
	{
	background:  #ffffff;
	/* background:  url(../images/bg_blue.gif); */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	padding: 0px;
	margin: 0px;
	}
#banner
	{
	top: 0px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	}
#header
	{
	background:  url(../images/headerBackground.jpg);top: 20px;
	top: 20px;
	margin-left: 20px;
	position: absolute;
	}
#contentWrapper
	{
	background:  #000000;
	top: 20px;
	left: 40px;
	width: 760px;
	position: absolute;
	}
#sidebar
	{
	top: 0px;
	left: 0px;
	width: 160px;
	position: absolute;
	}
#main
	{
	top: 0px;
	left: 180px;
	width: 540px;
	position: absolute;
	/*background: #0000ff;*/
	}
#content
	{
	top: 20px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	/*background: #0000ff;*/
	}
#footer 
	{
	top: 0px;
	margin-left: 20px;
	width: 760px;
	position: relative;
	background-color: #4682B4;
	color: #000000;
	}
h1       
	{
	color: #002F8B;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: normal;
	font-style: normal;
	}
h2  
	{
	color: #002F8B;
	font-weight: bold;
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	font-variant: normal;
	font-style: italic;
	}
h3 
	{ 
	 color: #0D4D9F; 
	 font-family: Arial, Geneva, sans-serif; 
	 font-size: 14px }
h4  
	{
	color: #0D4D9F;
	font-family: Arial, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
hr 
	{
	height:1px;
	align: center;
	width:100%;
	background:#AEB5DF;
	}
th
	{ 
	background:#002F8E;
	color: #C8D0FF; 
	font-family: Arial, Geneva, sans-serif; 
	font-size: 12px;
	/*border: #999999;*/
	}
tr, td
	{
	color: #000000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	background-image: none;
	}
ol, ol ol, ol ol ol 
	{ 
	color: #000669; 
	font-family: Arial, Geneva, sans-serif; 
	font-size: 12px;
	}
ul, ul ul, ul ul ul
	{ 
	color: #000669; 
	font-family: Arial, Geneva, sans-serif; 
	font-size: 12px
	}


.header       
	{ 
	color: #0035DB; 
	}
.h3 
	{
	color: #002F8E;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	font-style: italic;
	}
.h4  
	{
	color: #0D4D9F;
	font-size: 11px;
	font-weight: bold;
	}
.justify 
	{
	text-align: justify;
	} 
.center 
	{
	text-align: center;
	} 
.odd 		/* Odd row of table */
	{ 
	color: #000000; 
	background: #DFF0FF; 
	font-family: Arial, Geneva, sans-serif; 
	font-size: 12px;
	}
.even 		/* Even row of table */
	{ 
	color: #000000; 
	background: #CAECFF; 
	font-family: Arial, Geneva, sans-serif; 
	font-size: 12px;
	}

a:link  
	{
	color: #0D4D9F;
	font-family: Arial, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}  
a:active  
	{  
	color: #0D4D9F;  
	font-family: Arial, Geneva, sans-serif;
	font-weight: normal;  
	}  
a:visited  
	{
	color: #4357B5;
	font-family: Arial, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}  
a:hover  
	{  
	color: #002F8E;  
	font-family: Arial, Geneva, sans-serif;
	font-weight: normal;  
	text-decoration: underline;
	} 

ul#menuMain {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
	background-color: #7EBAFF;
	}
ul#menuMain li {
	border-top: 1px solid #D4DDFF;
	background-color: #80C5FF;
	border-right-color: #D4DDFF;
	border-bottom-color: #D4DDFF;
	border-left-color: #D4DDFF;
	}	
ul#menuMain li a:link, ul#menuMain li a:visited {
	text-decoration: none;
	display: block;
	width: 148px;
	padding: 6px;
	background-color: #80B1FF;
	font: bold 10px/1.5 arial, sans-serif;
	color: #000000;
	}
ul#menuMain li a:hover 
	{
	background-color: #71A2DD;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

ul#menuMain ul.menuSub
	{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
	background-color: #7E8FFF;
	}
ul#menuMain ul.menuSub li
	{
	border-top: 0 none;
	padding-left: 0px;
	background-color: #BCDCFF;
	}	
ul#menuMain ul.menuSub li a:link, ul#menuMain ul.menuSub li a:visited
	{
	padding: 6px;
	background-color: #ADD4FF;
	font: normal 10px/1.5 verdana, sans-serif;
	color: #000000;
	}
ul#menuMain ul.menuSub li a:hover
	{
	background-color: #71A2DD;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}

#breadcrumb 
	{
	color: #0D4D9F;  
	font-size: 10px 
	font-weight: normal;
	}
#breadcrumb a:link, #main breadcrumb a:active, #main breadcrumb a:visited
	{
	color: #0D4D9F;  
	text-decoration: none;  
	font-weight: normal;
	}
#breadcrumb a:hover
	{
	color: #002F8E;
	text-decoration: underline;
	font-weight: normal;
	}

#header 
	{
	color: #0D4D9F;
	font-family: Arial, Geneva, sans-serif;
	font-size: 16px;
	text-align: right;
	font-weight: normal;
	}
#header a:link, #footer a:active, #footer a:visited
	{ 
	color: #0D4D9F;  
	text-decoration: none;  
	font-weight: normal;
	}
#header a:hover  
	{  
	color: #002F8E;  
	font-family: Arial, Geneva, sans-serif;
	font-weight: normal;  
	text-decoration: underline;  
	}

#footer 
	{
	/* background:  url(../images/bg_orange.gif); */	color: #ffffff;
	color: #ffffff;
	font-family: Arial, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	}
#footer a:link, #footer a:active, #footer a:visited
	{ 
	color: #ffffff;  
	text-decoration: none;  
	font-weight: normal;
	}
#footer a:hover  
	{  
	color: #ff0000;  
	font-family: Arial, Geneva, sans-serif; 
	font-weight: normal;  
	text-decoration: underline;  
	}

#menuFooter 
	{
	color: #0D4D9F;
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	}
#menuFooter a:link, #menuFooter a:active, #menuFooter a:visited
	{ 
	color: #0D4D9F;  
	text-decoration: none;
	font-weight: normal;  
	}
#menuFooter a:hover  
	{  
	color: #002F8E;  
	font-family: Arial, Geneva, sans-serif; font-weight: normal;  
	text-decoration: underline;  
	}
	
	/* Style for website */

	a, A:link, a:visited, a:active
		{color: #0000aa; text-decoration: none; font-family: Arial, Verdana; font-size: 12px}
	A:hover
		{color: #ff0000; text-decoration: none; font-family: Arial, Verdana; font-size: 12px}
	p, tr, td, ul, li
		{color: #000000; font-family: Arial, Verdana; font-size: 13px}
	.th
		{color: #ffffff; background: #4682B4; font-family: Arial, Verdana; font-size: 12px;}
	.title
		{color: #4682B4; background: #ffffff; font-weight: bold; font-family: Arial, Verdana; font-size: 16px; margin: 0px; padding: 2px;}
	.header1
		{color: #ffffff; background: #4682B4; font-weight: bold; font-family: Arial, Verdana; font-size: 13px; margin: 0px; padding: 2px;}
	h1
		{color: #000000; background: #DBEAF5; font-weight: bold; font-family: Arial, Verdana; font-size: 13px; margin: 0px; padding: 2px;}
	.header2, h2
		{color: #000000; background: #FFFFFF; font-weight: bold; font-family: Arial, Verdana; font-size: 12px;}
	.intd
		{color: #000000; font-family: Arial, Verdana; font-size: 12px; padding-left: 15px;}
	.center
		{	background: #ffffff; text-align: center; }
	.justify 
		{	background: #ffffff; text-align: justify; }

/* Style for website */
