body {
	background-color: #666;
	margin-top: 20;
	margin-left: 20;
	margin-right: 20;
	margin-bottom: 20;
	font: 400 0.90em helvetica,arial,verdana,sans-serif;
	/*color: #666;*/
	}

h1 {
	font: 400 1.8em helvetica,arial,verdana,sans-serif;
	color: #0066dd;
	letter-spacing: 0.0em;
	margin-bottom: 0;
	}
	
h1.grey
{
	color: #024769;
}

.headline {
	font: 400 4.0em helvetica,arial,verdana,sans-serif;
	color: #0066dd;
	letter-spacing: 0.0em;
	margin-bottom: 0;
}

h2 {
	font: 400 1.4em helvetica,arial,verdana,sans-serif;
	color: #0066dd;
	margin-top: -0.2em;
	padding-top: 0px;
	}
	
h3 {
	font: 400 1.2em helvetica,arial,verdana,sans-serif;
	color: #444;
	margin-bottom: 10px;
	font-weight: bold;
	}
	
p {
	line-height: 1.4em;
	margin: 10px 0 20px 0;
	/*color: #777;*/
	color: black;
	font-size: 0.9em;
	font-family: helvetica,arial,verdana,sans-serif;
}
	

	
.error
{
	color: red;
	font-weight: bold;
}
	

table tr td {
	line-height: 1.4em;
	/*margin: 10px 0 20px 0;*/
	/*color: #777;*/
	color: black;
	font-size: 0.90em;
	font-family: helvetica,arial,verdana,sans-serif;
		
}

#emphasis
{
	color: #0066dd;
	font-weight: bold;
	font-size: 1.0em;
}
	

#page
{
	background-color: white;
	padding-top: 20;
	padding-left: 20;
	padding-right: 20;
	/*padding-bottom: 40;*/
}

#page ul {
	list-style-type: none;
	/*color: #777*/
	}

#page ul li {
	padding-left: 17px;
	background: url('../images/bullet_blue.png') no-repeat left top;
	margin-left: 10px;
	font-size: 0.9em;
	}
	
#page a:hover, #footer a:hover {
	border-bottom: none;
	}
	
#page a, #footer a {
	color: #3366aa;
	}

#mainpage
{
	background-color: white;
	padding-top: 1;
	padding-left: 1;
	padding-right: 1;
	/*padding-bottom: 40;*/
}

#mainpage ul {
	list-style-type: none;
	/*color: #777*/
	}

#mainpage ul li {
	padding-left: 17px;
	background: url('../images/bullet_blue.png') no-repeat left top;
	margin-left: 10px;
	font-size: 0.9em;
	}
	
#mainpage a:hover, #footer a:hover {
	border-bottom: none;
	}
	
#mainpage a, #footer a {
	color: #3366aa;
	}

#mainpage table tr td p
{
	font-size: small;
}

/*
#nav {
	width: 100%;
	padding: 10px 0;
	}
	
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#nav li {
	float: left;
	clear: none;
	}
	
#nav li a {
	display: block;
	text-decoration: none;
	font: 400 1.1em 'trebuchet ms',arial,sans-serif;
	color: #999;
	letter-spacing: -1px;
	}
	
#nav table tr td a {
	display: block;
	text-decoration: none;
	font: 400 1.1em 'trebuchet ms',arial,sans-serif;
	color: #999;
	letter-spacing: -1px;
	}

#nav table tr td a:hover {
	color: #0066dd;
	}
	
#nav li a:hover {
	background: #FFF url('arrow.gif') no-repeat top center;
	}
*/
	
#navpublic {
	width: 100%;
	padding: 5px 0;
	background-color: black;
	}	
	
#navpublic  table tr td {
	font: bold 400 1.0em helvetica,arial,verdana,sans-serif;
	font-weight: bold;
	color: white;
	}

#navpublic table tr td a {
	/*display: block;*/
	text-decoration: underline;
	font: bold 400 1.0em helvetica,arial,verdana,sans-serif;
	font-weight: bold;
	color: white;
	/*letter-spacing: -1px;*/
	}

#navpublic table tr td a:hover {
	color: white;
	text-decoration: none;
	}

#header
{
	font: 3.0em helvetica,arial,verdana,sans-serif;
/*	text-align: center; */
	color: #666;
	/*padding-left: 15%;*/
/*	background-image: url('../images/web-aware-media-logo-small.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 300;*/
}
	
#footer {
	width: 100%;
	margin-top: 10px;
	font-size: 75%;
	font-family: helvetica,arial,verdana,sans-serif;
	text-align: center;
	/*background-color:lightgrey;*/
	}
	
table.login {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}

table.login td {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.chooseplan {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: lightblue;
}

#billboard {
	background-color: lightblue;
	margin-top: 1;
	padding-left: 20;
	padding-right: 20;
}

#billboard h2 {
	margin-top: 5;
	color: black;
}

#billboard table tr td {
	font-size: small;
}

#features {
	margin-bottom: 10;
}

#publiccontent {
	padding-left: 20;
	padding-right: 20;
}

/* begin css tabs */

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 1em 0 1em 0; /* set margins as desired */
	font: bold 16px helvetica,arial,verdana,sans-serif; /* set font as desired */
	border-bottom: 1px solid black; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
	display: inline;
	padding-left: 0px;
	margin-left: 0px;
}

body#hometab li.hometab, body#adstab li.adstab, body#websitestab li.websitestab, body#supporttab li.supporttab, body#userstab li.userstab, body#helptab li.helptab, body#paymentstab li.paymentstab, body#utilstab li.utilstab, body#statstab li.statsstab { /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}

body#hometab li.hometab a, body#adstab li.adstab a, body#websitestab li.websitestab a, body#supporttab li.supporttab a, body#userstab li.userstab a, body#helptab li.helptab a, body#paymentstab li.paymentstab a, body#utilstab li.utilstab a, body#statstab li.statstab a { /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid black; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: lightblue; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
	background: #fff; /* set desired hover color */
}

/* end css tabs */

#navutility {
	text-align:right;
	font-size: small;
}

/* Style for hyperlinks to simulate the look of a form button */
#billboard a.button {
    border: 1px solid #000000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    background: #0066CC;
    cursor: pointer;
    text-decoration: none;
    padding: 2px;
}

#billboard a.button:visited {
	border: 1px solid #000000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    background: #0066CC;
    cursor: pointer;
    text-decoration: none;
}

#billboard a.button:hover {
	border: 1px solid #000000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    background: #0066CC;
    cursor: pointer;
    text-decoration: none;
}

#box-table-a
{
	font-family: helvetica,arial,verdana,sans-serif;
	font-size: 12px;
	/*margin: 45px;*/
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}