/*Begin Elements*/
body {
	text-align:center;
	background: url(/gc/img/bodyBG.gif) repeat-x #999999;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #102C5F;
	}
h1 {
	font-size:14px;
	padding-top:10px;
	}
img{
	border:0px;
	}
p,h1,pre {
	margin:0px 10px 10px 10px;
	}
img.corner {
   width: 8px;
   height: 8px;
   border: none;
   display: block !important;
	}
/*End Elements*/
/*Begin Classes*/
.ad{
	clear:both;
	text-align:center;
	padding:5px;
	}	
.designLogo{
	padding: 20px 0px 0px 0px;
	text-align: center;
	}
.graceLogo{
	position: relative;
	top: 110px;
	text-align: center;
	}
.header{
	font-size: 14px;
	color: #102C5F;
	}
.links{
	position: relative;
	top: 30px;
	}
.main{
	padding: 13px;
	color: #102C5F;
	background-color: #fff;
	}
.main a{
	font-size: 11px;
	text-decoration: underline;
	color: #102C5F;
	}
.main a:hover{
	text-decoration: underline;
	color: #009DEC;
	}
.roundbottom {
	background: url(/gc/img/botRtWhite.gif) #fff no-repeat top right; 
	}
.space{
	width: 7px;
	height: 294px;
	background-color: #999999;
	float: left;
	}
/*End Classes*/
#c {
	width:545px;
	margin-right:auto;
	margin-left:auto;
	margin-top:17px;
	padding:0px;
	text-align:left;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-top:17px;
	}
	html>body #c {
	margin-top:32px; /* ie5win fudge ends */
	}
	
html>body #c{
*margin-top:17px;
}
#contentcenter {
	width:356px;
	padding:0px 0px 0px 0px;
	float:left;
	}
#contentleft {
	width:9px;
	height: 291px;
	padding:0px;
	float:left;
	background: url(/gc/img/leftSide.gif) #eee;
	}
#leftContainer{
	width:160px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:300px;
	}
#mainContainer{
	width:760px;
	margin:0 auto;
	text-align:left;
	background-color:#FFF;
	}
#nav {
	width:138px;
	padding:0px;
	float:left;
	background-color: #fff;
	height: 291px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 291px;
	}
	html>body #nav {
	height: 291px;; /* ie5win fudge ends */
	}
#containerRSpace {
	width:8px;
	height: 291px;
	padding:0px;
	float:left;
	background: url(/gc/img/rightSide.gif) #eee;
	}
#contentContainer{
	width:590px;
	float:left;
	}
#contentheader {
	background:#fff
	}
#contentright p { 
	font-size:10px
	}
#designLogo{
	text-align: center;
	width: 327px
	}
#logo{
	padding:6px;
	margin-left:10px;
	}
/*Begin rounded corners for white navigation area*/
.bl {
	background: url(/gc/img/botLtWhite.gif) 0 100% no-repeat #fff; 
	width: 138px; 
	height: 291px;
	}
.br {
	background: url(/gc/img/botRtWhite.gif) 100% 100% no-repeat; 
	height: 291px;
	}
.tl {
	background: url(/gc/img/upLtWhite.gif) 0 0 no-repeat;
	}
.tr {
	background: url(/gc/img/upRtWhite.gif) 100% 0 no-repeat;
	}
/*End rounded corners for white navigation area*/
/*Begin rounded corners for bottom of body content*/
/*
.mbl {
	background: url(/gc/img/botLtWhite.gif) 0 100% no-repeat #fff; 
	width: 356px;
	}
.mbr {
	background: url(/gc/img/botRtWhite.gif) 100% 100% no-repeat;
	}
*/
/*End rounded corners for bottom of body content*/	
/* Begin Menu */

#dhtmlgoodies_menu{		
	font-family:arial;	/* Font for main menu items */
	width:138px;	/* Width of main menu */
	}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
	}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#0F2C5E;	/* text color */
	height:15px;	/* 20 pixel height */
	line-height:15px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	/*border:1px solid #000;	/* Black border */
	/*background-color:#FAFAFA;	/* Light blue background color */
	margin:0px 0px 0px 0px;	/* A little bit of air */
	padding: 1px 1px 1px 20px;	/* Air between border and text inside */
	display:block;
	}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#FFF;
	background-color:#009DEC;
	}
#dhtmlgoodies_menu ul{	
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
	}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
	}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	/*border:1px solid #000;*/
	font-family:arial;
	text-align:left;
	width: 138px;
	}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;	
	width: 130px;
	}
.link{
	list-style-type:none;
	margin:0px;
	background-color:#ffffff;
	padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	display: block
	}
.link a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#0F2C5E;	/* Black text color */
	background-color: #EAEAEA;
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px 6px 1px 6px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
	}
.link a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#009DEC;	/* Blue background */
	}
.mBot{
	list-style-type:none;
	margin-top: -3px;
	padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	display: block;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-top: -3px;
	}
	html>body .mBot {
	margin-top: -4px; /* ie5win fudge ends */
	}
.mHead{
	list-style-type:none;
	margin-bottom: -3px;
	padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	display: block;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-bottom: -3px;
	}
	html>body .mHead {
	margin-bottom: -4px; /* ie5win fudge ends */
	}
/* End Menu */