
/* CSS Document */

body {
		line-height: 1.5em;
		color: #666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		background-color:#dedede;
}

#container{
		width:900px;
		margin:0px auto;
		border:thin solid #ff0000;
		background-color: #FFFFFF;	
}

.textu {
	line-height: 1.5em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* header section including images */

#header {
		border-bottom:1px solid #ff0000;
		height:130px;
		padding:10px;
		background-color: #FFFFFF;
	}

#header div {
		padding:5px;
		float:left;
		background-color: #FFFFFF;
	}
	
#header-left {
		margin-left:5px;
		width:110px;
	}
	
#header-main {
		margin-left:10px;
		width:412px;
	}

#header-right {
		margin-left:10px;
		width:300px;
	}

/* top nav bar */

#navbar {
	margin-top:10px;
	margin-bottom:10px;
	margin-right: 10px;
	margin-left: 10px;
	border:1px solid #bbb;
	width:840px;
	background-image:  url(/images/page/nav_bck_santa.gif);
	background-color:#ff0000;
	padding: 5px 20px 5px 20px;
	font: small Arial,sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	}

#navbar a{
	color: #FFFFFF;
	}

#navbar a:hover{
	color: #ff0000;
	text-decoration: underline;
	background-color: #FFFFFF;
	}
	
.navlink {
	padding: 5px 20px 5px 20px;
}

/* content section */

#content {
	margin-top:10px;
	padding-bottom:10px;
	}
	
#content div {
	padding:10px;
	border:1px solid #bbb;
	float:left;
	background-color: #FFFFFF;
	}
	
#content-main {
	margin-left:10px;
	width:850px;
	}

/* footer section */

#footer {
	margin-top:10px;
	margin-bottom:10px;
	width:870px;
	padding: 5px 10px 5px 10px;
	font-size:11px;
	color: #AAAAAA;
}

#footer a{
	color: #21536A;
	font-weight: bold;
}

#footer a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/******* table styles *******/

.table{
	border: thin solid #ff0000;
	padding: 2px;
	font-size: 12px;
	}

.tableheader{
	background-color:#dedede;
	font-weight:bold;
	border-bottom: thin solid #ff0000;
	border-right: thin solid #ff0000;
	text-align: center;
	padding: 3px;
}

.tablecells {
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-align: center;
}
.tableposition {
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-indent: 8px;	
}

IMG.face {
	float: right;
	margin: 3px 0px 3px 3px
}

.stoppress {
color:#FF0000;
padding: 5px;
font-size:14px;
font-weight:bold;
}