@charset "utf-8";
/* Layout CSS Document */

body
{
	margin:0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/** background:url(../images/isc_background.jpg) center top no-repeat; **/
}

#body_container
{
	margin:0 auto;
	width:980px;
	padding:0;
	min-height:680px;
}

#page_left_frame
{
	width:175px;
	height:700px;
	margin:0 0 0 0;
	padding:0 15px 0 15px;
	float:left;
	border-left:1px solid #7B4B87;
	border-right:1px solid #7B4B87;
}
#isc_logo
{
	margin:30px 0 0 0;
}
#isc_tag
{
	margin:25px 0 0 0;
}
#isc_contact
{
	margin:25px 0 0 0;
}

#page_container
{
	width:755px;
	margin:0 0 0 225px;
	min-height:680px;
}

#page_header
{
	width:755px;
	height:100px;
}
#isc_header
{
	margin:40px 0 0 0;
}

#page_menu
{
	width:755px;
	height:35px;
	border-top:1px solid #7B4B87;
	border-bottom:1px solid #7B4B87;
}

#page_content_container
{
	margin:10px 0 0 0;
	height:inherit;
}

#table
{
	display:table;
	width:980px;
	min-height:680px;
	margin:0 auto;
	padding:0;
}
#table_row
{
	display:table-row;
}
#left_frame
{
	display:table-cell;
	width:175px;
	padding:0 15px 0 15px;
	border-left:1px solid #7B4B87;
	border-right:1px solid #7B4B87;
	vertical-align:top;
}
#right_frame
{
	display:table-cell;
	width:755px;
	vertical-align:top;
	padding-left:15px;
}

#page_home_footer
{
	background:url(/assets/images/isc_background_window_footer.gif) no-repeat;
	width:735px;
	height:22px;
	padding:3px 10px 5px 10px;
	margin:10px 0 0 0;
}
#page_home_footer a
{
	text-decoration:none;
	color:#7B4B87;
}
#page_home_footer a:Hover
{
	color: #333333;
}

#page_content img
{
	float:right;
	margin:3px 0 10px 10px;
	display:inline;
}
