/* common selectors */
body
{
	text-align:center;
    margin-top: 0px;
	margin-bottom:10px;
	background:url(img/rcp_bg.gif);
	background-repeat:repeat;
}
a
{
	color:black;
	text-decoration:none;
}

blockquote
{
	font-style:italic;
}

/* pseudo selectors */
div a:hover, a:hover
{
	text-decoration:underline;
}

/* ids */
#a_here
{
	text-decoration:underline;
}
#container 
{
	width:780px;
	height:900px;
	margin: 0px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
#content
{
	margin-top:10px;
	background-image:url(img/div_back.gif);
	background-repeat:no-repeat;
	background-position:50px 180px;
	font-family:"arial";
	font-size:14px;
	font-weight:normal;
	line-height:2;
	text-align:right;
}
#content_font
{
	font-family:"Arial";
	font-size:12px;
	font-weight:normal;
	line-height:2;
	padding-top:15px;
}
#content_title
{
	margin-top:10px;
}
/*font color for senior high scool test*/
#senior
{
	color:#ecedf0;
}
#senior a
{
	color:blue;
}
/*padding for the eye imaged text*/
/*frame size and color for images frame */
#img_cell img
{
	border-width: 10px;
	border-style: solid;
	border-color: #758289;
}
#eye
{
	padding-top:5px;
}	
#banner
{
	padding-top:5px;
	padding-bottom:10px;
}	
#media
{
	position: relative;
	left: 277px;
	top: 42px;
	}

#frame
{
	border-style:solid;
	border-width: 10px;
	border-color: #758289;
	display:table-cell;
}
/*frame size and color for content area frame */

#content_table
{
	margin-top:15px;
	margin-left:10px;
}

#banner_table
{
width: 684px;
height: 140px;
background-image:url(img/banner2.gif);
background-repeat:no-repeat;
margin-left: auto;
margin-right: auto;
margin-bottom: -20px;
}

#content_cell
{
	width:720px;
	height:auto;
	padding:10px;
	padding-bottom:15px;
	border-style:solid;
	border-width:10px;
	border-color: #758289;
	background:#ecedf0;
	display:table-cell;
	line-height:1.2;
}

/* thank you page */
#thankyou_text
{
	padding:40px;
	font-size:12pt;
	font-weight:bold;
}
#thankyou_text a
{
	color:blue;
	text-decoration:underline;
}
