﻿body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #2e2e2e;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	}
	
h1{
	color:red;
}

P {
}

hr {
	border: 0;
	color: #999;
	background-color: #999;
	height:1px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear:both;
}
	
	
#content {
	width:950px;
	height:800px;
	margin: auto;
	text-align:left;
	background-image:url(images/onlineCat_artwork.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFF;
	}

#form {
	position:relative;
	top:90px;
	left:70px;
	width: 620px; /*740*/
	height:535px;
	/*font-size:0.8em;*/
	}
	
/* text styling */
.hyp_BackToSite{
	color : #7ec24b;
	font-weight : bold;
	font-style : italic;
	position : relative;
	dipslay:block;
}

.hyp_BackToSite:link,
.hyp_BackToSite:hover,
.hyp_BackToSite:active,
.hyp_BackToSite:visited
{text-decoration : none;
}


.blurb{
    text-align : left;
    display : block;
}




/*.line {
	line-height:1.9em;
}*/

.boxes {
	/*line-height:1.9em;*/
}

.d_method {
	display:inline-table;
}

.SubmitButton{
	text-align: center;
	font-weight: bold;
	color:#FFFFFF;
	background-image:url(images/button.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	text-decoration : none;
	cursor:pointer;
	display:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px none #fff;
	padding: 10px;
}

.button	{
	text-align: center;
	color:#FFFFFF;
	background-image:url(images/button.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	text-decoration : none;
	cursor:pointer;
	display:block;
	border: 1px none #fff;
	margin:3px;
	padding:3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}



#footer{
	color : White;
	font-size : 10px;
	position: relative;
	bottom: 0px;
	line-height: 14px;	
}

.privacyText{
	font-size : 10px;
	line-height: 14px;
	width:263px;
	display:block;
}

.privacyText a{
	font-size : 10px;
	color: #0C3;
}


.linkNoDecoration:link, .linkNoDecoration:visited{
    color : #000;
    text-decoration : none;
}


.linkNoDecoration:hover{
    text-decoration : underline;
}

.linkNoDecoration:active{
    color : #000;
    text-decoration : none;
}


.rightItem {
float:right;
}

.leftItem {
float:left;
}

.clear {
Clear:both;
}

table.tables tr {
	height:28px;
}



.title {
	font-size: 16px;
	font-weight: bold;
	color: #80ad58;	
}

.webaddress {
	font-size: 16px;
	font-weight: bold;
}