html, body{
	height:100%;
}
body {
	background-image: url(../img/body_top_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	color: #000000;
}
#gWraper{
	background-image: url(../img/table_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	height: 100%;
}
#gMiddleContent{
	background-image: url(../img/smec_logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 105px;
	height: 100%;
}
#gMiddleBodyTable{
	background-image: url(../img/body_bottom_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 100%;
}
#gGraffcoLogo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 134px;
	height: 133px;
	background-image: url(../img/bg_top_left.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display:block;
	text-align: right;
}
#gMenuZone{
	position: absolute;
	top: 133px;
	left: 0px;
	padding: 28px 12px 0px 8px;
}
#gZoneGraffco{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	display:block;
	color: #517889;
	text-align: center;
	background-color:#FFFFFF;
	width:125px;
	
	padding-bottom: 5px;
	padding-left: 3px;
}
#gCopyRight{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #517889;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 5px;
	background-color:#FFFFFF;
	background-image: url(../img/right_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;

}
#gRightContent{
	background-image: url(../img/right_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	height: 100%;
}
#gHeight{
	height: 100%;
}
.gMenuPic{
	padding-bottom: 19px;
}

A.gTerms:ACTIVE, A.gTerms:LINK, A.gTerms:VISITED  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #0093ce;
	text-decoration: none;	
	
}
A.gTerms:HOVER{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #0093ce;
	text-decoration: underline;	
}

A.gWebDesign:ACTIVE, A.gWebDesign:LINK, A.gWebDesign:VISITED  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #0093ce;
	text-decoration: none;
	background-color:#FFFFFF;
	
}
A.gWebDesign:HOVER{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #0093ce;
	text-decoration: underline;
	background-color:#FFFFFF;
}

/* ------------------------------------------------------------------- RIGHT SIDE --*/
#gRightTable {
	width: 500px;
}

#gTitleTD {
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
}
#gBodyTD {
	padding-left: 30px;
	padding-top: 5px;
}
#gFooterTD {
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 30px;
}
#gCol_1_of_2 {
	float: left;
	width: 220px;
	padding-right: 5px;
}

#gCol_2_of_2 {
	float: left;
	width: 220px;
	padding-left: 5px;
}

/* ------------------------------------------------------------------- DEBUG --*/
.gDebug{
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #006400;
	text-decoration: none;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #A5BFE5;
	background-color: #D7F1FE;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}