﻿body
	{
	background:#DFF2FD url("images/bg.gif") no-repeat top center;
	}

.maintable
	{
	width:900px;
	margin:20px auto 50px auto;
	}
	
.nav-left
	{
	background:#3e90ca url("images/nav-buttons-left.gif") repeat-y top left;
	}
	
.nav-right
	{
	background:#3e90ca url("images/nav-buttons-right.gif") repeat-y top right;
	}	
	
.nav
	{
	background:#3e90ca;
	padding:0px;
	width:800px;
	}

.nav a
	{
	 display:inline;
	 height:15px;
	 float:left;
	 background:#3e90ca url("images/nav-bg.gif") repeat-x top right;
	 border:1px solid #ffffff;
	 border-top:2px solid #ffffff;

	 text-align:center;
	 color:#00377b;
	 margin:0px;
	 text-decoration:none;
	 font-family:arial;
	 font-size:12px;
	 padding:5px 0px 5px 0px;
	 }
	 
.nav a:hover
	{
	background:#3e90ca; /* 85c442 - green   ffdd00 - yellow   3e90ca - blue */
	color:#ffffff;
	text-decoration:none;
	}
	
.border-topleft
	{
	background:#0072bc url("images/tl-border.gif") no-repeat top left;
	}
	
.border-topright
	{
	background:#0072bc url("images/tr-border.gif") no-repeat top right;
	}
	
.border-right
	{
	background:#0072bc url("images/right-border.gif") repeat-y top right;
	}
	
.border-left
	{
	background:#0072bc url("images/left-border.gif") repeat-y top left;
	}
	
#a
		{
		width:110px;
		}
		
#b
		{
		width:92px;
		}	
	
#c
		{
		width:99px;
		}
		
#d
		{
		width:119px;
		}	
			
#e
		{
		width:155px;
		}
	
#f
		{
		width:90px;
		}
		
#g
		{
		width:121px;
		}	
		
#h
		{
		width:75px;
		}
		
#i
		{
		width:80px;
		}
		
.footer
	    {
	    background:#3e90ca url("images/footerimage.jpg") no-repeat bottom right;
	    height:49px;
	    width:900px;
	    color:#ffffff;
	    font-size:10px;
	    padding-left:50px;
	    font-weight:bold;
	    }
	    
.contents-table
	{
	width:800px;
	background: url("images/title-bg.gif") no-repeat top left;
	}

.defaultpagetitle, #defaulth1
    {
        font-family:arial;
        font-size:20px;
        text-align:left;
        color:Navy;
    }

.title, h1
    {
        font-family:arial;
        font-size:26px;
        text-align:left;
        color:Navy;
        margin-bottom:0px;
    }
    
.subtitle
{
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    text-align:left;
    width:95%;
}

.subtext
{
    font-family:arial;
    font-size:14px;
    text-align:left;
    width:95%;
}

.steptext
{
    font-family:arial;
    font-size:20px;
    text-align:left;
    width:95%;
    color:#0072BC;
}



.question
{
    font-family:arial;
    font-size:14px;
    text-align:left;
    font-weight:bold;
    color: #0072BC;
    width:95%;
}
    
.answer
{
    font-family:arial;
    font-size:12px;
    text-align:left;
    width:95%;
}

.linkstyle
{
    color:#0072BC;
}