/* CSS Document */

body{
	background: url(../images/bodyblgrd_blue2.jpg) repeat;
	font: 14px 'Comic Sans MS';
	color: #000033;
}

#cont{
	position:absolute;
	top: 100px;
	left:0px;
	z-index: 100;
	width:100%;
	background: url(../images/bar.jpg) repeat-x;
	height: 40px;	/*border: thin solid #FF0000;*/
}
#navcontbar{
	position: relative;
	left: 175px;
	top:  0px;
	z-index: 200;
}
#main{
	background: #FFFFFF;
	height: 400px;
	width: 100%;
	position:absolute;
	top:15px;
	z-index:-1;
	/*border: medium solid #FFFF00;*/
}
#insideMain{
	position: absolute;
	top:  20px;
	left:  125px;
	height: 345px;
	width: 100%;

	/*border: thin groove #00FF00;*/	
}
#logo{
	position: absolute;
	top: -100px;
	left: 100px;
	/*border: thin solid #FFCC00;*/
	width:225px;
	height:106px;
	color:#FFCC00;
	z-index: 1000;
}
#address{
	position: absolute;
	top:  -100px;
	right: 100px;
	height: 80px;
	width: 250px;
	color:#FFFFFF;
	font: 14px/14px 'Comic Sans MS';
	vertical-align: bottom;
	/*border: thin dashed #FFFFFF;*/
}
#address img{
float:  left;
}
#bottombar{
	z-index:  1000;
	background: url(../images/bkgdnavbar.jpg) repeat-x;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -5px;
	height: 20px;
}
#footer{
	text-align:  center;
	color:#FFFFFF;
	position: relative;
	top:  510px;
	font: 10px "Comic Sans MS";
}
a.footer:link {
	color: #CCCCCC;
	text-decoration: underline;
}     /* unvisited link */
a.footer:visited {
	color: #FF0000;
	text-decoration: none;
}  /* visited link */
a.footer:hover {
	color: #FF0000;
	text-decoration: underline;
}   /* mouse over link */
a.footer:active {
	color: #FFFFFF;
	text-decoration: underline;
} 
a {
	font-size: 14px;
	color: #000066;
	text-decoration: none;
}
a:link{
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
a:visited{
	font-size: 14px;
	color: #006600;
	text-decoration: none;
}
a:hover{
	font-size: 14px;
	color: #990000;
	text-decoration: underline;
}
a:active{
	font-size: 14px;
	color: #000066;
	text-decoration: none;
}
h1{
	font-size: 14px;
	text-transform: uppercase;
	color: #000066;
}