﻿body
{
    /* font: 12px Helvetica, Arial, sans-serif; */
    margin: 0;
    padding: 0;
    text-align: left;
    color: #000000;
    line-height: 1.5em;
    background-color: #fafafa;
    background-image: url('../images/Body-BG.jpg');
    background-repeat: repeat-x;
    height: 100%;
    font-family: Georgia;
    font-size: 14px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}
h2
{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}
h5 {
	font-size: 14px;
	margin-bottom: 10px;
	font-style: italic;
}
h6 {
	font-size: 14px;
	margin-bottom: 10px;
}

.main-container 
{
	width:1000px;
	margin: 0 auto;
	text-align: left;
	background-color:transparent;
	
}
.header
{
	height:80px;
	background-color:transparent;
}

.main-content
{
	background-color:White;
	text-align:left;
	width:675px;
	float:left;
	padding-left:10px;
   
}

.page-content 
{
    background-color:White;
}
 
.right-content
{
/*    background-image:url('../images/right-div-top.png');*/
	background-repeat:no-repeat;
	text-align:left;
	width:300px;
	float:right;
	padding: 0px 5px 5px 5px;
	background-color:White;
}

.right-content a, a:link, a:hover, a:visited
{
	color:Navy;
}

.top-navigation
{
   text-align:left;
   height:40px;
   padding-top:5px;
   color:White;

}
.menu {
	font-size: 14px;
	vertical-align:middle;
	font-weight:bold;
	text-transform:uppercase;
}

/* set tab1 as top level container table, then target TDs inside*/
.menu li
{
    background-position: right;
    color: #FFFFFF;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
    background-image: url('../images/rootItemR.png');
    background-repeat: no-repeat;
    display:inline-block;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem li {
	vertical-align:middle;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menu a:link, .menu a:visited, .menu a:link, .menu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menu a:hover
{
	vertical-align: middle;
	color: #D17576;
}

/* make drop down menu container style */
.menuPopup {
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
	vertical-align:middle;
}

/* make drop down menu item style */
.menuPopupItem {
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
	vertical-align:middle;
}
.footer
{
    /*    background-image: url('../images/main-content-background.png');
	  background-color: #E3ECF5;    ;
*/
    margin: 0 auto;
    background-color: #446AA6;
    min-height: 160px;
    background-image: url('../images/footer-BG.jpg');
    background-repeat: repeat-x;
}

.footer-content
{
        margin: 0 auto; width:1000px;}

.top-content-ul
{
    padding-left:-20px;
}
    
.top-content-ul li
{
    background-position: left top;
    border: thin solid #000080;
    display: inline-block;
    list-style-type: none;
    background-image: url('../images/blue-check.png');
    background-repeat: no-repeat;
    width:180px;
    padding-left:50px;
    vertical-align:middle;
}

.top-content-ul li p
{
    text-align: left;
    font-family: Arial;
    font-size: small;
    line-height: 15px;
}

.footer-content li
{
    list-style-type: none;
}
.rigth-webpart-div
{
    border: thin solid #000000;
    background-image: url('../images/right-webpart-div.jpg');
    background-repeat: repeat-x;
    background-position: top;
}

.rigth-webpart-div h2
{
    padding-left:15px;
    color:White;
}
