/***********************/
/* IVPD Custom Skin**/
/***********************/

body 
{
    font-family: arial, sans-serif;
    font-size:12px;
    color: #000000;
    background:#fff;
    margin:0;
    min-width:782px;
    text-align:center;    
}

#centerWrapper
{
    margin:0 auto;
	width:782px;
	text-align: left;
	height:100%;
}

#topRow
{
    height:172px;
    width:782px;
    padding:0px;
    margin:0px;
}

#topRow a, a:visited
{
    color:#007e84;
    text-decoration:underline;
}

#topRow a:hover
{
    color:#000;
    text-decoration:underline;
}

#menuRow
{
    height:213px;
    width:782px;
    padding:0;
    margin:0;
}

#menuRow a, a:visited
{
    color:#007e84;
    text-decoration:underline;
}

#menuRow a:hover
{
    color:#000;
    text-decoration:underline;
}

#contentRow
{
    width:782px;
    padding:0;
    margin:0;
}

#contentRow td
{
    font: arial sans-serif 12px ;
    color: #000000;

}

#contentRow a, a:visited
{
    color:#007e84;
    text-decoration:underline;
}

#contentRow a:hover
{
    color:#000;
    text-decoration:underline;
}

#bottomRow
{
    width:782px;
    padding:0;
    margin:0;
    font-family:verdana;
    font-size:8px;
    background-color:Black;
}

.footerText 
{
    font-size:11px;
    color:#fff;
}

.footerText a:link, a:visited
{
    font-size:11px;
    color:#fff;
    text-decoration:none;
}

.footerText a:hover
{
    font-size:11px;
    color:#fff;
    text-decoration:underline;
}

.nav
{
    font: bold 12px 'calibri' 'Arial' sans-serif;
    text-transform:uppercase;
    padding:0px;
    list-style:none;   
    background:url(menuback.gif) repeat-y;
	
}

.Head   
{
    color:#000;
}

.SubHead
{
		color:#000;
}


/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/* Vertical Menu */
#HouseMenuNav
{
    /* menu wrapper div */
    padding:0;
    margin:0;
}

#HouseMenuNav ul
{
    /* all submenu lists */
    border: 0;
    list-style-type:none;
    float:none;
}

#HouseMenuNav li
{
    /* all submenu list items */
    
	list-style-type:none;
	padding:0;
	margin:0;
	
    
}

#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
    /* main colour of the menu */
    margin: 0;
    padding: 0;
    display: block;
    list-style-type:none;
   background-color: #fff;
    background-image:url(menuback.gif);
	height:17px;
	width:142px;
    color: #007e84;
    text-decoration: none; /* added for opera */
    font-size: 100%;
	padding-left:15px;
	font-family:arial;
	font-size:12px;
    
}

#HouseMenuNav li a:hover
{
    background-color: #316895;
    color: #ccc;
}

.SkinItem  
{
    font-family:Verdana;
    font-size:10px;
}
