.left-col{
 color: #3333cc;
  background-color: inherit;
}

h1{font-size: 18px;
color: #003399;} 

h2{font-size: 16px;
color: #336699;} 
a {color: #3333cc;}
a:visited{color: #3333cc;}
a:hover{color: #3333cc;}
.main-content{color: #3333cc;
	  background-color: inherit;
}
	#left-column{background-image: url('left-column-bg-blue.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 400px;
	left: 10px;
	position: fixed;
	top: 120px;
	z-index: 2;
}
#left-content-head{ width: 200px;
	height: 15px;
	left: 10px;
	text-align: left; 
	padding-left: 30px;
	padding-top: 10px;
}

#left-content-body{ width: 200px;
	height: 385px;
	position: relative;
	padding: 30px;
	top: 35px;
text-align: left;
}

#main-content-container{ width: 800px;
	height: 600px;
	background-image: url('main-content-bg-blue.gif');
	background-repeat: no-repeat;
	left: 10px;
	position: fixed;
	top: 120px;
overflow: hidden;
font-size: 14px;
z-index: 2;

}


#main-content-head{ width: 800px;
	height: 15px;
	position: relative;
	top:10px;
	text-align: left; 
	padding-left: 30px;
}
#main-content-body{ width: 725px;
	height: 480px;
	position: relative;
	padding: 30px;
	top: 20px;
overflow: auto;
text-align: left;
}
#main-content-foot{ width: 800px;
	top:0px;
	height: 30px;
}


#right-column{background-image: url('right-column-bg-blue.gif');
	background-repeat: no-repeat;
	width: 194px;
	height: 350px;
	left: 830px;
	position: fixed;
	top: 120px;
	z-index: 2;
}

#right-content-head{ width: 194px;
	height: 15px;
	left: 830px;
	text-align: left; 
	padding-left: 30px;
	padding-top: 10px;
}

#lower-right{background-image: url('lower-right-bg-blue.gif');
	background-repeat: no-repeat;
	width: 194px;
	height: 200px;
	left: 830px;
	position: fixed;
	top: 480px;
	z-index: 2;
}

#lower-right-head{ width: 194px;
	height: 15px;
	left: 830px;
	text-align: left; 
	padding-left: 30px;
	padding-top: 10px;
}

#lower-right-body{ width: 194px;
	height: 15px;
	left: 830px;
	text-align: left; 
	padding-left: 30px;
	padding-top: 20px;
}
