html {
	/* needed so that Firefox can get a height to apply 100% to */
	height:100%;
	background:url(images/page-bg.gif) repeat-y center  #00A8DE;
	margin-left: -1px;
	overflow-Y: scroll;
}

body {
	margin:0 0 0 0;
	text-align:center;
	padding:0 0 0 0;
	/* needed so that Firefox can get a height to apply 100% to */
	height:100%;
}

#container {
	height:100%;
	text-align:left;
	width:748px;
	clear:both;
	padding:0 0 0 0;
	/* Needed to align page in the center in Firefox */
	margin:auto;
	background-color:white;
}

#container2 {
	height:120%;
	text-align:left;
	width:748px;
	clear:both;
	padding:0 0 0 0;
	/* Needed to align page in the center in Firefox */
	margin:auto;

	background-color:white;
}

#container3 {
	height:145%;
	text-align:left;
	width:748px;
	clear:both;
	padding:0 0 0 0;
	/* Needed to align page in the center in Firefox */
	margin:auto;

	background-color:white;
}

#container4 {
	height:230%;
	text-align:left;
	width:748px;
	clear:both;
	padding:0 0 0 0;
	/* Needed to align page in the center in Firefox */
	margin:auto;

	background-color:white;
}

#top {
	width:748px;
	height:129px;	
}

#left {
	width:294px;
/*	height:100%;*/
	position:absolute;
	z-index:1;
	background-color:#FFFFFF;

}

#menu {
	width:454px;
	margin:0 0 0 294px;
	position:absolute;
	text-align:right;
	z-index:3;
}

#content {
	width:414px;
	margin:0 0 0 294px;
	padding:120px 20px 20px 20px;
	background-image:url(images/shoulder.jpg);
	background-repeat:no-repeat;
	background-color:white; 
	position:absolute;
	z-index:2;
	min-height:350px;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	background:#ffffff;
	width:748px;
	text-align:center;
	margin:auto;
	padding:0 0 10px 0;
}

.footer a {
	text-decoration:none;
	color:#999;
}

#invisible {
	display:none;
}

table {
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	line-height:10px;
}

/* TEXT STYLES */

p, .p {
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	line-height:20px;
	margin-top:2px;
	margin-bottom:8px;
}

h1, .h1 {
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00A8DE;
	line-height:20px;
}

h2, .h2 {
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00A8DE;
	line-height:20px;
	font-weight:strong;
	padding:0px;
	margin:0px;
}

#content a {
	color:#00A8DE;
}

.blue {
color:#00A8DE;
}
