/* print feature */
#printpageheader,
.dontdisplay{
	display: none;
}

body {
	background-image:url(../images/i_background_grad.jpg);
	background-repeat:repeat-x;
	background-color: #EBEBEB;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #BFBFBF;
	font-weight: bold;
	margin-bottom: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #BFBFBF;
	font-weight: bold;
	margin-bottom: 0px;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:140%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:140%;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* end navigation styles (styles.js)*/



/* links */

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}


/* end links */

input, select, textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}


/* Main Frame Styles */

#frame{
	width:750px;
}

#frame_topleft{
	width:12px;
	height:12px;
	line-height:12px;
	background-image:url(../images/i_topleft_grad.jpg);
	background-repeat:no-repeat;
}

#frame_left{
	width:12px;
	background-image:url(../images/i_left_grad.jpg);
	background-repeat:repeat-y;
}

#frame_bottomleft{
	width:12px;
	height:12px;
	line-height:12px;
	background-image:url(../images/i_bottomleft_grad.jpg);
	background-repeat:no-repeat;
}

#frame_bottom{
	height:12px;
	line-height:12px;
	background-image:url(../images/i_bottom_grad.jpg);
	background-repeat:repeat-x;
}

#frame_bottomright{
	width:12px;
	height:12px;
	line-height:12px;
	background-image:url(../images/i_bottomright_grad.jpg);
	background-repeat:no-repeat;
}

#frame_right{
	width:12px;
	background-image:url(../images/i_right_grad.jpg);
	background-repeat:repeat-y;
}

#frame_topright{
	width:12px;
	height:12px;
	line-height:12px;
	background-image:url(../images/i_topright_grad.jpg);
	background-repeat:no-repeat;
}

#frame_top{
	height:12px;
	line-height:12px;
	background-image:url(../images/i_top_grad.jpg);
	background-repeat:repeat-x;
}

#frame_center{
	background-color:#FFFFFF;
}


#frame_crown{
	height:12px;
	line-height:12px;
}

#crowntop{
	margin-left:22px;
}

#crownbottom{
	margin-left:10px;
}

#copyright{
	width:50%;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
}

#createdby{
	width:50%;
	float:right;
	text-align:right;.
	margin-top: 10px;
}

/* Navigation */
#nav_frame{
	margin-top:10px;
}

/* Content */
#maincontent{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

/* Game Promo */
#promoleft{
	background-image:url(../images/promo/i_gamepromoleft.gif);
	background-repeat:no-repeat;
	width: 230px;
	height:180px;
	padding-left: 20px;
}

#promoleft p{
	color:#000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

#promoright{
	background-image:url(../images/promo/i_gamepromoright.gif);
	background-repeat:no-repeat;
	width: 165px;
	height:180px;
}

.fullstop2 {
	background-attachment: scroll;
	background-image: url(/images/i_fullstop2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.formbg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
}

.contactformfields-textinput{
	width: 200px;
}

.contactformfields-textarea{
	width: 200px;
}