/* CSS Document */

body {
font-family : Arial, Georgia, "Times New Roman", Times, serif; 
font-size : 14px; 
color : #808080; 
background-color : #f9f9f9; 
}


a:link {
	text-decoration: none;
	color: #FF0000;
}
a.main: visited {
	text-decoration: none;
	color: #CC0000;
}
a.main: hover {
	text-decoration: none;
	color: #336699;
}
a.main: active {
	text-decoration: none;
	color: #FFFFFF;
}

h1 {
	font-size: 24px;
	font-style: italic;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	color : #FF0000;
	text-align: center;
}

h2 {
	font-family : Georgia, "Times New Roman", Times, serif; 
	font-size : 18px; 
	font-weight : bold; 
	color : black;
	text-align: center;
}

#navigation {
	position : absolute;
	z-index : 10;
	width : 149px;
	height : 758px;
	margin : 0;
	margin-top : 0px;
	font-weight : normal;
	left: 12px;
	top: 15px;
	background-image: url(bkg3.gif);
	border-top:2px solid #ee7611;
	border-left:4px solid #a52a2a;
}

.nav1 {
	position: absolute;
	z-index : 10;
	margin-top : 0px;
	top : 36px;
	left : 9px;
	font-weight : normal;
	text-decoration: none;
	width: 168px;
	height: 702px;
}

a.sub:link {
  color : #0000FF;
  text-decoration : none;
}
a.sub:visited {
  color : #0000FF;
  text-decoration : none;
}
a.sub:hover {
  color : #FF00FF;
  text-decoration : none;
}
a.sub:active {
  color : #FF0000;
  text-decoration : none;
}	

	
#creatives2 {
	position : absolute;
	z-index : 10;
	width : 20px;
	height : 761px;
	margin-top : 0px;
	left: 200px;
	font-weight : normal;
	background-color: #FFFFFF;
	top: 13px;
	border-right:10px solid #a52a2a;
}

#centerdoc {
	position : absolute;
	z-index : 10;
	padding : 0px 0px 10px 1px;
	margin-top : 3px;
	left: 249px;
	top: 8px;
	width: 614px;
	height: 748px;
}


.text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #800000;
	}

.text1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #808080;
	}
.text2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: xx-small;
	color: #800000;
	}	
	
#creatives {
	position : absolute;
	z-index : 10;
	width : 153px;
	height : 761px;
	margin-top : 0px;
	left: 936px;
	font-weight : normal;
	background-color: #FFFFFF;
	top: 14px;
	border-right:10px solid #a52a2a;
}


