body {
			margin: 0px;
			padding: 0px;
			background: #d3e9f6;
		}
.all	{
			border: solid red 0px;
		}
p
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		color: #000000; 
		line-height: 1.5em;
		text-decoration: none;
	}

h1
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
		color: #000000; 
		line-height: 1.5em;
		text-decoration: none;
	}

ul, ol
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		color: #000000; 
		line-height: 1.5em;
		text-decoration: none;
	}

a
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		color: #000000; 
		line-height: 1.5em;
		text-decoration: underline;
	}

a:hover
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		color: #000000; 
		text-decoration: none;
	}



.tab{		box-shadow: 0px -0px 15px #333333;
			-webkit-box-shadow: 0px -0px 15px #333333;
			-moz-box-shadow: 0px -0px 15px #333333;
}

#container{
			width: 100%;
			height: 100%;
			margin: 0px;
			background: #d3e9f6;
			float: left;
			padding: 0px;
		}

.tabl
	{
		padding: 10px;
		border: #345568;
		background: #eff8fd;
		border-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-top-width: 1px;
		border-left-width: 1px
	}

.shdw{
			box-shadow: 0px 3px 15px #818181;
			-webkit-box-shadow: 0px 3px 15px #818181;
			-moz-box-shadow: 0px 3px 15px #818181;
	}

.imglink
	{	border: #345568;
		border-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-top-width: 1px;
		border-left-width: 1px;
	}

.bimglink
	{	border: #345568;
		border-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-top-width: 1px;
		border-left-width: 1px;
		margin: 3px;
	}


#leftside{
			background: #004c86;
			width: 220px;
			margin: 0px;
			padding: 0px;
			min-height: 900px;
			height: 100%;
			float: left;
			box-shadow: 0px -0px 15px #818181;
			-webkit-box-shadow: 0px -0px 15px #818181;
			-moz-box-shadow: 0px -0px 15px #818181;
			border-right: 1px #fff solid;
			border-bottom: 1px #fff solid;

		}

#rightside{
			margin-left: 221px;
			margin-right: 0px;
		}

#logo{
			height: 170px;
			text-align: center;
		}
#menu{
			margin: 0px;
			margin-left: 3px;
			margin-right: 3px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			font-weight: bold;
			color: #fff; 
			text-decoration: none

		}
#menu a{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			font-weight: bold;
			color: #fff; 
			text-decoration: none

		}
#top{
			position: relative;
			height: 100px;
			padding: 0px;
			background: #fff;
		}
#innertop{
			float: left;
			margin-top:20px;
			width: 100%;
			height: 80px;
			background: #faa61a;
		}

#content{
			width: 100%;
			background: #d3e9f6 url(../gfx/line.jpg) repeat-x top;

		}
#text{
			width: 70%;
			padding: 20px;
			float: left;
			text-align: justify;
		}
#banner{
			padding-left: 3px;
			padding-top: 3px;
			border-left: 1px #004c86 solid;
			border-bottom: 1px #004c86 solid;
			min-height: 800px;
			height: 100%;
			margin-left: 75%;
			background: #fff;
			box-shadow: 0px -0px 15px #818181;
			-webkit-box-shadow: 0px -0px 15px #818181;
			-moz-box-shadow: 0px -0px 15px #818181;
		}

#white{
			position: absolute;
			height: 60px;
			left: 0px;
			top: 0px;
			background: #fff;
			width: 100%;
			z-index: 5;
    filter: alpha(opacity=20);
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;    
		}

#whiteleft{
			position: absolute;
			height: 90px;
			left: 0px;
			top: 0px;
			background: #fff;
			width: 220px;
			z-index: 5;
    filter: alpha(opacity=20);
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;    
		}

