/* GENERIC LINKS */ 
a{
	text-decoration: underline;
	color: #0000AA;
}
a:visited{
	text-decoration: underline;
	color: #0000AA;
}
a:hover{
	text-decoration: none;
	color: #0000AA;
}


/* GLOBAL FONT SIZES */ 
.bold {
	font-weight: bold; 
}

.reg0p5{
	font-family: verdana, sans-serif, arial, 'Times New Roman', serif;
	font-size:9px;
}
.reg1{
	font-family: verdana, sans-serif, arial, 'Times New Roman', serif;
	font-size:10px;
}
.reg1p5{
	font-family: verdana, sans-serif, arial, 'Times New Roman', serif;
	font-size:12px;
}
.reg2{
	font-family: verdana, sans-serif, arial, 'Times New Roman', serif;
	font-size:14px;
}
.reg3{
	font-family: verdana, sans-serif, arial, 'Times New Roman', serif;
	font-size:16px;
}
.reg4{
	font-family: verdana, sans-serif, arial, 'Times New Roman', serif;
	font-size:18px;
}
.reg5{
	font-family: verdana, sans-serif, arial, 'Times New Roman', serif;
	font-size:20px;
}
.reg6{
	font-family: verdana, sans-serif, arial, 'Times New Roman', serif;
	font-size:22px;
}
.reg7{
	font-family: verdana, sans-serif, arial, 'Times New Roman', serif;
	font-size:24px;
}
.reg8{
	font-family: verdana, sans-serif, arial, 'Times New Roman', serif;
	font-size:26px;
}
.reg9{
	font-family: verdana, sans-serif, arial, 'Times New Roman', serif;
	font-size:30px;
}

.noBorder {
	border: 0px;
}


/* ID LAYOUTS */ 
div#godlayer {
	margin: 10px auto;
	width: 750px;
	text-align: left;
}

div#logo {
	float: left;
	width: 50%;
	height:60px; 
	text-align: left;
}

div#headLeft {
	float: right;
	text-align: right;
	width: 50%;
	height: 45px;
	margin-top: 15px;
}

div#headRow {
	float: left;
	color: #fff;
	line-height: 200%;
	text-align: right;
	clear:both;
	font-weight: bold;
	background-color: #129;
	width:100%;
	height:25px;
}

div#bodDiv {
	width: 100%;
	margin-top: 10px;
	float: left;
}

div#gaOrgBubble { 
	text-align: center;
	width: 332px;
	height: 296px;
	float:left;
	margin-left: 30px;
	background-image: url('images/bg_home-top-left.png');
	background-repeat: no-repeat;
	background-position: center right;
}

div#gaOrgText {
	height: 220px;
	margin: 65px 35px 0px 35px;
}

div#gjyeBubble {
	text-align: center;
	width: 368px;
	height: 296px;
	float:left;
	clear:right;
	background-image: url('images/bg_home-top-right.png');
	background-repeat: no-repeat;
	background-position: center left;
}


div#gjyeText {
	height: 190px;
	margin: 70px 55px 0px 25px;
}

div#iungamBubble {
	text-align: center;
	width: 700px;
	height: 204px;
	float:left;
	clear:both;
	margin-left: 30px;
	background-image: url('images/bg_home-bottom.png');
	background-repeat: no-repeat;
	background-position: top center;
}

div#iungamText {
	height: 175px;
	margin: -20px 225px 0px 230px;
}

div#bottomText {
	height: 50px;
	margin: -30px 570px 0px 0px;
}

hr#hrBody {
	float: left;
	clear:left;
	width: 100%;
	margin-top: 25px;
}

div#footer {
	width: 95%;
	text-align: center;
	clear: both;
}

