.bg {
	BACKGROUND-IMAGE: url(slogan-bg.jpg); BACKGROUND-REPEAT: no-repeat
}
.slogan {
	PADDING-LEFT: 20px; FONT-WEIGHT: normal; FONT-SIZE: 13px; FONT-FAMILY: Monotype Corsiva
}
.bg2 {
	BACKGROUND-IMAGE: url(high-bg.jpg); BACKGROUND-REPEAT: no-repeat
}
.content {
	PADDING-RIGHT: 10px; PADDING-LEFT: 5px; FONT-SIZE: 11px; COLOR: #336666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.nav {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #993300; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
/*NEW***************/
.highlights {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: justify; 
	TEXT-DECORATION: none
}

#codetop	{
	border-top: dashed 2px gray;
	}
#codebottom	{
	border-bottom: dashed 2px gray;
	}
/*END NEW *************/

A.subsidemenu:link {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #993300; FONT-FAMILY: verdana,Arial, Helvetica; TEXT-DECORATION: none
}
A.subsidemenu:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #993300; FONT-FAMILY: verdana,Arial, Helvetica; TEXT-DECORATION: none
}
A.subsidemenu:active {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #993300; FONT-FAMILY: verdana,Arial, Helvetica; TEXT-DECORATION: none
}
A.subsidemenu:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: white; FONT-FAMILY: verdana,Arial, Helvetica; TEXT-DECORATION: none
}
.copyrights {
	FONT-SIZE: 9px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.txt {
	PADDING-RIGHT: 10px; PADDING-LEFT: 13px; FONT-SIZE: 11px; FONT-FAMILY: Verdana; TEXT-ALIGN: justify
}

/* NAVIGATION 
**************************************************************/
#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: right;
font-weight: bold;
width: 100%;
border: 0px solid #DFDFDF;
border-width: 0px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{

color: blue;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #FFEFAE;
border-bottom: 1px solid black;
padding-bottom: 0;
}
/************** END NAVIGATION **************************************************************/



/* WHOLE PAGE 
*************************/
body {
  text-align: center;
  margin:10px 0px 30px 0px; 
  padding:0px;
}
.wrapper {
	width:760px;
	margin:0px auto;
	text-align:center;
}

/*		TOP
**************************/
.header	{
	text-align: center;
	font-family: verdana;
	}

.header	h1{
	font-size: 22px;	
	}

.header	h2{
	font-size: 12px;
	display: inline;
	}
.image	{
	text-align: center;
	margin: 0px;
	}

/*		BODY
*************************/
.text {
	PADDING-RIGHT: 1px; 
	PADDING-LEFT: 1px; 
	FONT-SIZE: 13px; 
	FONT-FAMILY: verdana,Arial, Helvetica; 
	TEXT-ALIGN: justify;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}

#textjustify {
	PADDING-RIGHT: 1px; 
	PADDING-LEFT: 1px; 
	FONT-SIZE: 13px; 
	FONT-FAMILY: verdana,Arial, Helvetica; 
	TEXT-ALIGN: justify;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}


.text2 {
	PADDING-RIGHT: 1px; 
	PADDING-LEFT: 1px; 
	FONT-SIZE: 13px; 
	FONT-FAMILY: verdana,Arial, Helvetica; 
	TEXT-ALIGN: center;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	color: #0011AF;
}


.headers {
	background-color: #FFFFEA; 
	PADDING-RIGHT: 1px; 
	PADDING-LEFT: 1px; 
	FONT-SIZE: 21px; 
	color: blue; 
	FONT-FAMILY: verdana,Arial, Helvetica; 
	font-weight: bold;
	TEXT-ALIGN: justify;
	clear: both;
	border-bottom: 1px solid gray;
}

/** NEW **/
.headers2 {
	background-color: #FFFFEA; 
	PADDING-RIGHT: 1px; 
	PADDING-LEFT: 1px; 
	FONT-SIZE: 21px; 
	color: blue; 
	FONT-FAMILY: verdana,Arial, Helvetica; 
	font-weight: bold;
	TEXT-ALIGN: justify;
	border-bottom: 1px solid gray;
	width: 550px;
}
/** end new **/

.red	{
	color: red;
	font-weight: normal;
	}

.description	{
	color: #4F5356;
	font-size:14;
	font-weight: normal;
	}

.attention  {
	color: black;
	font-weight: bold;
	font-size: 17;
	vertical-align: top;
	text-align: center;
}
.attentionbig {
	font-size: 20;
}
.attention1  {
	color: blue;
	font-weight: bold;
	font-size: 14;
	vertical-align: bottom;
}

ul.decimal {
	list-style-type: decimal
}

.ads	{
	text-align: center;
	margin-bottom: 5px;
	width: 600px;
	}
/* CSS FORM STYLE 
***************************/
.cssform p{
	border-bottom: 1px dashed gray;
	clear: both;
}

.cssform p.hack{
	border-bottom: none;
	clear: both;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -1px; /*width of left column*/
	width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
	overflow: scroll;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

.question	{
	margin-right: 10px;
	

	}
/***********END FORM STYLE *****************************************/





/* FORM BUTTONS
******************************/
.formbutton{
cursor:pointer;
border:outset 1px #666;
background:#999;
color:black;
font-weight:bold;
padding: 1px 2px;
background:url(http://freetopkeywords.com/popupcreator/images/formbg.gif) repeat-x left top;
}

.formbutton2{
cursor:pointer;
border:outset 1px #666;
background:#999;
color:black;
font-weight:bold;
padding: 1px 2px;
background:url(http://freetopkeywords.com/popupcreator/images/formbg2.gif) repeat-x left top;
}


/*  NEWS
*******************************/
#news	{
	font-family: verdana;
	text-align: left;
	padding-left: 20px;
	border: dashed 1px blue;
	font-size: 14px;
	margin-left: 70px;
	}
.form7 .button,.textbox,.select,.textarea {background:#F7F6E1 
url('http://freepopupcreator.com/images/form-shadow.jpg'); border:#7f9db9 1px solid}