/* CSS Document */

body {
  text-align: center ;
}
div#content {
  z-index: 1 ;
  width: 700px ;
  height: auto ;
  margin: auto ;
  text-align: left ;
}
div#header {
  z-index: 2 ;
  width: 700px ;
  height: 125px ;
  text-align: left ;
}
div#body {
	z-index: 2 ;
	width: 700px ;
	height: 392;
	text-align: left ;
	position: absolute ;
	top: 140;
	background-color: #55A0FF ;
}
div#nav_side {
  z-index: 3 ;
  width: 100px ;
  height: 392px ;
  top: 0px ;
  padding: 10px ;
  text-align: left ;
  background-color: #669DD9 ;
}
div#main {
	z-index: 3;
	width: 430px;
	height: 392px;
	padding: 10px;
	text-align: left;
	position: absolute;
	background-color: #FFFFFF;
	left: 100px;
	top: 0px;
	overflow: scroll;
}
div#main_noscroll {
	z-index: 3;
	width: 430px;
	height: 392px;
	padding: 10px;
	text-align: left;
	position: absolute;
	background-color: #FFFFFF;
	left: 100px;
	top: 0px;
	overflow: hidden;
}
div#column1 {
	z-index: 3 ;
	width: 195px;
	height: 160px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left ;
	position: absolute ;
	background-color: #FFFFFF ;
	left: 0px ;
	top: 240px ;
}
div#column2 {
	z-index: 3 ;
	width: 213px;
	height: 1px;
	margin-top: 5px;
	text-align: left;
	position: absolute ;
	background-color: #FFFFFF ;
	left: 224px;
	top: 235px;
}
div#sidebar {
	z-index: 2 ;
	width: 130px;
	height: 392px;	
	padding: 10px ;
	text-align: center ;
	position: absolute ;
	background-color: #669DD9 ;
	left: 550px;
	top: 0px;
}
div#nav_bot {
	z-index: 4 ;
	width: 690px ;
	height: 30px ;
	text-align: left;
	top: 600px ;
	padding: 5px ;
	background-color: #669DD9 ;
}
div#marketing {
	z-index: 1 ;
	width: 230px ;
	height: 30px ;
	text-align: center;
	top: 0px ;
	left: 0px;
	background-color: #FFFFFF ;
}
div#notify {
	z-index: 4 ;
	width: 90px ;
	text-align: left;
	top: 250px ;
}
a:link {
	text-decoration: none ;
	font-weight: bold ;
	color: #FFFFFF ;
}
a:hover {
	text-decoration: none ;
	font-weight: bold ;
	color: #6666FF ;
}
a:active {
	text-decoration: none ;
	font-weight: bold ;
	color: #6666FF ;
}
a:visited {
	text-decoration: none ;
	font-weight: bold ;
	color: #FFFFFF ;
}
a.body:link {
	text-decoration: none ;
	color: #000066 ;
	font-size: 10px ;
}
a.body:hover {
	text-decoration: none ;
	color: #6666FF ;
	font-size: 10px ;

}
a.body:active {
	text-decoration: none ;
	font-size: 10px ;
	color: #000066 ;
}
a.body:visited {
	text-decoration: none ;
	color: #000066 ;
	font-size: 10px ;
}
a.body2:link {
	text-decoration: none ;
	color: #000066 ;
	font-size: 10px ;
}
a.body2:hover {
	text-decoration: none ;
	color: #6666FF ;
	font-size: 10px ;

}
a.body2:active {
	text-decoration: none ;
	font-size: 10px ;
	color: #000066 ;
}
a.body2:visited {
	text-decoration: none ;
	color: #000066 ;
	font-size: 10px ;
}
p.title {
	font-size: 18px ;
}
p.titleColumn {
	font-size: 16px ;
	font-weight: bold;
	text-align: center ;
}
p.body {
	font-size: 14px ;
}
p.bodyColumn {
	font-size: 12px ;
}
img.floatLeft {
	float: left;
	margin: 4px;
}
img.floatRight {
	float: right;
	margin: 4px;
}

