#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color:#333399;

    
}
#header {
	height: 100px;
	width: 100%;
	background-image: url(images/Gradient3.jpg);
}

#content {
	width: 70%;
    height: 650px;
    overflow:auto;
	padding: 0px;
	background-color:#F1F2F5;
	}
	
#content a:link, .navlist a:visited
{
color: #003399;
text-decoration: underline;
font-weight: bold;
}
	
a {
	color: #333399;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #333399;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #E82525;
	text-decoration: none;
}

	
#leftnav {
	float: left;
	width: 16%;
	height: 650px;
	background-color: #000066;
    overflow:auto;

		
}

#leftnav ul
{
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#leftnav a
{
	display: block;
	width: 150px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
}

#leftnav a:link, .navlist a:visited
{
color: #F9FAFB;
text-decoration: underline;
font-weight: bold;
}

#leftnav a:visited
{
   color: #F9FAFB;
   text-decoration: underline;
   font-weight: bold;
}

#leftnav a:hover
{
	text-decoration: none;
	color: #E82525;
}

#sidebar {
	padding: 0px;
	float: right;
	width: 11%;
	background-color: #000066;
	height: 650px;

}

#footer {
    background-image: url(images/Gradient4.jpg);
	padding: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color:#000000
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #1A2373;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2F77F1;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11pt;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 0px;
}

a {
	color: #E82525;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #E82525;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.box1 {
	background:#ffffff;
	color: #000;
	border:1px solid #00ffff;
	width: 400px;
	height: 165px;
	padding-top: 5;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	line-height: 16px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 0;
    margin: 3px 0;
	line-height: 12pt
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #F1F2F5;
 border-bottom: 1px solid #F1F2F5;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #F1F2F5;
 border-bottom: 1px solid #F1F2F5;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #000000;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
