﻿html,body, #wrapper
{
	margin:0;
	padding:0;
	height:100%;
}
#wrapper 
{
    text-align: left;
    vertical-align: top;
    height:auto;
    min-height: 100%;
    position:absolute;
}

a:link
{
	font: normal 12pt Times New Roman
}	
a:visited
{
	font: normal 12pt Times New Roman;
	color: #000058;
}
a:hover
{
	font: normal 12pt Times New Roman;
	color: Aqua;
}

.sectiontitles {
	font-family: Times New Roman;
	font-size: 14pt;
	text-align:center;
	font-weight: bold;
	letter-spacing:normal;
	color:#383838;
}


.sectionsubtitles {
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	color:#000000;
	text-align: left;
	letter-spacing:normal;
}

.ptext {
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: normal;
	color:#383838;
	padding: 20 px;
}

a.nav:link {color: #FFFFFF; text-decoration: none; font: bold 12pt Arial; }
a.nav:visited {color: #FFFFFF; text-decoration: none; font: bold 12pt Arial; }
a.nav:hover {color: Aqua; text-decoration: none; font: bold 12pt Arial; }
a.nav:active {color: #FFFFFF; text-decoration: none; font: bold 12pt Arial; } 

a.workarea:link {color: #004262; text-decoration: none; font: 12pt Arial; }
a.workarea:visited {color: #004262; text-decoration: none; font: 12pt Arial; }
a.workarea:hover {color: Aqua; text-decoration: none; font: 12pt Arial; }
a.workarea:active {color: #004262; text-decoration: none; font: 12pt Arial; } 

a.news:link {color: #0000FF; text-decoration: underline; font: 14pt Times New Roman; }
a.news:visited {color: #680068; text-decoration: underline; font: 14pt Times New Roman; }
a.news:hover {color: Aqua; text-decoration: underline; font: 14pt Times New Roman; }
a.news:active {color: #0000FF; text-decoration: underline; font: 14pt Times New Roman; } 

.Banner
{
	width: 1200px;
	height: 100px;
	background-image: url('images/ConsumerAffairs.USA_top.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
}

.MenuBar
{
	width: 1200px;
	height: 50px;
	background-image: url('images/ConsumerAffairs.USA_Nav.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

.Footer
{
	width: 1200px;
	height: 100px;
	background-image: url('images/ConsumerAffairs.USA_bottom.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

.Content
{
	width: 1200px;
	height: 1500px;
	margin-top: 20px;
	margin-bottom: 100px;
	font-size: 12pt;
	font-family: Arial;
}

.Centered
{
	text-align:center;
}

.ValidationText
{
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;
	color: #FF0000;
}

.h4
{
	margin-top:5px;
	font-family: Arial;
	font-size:12pt;
	color:#000000;
}
