﻿table .form {width:100%; padding:0px; border:none;}
table .form td { vertical-align:middle; }
table .form td.label { text-align: right; width:200px; color:#2c6ed5; font-weight:bold; }

.form table {width:100%; padding:0px; border:none;}
.form td { vertical-align:middle; font-weight:bold;}
.form td.label { text-align: right; vertical-align:top; width:200px; color:#2c6ed5; }
.form .hint {  font-size:10px; font-style:italic; color:Blue; font-weight:normal;}


body  
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight:normal;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
p
{
    margin: 0px 0 5 0px;
}
h1
{
    font-size:22px;
    color:#2c6ed5;
}

h2
{
    font-size:18px;
    color:#2c6ed5;
}

h3
{
    font-size:15px;
    color:#2c6ed5;
}

h4
{
    font-size:13px;
    color:#2c6ed5;
    border-Bottom: Solid 1px #2c6ed5;
}

.resourceHeading
{
    font-size:13px;
    color:#2c6ed5;
    border-Bottom: Solid 1px #000000;
    padding:0px;
    margin: 0 0 6px 0px;
}

a { color:#2c6ed5; text-decoration: none;}
a:link, .footer a:visited
{
    color:#2c6ed5;
}

a:hover 
{
    color:#2c6ed5; text-decoration:underline;
}

.header 
{
    width:100%;
    height:30px;
    padding:0 0 0 0;
    margin:0 0 0 0;
    background-color:#2c6ed5;
    text-align:center;
    vertical-align:middle;
}

.header #logo
{
     font-weight:bold;
     color: White;
     font-size: 16px;
}

.header #slogan
{
    text-align:right; color:#e3ebfe; font-size:10px;
}

.footer 
{
    width:100%;
    height:30px;
    padding:0 0 0 0;
    margin:0 0 0 0;
    background-color:#2c6ed5;
    text-align:center;
    vertical-align:middle;
    color:#e3ebfe;
    font-size:10px;
}

.footer #footerLinks
{
    text-align:right;
    color:#e3ebfe;
    font-size:10px;
}

.footer a { color:#e3ebfe; text-decoration: none;}
.footer a:link, .footer a:visited
{
    color:#e3ebfe;
}

.footer a:hover 
{
    color:#ffffff; text-decoration:underline;
}

.twoColFixLt #container { 
	width: 996px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left;
}
.twoColFixLt #sidebar1 {
	float: left; 
	width: 200px; 
	background: #FFFFFF; 
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 220px; 
	padding: 1px 1px 20px 20px; 
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #0e69be;
	border-width: 0px
	}
	
#menu ul
{
    list-style:none;
	margin:0px;
	padding:0px;
}
	
#menu li
{
    padding-bottom: 3px;
}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #2c6ed5;
	display: block;
	background: url(images/v3.jpg);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #2c6ed5;
	background: url(images/v3.jpg) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #2c6ed5;
	background: url(images/v3.jpg) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#saveChanges 
{
    background-color:#2c6ed5;
    color:White;
}


.sidePanel
{
    font-size:11px;
    background-color:#92afec;
    width:200px;
    padding: 0;
    margin: 0;
}

#topBar
{
    background-color:#6d93e1;
    width:190px;
    padding: 5px;
    margin: 0;
    text-align:left;
    color:White;
    font-size:11px;
}
