/* Body Attributes */
body {
	color: #000000;
	margin: 3px 4%;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/blue_paper.gif);
}

/* Top Title Bar */
#top-container{height:110px;text-align: center;}

/* top-left within the top-container */
#top-left{float: left;width:85px;}
#top-left img{margin:4px 0px 0px 4px;border:outset 4px yellow;width:75;height:100px;}

/* top-right within the top-container */
#top-right{float:right;width:75px;}
#top-right img{margin:35px 4px 0px 0px;border-width:0px;height:27px;}

/* top-container HTML tags characteristic*/	
#top-container h1{ font-size:35px;color:#cc0000;background-color:inherit;margin:0px;}
#top-container h2{ font-size:25px;color:#0000ff;background-color:inherit;margin:0px;}

#footer {clear:both;color:#883300;background-color:inherit; text-align: center; font-size:2.5mm;line-height:3.3mm;border:0px solid #ff0000;}
hr{width:70%;background-color:#cc0000;color:#cc0000;}	