/* 
  -----------------------------------
NAMA
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-color: #FFFFFF;
	height: 15px;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.address {
	font-size: .9em;
}

.content p {
	margin: 6px 0px 12px;
}
h1 {
	margin: 0px;
	font-size: 1.2em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
#footer {
	margin: 0px auto;
	font-size: .7em;
}
#footercontent {
	padding: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/

#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #F00;
}
a:active {
	color: #000000;
}
.facebook {
	padding-left: 50px;
	margin-left: 2px;
}


.copyright {
	color: #666666;
}
#columnwrapper #c3 .content a {
	color: #0033FF;
	text-decoration: none;
}
#columnwrapper #c3 .content a:hover {
	color: #0033FF;
	text-decoration: underline;
}
#columnwrapper #c2 .content a {
	text-decoration: none;
}
#columnwrapper #c2 .content a:hover {
	text-decoration: underline;
}

