body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	background-color: #feeb00;
	margin: 20px 0px;
}

h1 {
	color: #DF2B51;
	font-size: 20px;
	font-weight: bold;		
}

h2 {
	color: #403D82;
	font-size: 16px;
	font-weight: bold;
}

a {
	color: #336699;
	text-decoration: underline;
}

a:visited {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #DF2B50;
	text-decoration: none;
}

p {
	font-size: 14px;
}

a:active {
	color: #DF2B50;
	text-decoration: none;
}

/* Custom Tag Styles */

#Wrapper {
	position: relative;
	width: 955px;
	margin: 0px auto;
}

#Container {
	position: relative;
	width: 955px;
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	min-height: 680px;
	background-image: url(../Images/containerBackground.gif);
	background-repeat: repeat-y;
}

#Header {
	padding: 10px 0px 0px 15px;	
	height: 129px;
}

#Footer {
	
	width: 950px;
	height: 27px;
	margin: 0px auto;
	padding-top: 15px;
}

#Footer a {
	color: #000;
	padding: 10px;
}

.Copyright {
	float: right;
	width: 305px;
	height: 20px;
	padding-right: 5px;
	margin-top: -15px;
	text-align: right;
}

#PageContent {
	padding: 0px 15px 30px 15px;	
}

/* Menu Styles */

#NavMenuContainer {
	position: absolute;
	top: 16px;
	right: 0px;
	width: 700px;
	height: 129px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-color: none;
}

* html #NavMenuContainer {
	right: 40px;	
}

.NavMenuItem {
	float: left;
	
	padding: 0px;
	margin-right: 40px;
}


#NavMenu img {
	margin: 0px 30px 0px 0px;
	padding: 0px;
}


#FollowUsLinks {
	position: absolute;
	top: 0px !important;
	right: 0px;
	width: 142px;
	height: 68px;	
}

#FollowUsLinks p {
	padding: none;
	text-align: left;
}


.Highlight {
	color: #FFF;
}

#ContactUs {
	margin-left: 25px;
}

#ContactUs a {
	text-decoration: none;
	color: #417DFF;
	font-weight: bold;
	margin-left: inherit;
}

#ContactUs a:hover {
	text-decoration: underline;
	color: #DF2B50;
}

/* Index Styles  */

#FeaturedBadSites {	
	position: absolute;
	width: 828px;
	height: 330px;
	top: 125px;
	*top: 130px;
	left: 60px;
	z-index: 10;
}

#BadSites {
	margin: 0px 0px 15px 112px;
	width: 741px;
	height: 271px;	
}

#FeaturedTextContainer {
	width: 900px;
	margin: 0px 0px 0px 110px;
	padding-top: 10px;
}

.FeaturedText {
	width: 82%;
}

.FeaturedText img {
	margin-left: 10px;
}

/* get help styles */

.ArticleTeaser {
	background-image: url(../Images/getHelpTeaserBackground.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 149px;
	padding: 0px 20px;
	margin: 0px auto;
}

.ArticleTeaser h2 {
	padding-top: 3px;
	padding-bottom: -10px;
	margin-top: 5px;
	margin-bottom: -15px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}

.ArticleTeaser h2 a {
	text-decoration: none;	
	color: #FFF;
}

.ArticleTeaser h2 a:hover {
	text-decoration: underline;	
	color: #FFF;
}

.ArticleTeaser p {
	width: 95%;
}

/* Page styles  */

#PageContainer h1 {
	width: 50%;
	*width: 52%;
	float: left;
	*padding: 30px 0px 0px 25px;
	padding: 0px 0px 0px 25px;
}

#PageContainer h2 {
	width: 48%;
	float: left;
	padding: 0px 0px 0px 25px;
	*padding: 20px 0px 0px 25px;
	font-weight: normal;
}

#DetailVerbiage {
	width: 100%;
	clear: both;
}

#DetailVerbiage h2 {
	width: 95%;
}

#DetailVerbiage p {
	width: 100%;
}

.PullQuote {
	width: 150px;
	margin-left: 10px;
	padding: 5px;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	float: right;
/* 	text-align: center; */
	background-color: #EEE;
	font-family: "Comic Sans MS", cursive;
}

.PullQuote p {
	padding: 8px 0px;
	font-size: 12px;
}

#ContactForm {
	background-image: url(../Images/contactFormBackground.gif);
	background-repeat: no-repeat;
	height: 430px;
	padding: 70px 0px 0px 85px;
}

/* Contact Form Styles */

#ContactText {
	float: right;
	margin: -100px 150px 0px 0px;
}

.AttentionText h2{
	font-size: 35px;
}

/* Bad Sites Styles */

.BadSiteDescription {
	min-height: 200px;	
}

/* General Styles */

img {
	border: none;
}

.Styled {
	border: 1px solid #336699;
	border-collapse: collapse;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.Styled th {
	background-color: #336699;
	color: #FFF;
	font-weight: bold;
	padding: 5px 4px;
}

.Styled tr.Alt {
	background-color: #EEE;
}

.Styled td {
	padding: 2px 4px;
	text-align: left;
}

label {
	float: left;
	display: block;
	width: 130px;
	text-align: right;
	padding: 3px 5px 3px 0px;
	font-weight: bold;
}

input, textarea {
	margin: 3px 0px;
	border: 1px solid #000;
}


