@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #525252;
	font-size: 13px;
}


.bolded {
	font-weight: 300;
}

.AESTHETICS {
	font-size: 14px;
	font-weight: bold;
	color: #7D7D7D;
	font-style: italic;
	letter-spacing: 3px;
}
#topbg {
	position:absolute;
	width:100%;
	height:157px;
	z-index:1;
	background-image: url(../images/top_bg.png);
	left: 0;
	top: 0;
}
#master_layer {
	position:relative;
	width:1000px;
	height:112px;
	z-index:1;
}
#logo {
	position:absolute;
	width:423px;
	height:103px;
	z-index:2;
	left: 14px;
	top: 3px;
}

#navbar {
	position:absolute;
	width:925px;
	height:79px;
	z-index:6;
	left: 71px;
	top: 117px;
}
a:link {
	color: #37556F;
	text-decoration: underline;
}
a:visited {
	color: #5A6C79;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	text-align: justify;
}

.smaller {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

