﻿body 
{
	font:14px Garamond,Serif;
	width: 780px;
	border-style: none;
	
}
.toppanel
{
	Height: 125px;
	width: 780px;
	background-image: url(Top-Banner1.jpg);
}
.tabstrip
{
	float:right;
	margin-top: 45px;
	margin-right: 10px;
	font-size:small;
	font-weight:bold;
}
.tabstrip a:link {color:#abb9dc; } 
.tabstrip a:link {text-decoration: none; } 
.tabstrip a:visited {color: White; }  
.tabstrip a:visited {text-decoration: none;} 
.tabstrip a:hover {color: Gray; } 
.tabstrip a:hover {text-decoration: underline;}
.tabstrip a:active {text-decoration: none;} 
.tabstrip a:active {color: White; }  

.leftpanel
{
	Height: 480px;
	width: 100px;
	float:left;
	padding-top: 20px;
	font-size:small;
	font-weight:bold;
	background-image: url(Side-Banner.jpg);
}
.leftpanel a:link {color:#abb9dc; } 
.leftpanel a:link {text-decoration: none; } 
.leftpanel a:visited {color: White; }  
.leftpanel a:visited {text-decoration: none;} 
.leftpanel a:hover {color: Gray; } 
.leftpanel a:hover {text-decoration: underline;}
.leftpanel a:active {text-decoration: none;}
.leftpanel a:active {color: White; } 

.aboutpanel
{
	Height: 500px;
	width: 195px;
	float:left;
	padding-right: 20px;
}
.contentpanel
{
        height: 500px;
	text-align:left;
}
.defmenu
{
	margin-top: 130px;
	color:white;
	text-align:left;
}

a:link {color:#373c6c; } 
a:link {text-decoration: none;}
a:visited {color: #373c6c; }  
a:visited {text-decoration: none;} 
a:hover {color: Gray; } 
a:hover {text-decoration: underline;}
a:active {text-decoration: none;} 
a:active {color: #cc0033; } 

.bl 
{
	text-align:left;
}
h1
{
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	font-family:Garamond;
	color:#abb9dc;
}
h2
{
	text-align: center;
	font-size: 16pt;
	font-weight:normal;
	font-family:Garamond;
	color:#abb9dc;
}
h3
{
	float:right;
	font-size: 8pt;
	font-weight:normal;
	font-family:Garamond;
	color:#abb9dc;
}

.li1
{
 list-style-type:decimal;
}

.li2
{
 list-style-type:lower-alpha;
}
.li3
{
 list-style-type:lower-roman;
}
.box
{
	float:right;
	padding:5px;
}

th
{ 
	padding:5px;
}
td
{ 
	padding:5px;
}

.cellc { text-align:center }
.celll { text-align:left }
.cellr { text-align:right }

.clear
{
	clear:both;
}

