
@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: justify;
}
/* remember to define focus styles!
:focus {
	outline: 0; 
}  */

body {
	line-height: 1;
	color: black;
	text-align: justify;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}

#page {
	width:840px;
	height: 600px;
	margin:0px auto;
	padding: 0;
}

#page h1 a {
	text-indent:-9999px;
	height:0px;
	float:left;
}

#page h2 {
	font: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FF0066;
	text-decoration: none;
	text-align: left;
	padding-left:20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
	

#page h3 {
	font: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FF0066;
	text-decoration: none;
	text-align: left;
	padding-left:20px;
	padding-right: 20px;
	padding-top: 20px;
}	

#page p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
	padding-left:20px;
	padding-right: 20px;
}

#page p2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-align: left;
	padding-left:20px;
	padding-right: 20px;
}

#toparea {
	width: 780px;
	height:20px;
	margin-left:20px;
	background-color:none;
}

#content top{
	width:800px;
	height:450px;
	float:left;
}

#left{
	width:20px;
	height:600px;
	float:left;
}

#flashContainer{
	width:500px;
	height:450px;	
	background-color: #CC3399;
	float:left;
}

#flashContainerScroll{
	width:800px;
	height:450px;	
	background-color: #FFFFCC;
	float:left;
	
	overflow: scroll;
	overflow-x:hidden;
}

#textBox{
	width:300px;
	height:450px;
	background-color: #FFFFCC;
	float:left;
}

#textBoxScroll{
	width:300px;
	height:450px;
	background-color: #FFFFCC;
	float:left;
	
	overflow: scroll;
	overflow-x:hidden;
}


/*
navigation
---------------
*/


#content bottom{
	width:800px;
	height:110px;
}


#navBarContainer{
	width:800px;
	height:80px;
	background-color:none;
	float:left;
}

/*
#navBufferleft{
	width:95px;
	height:80px;
	background: none;	
	float:left;
}

#navBufferRight{
	width:95px;
	height:80px;
	float:left;
}

*/

#navBarContainer{
	width:800px;
	height:80px;
	float:left;
	margin: 95 0 0 0;
}

#navBar ul {
	list-style: none;
} 

#navBar li {
	width: 100px;
	height: 80px;
	float: left;
}



#navBar ul a {
	background: #efe0cb left repeat-x;
	height: 80px;
	width: 100px;
	floar: centre;
	display: block;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right;
	line-height: 80px;
	font: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 16px;
	
} 

#navBar li a:hover {
   background: #FF0066;
   color:#FFFFFF;
}


/*
footer
---------------
*/

#footerContainer {
	width:800px;
	height:30px;
}

#footerContainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 

#footerContainer li {
	width: 200px;
	float: left;
}


#footerBar ul a {
	height: 30px;
	width: 200px;
	float: centre;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right;
	line-height: 30px;
	font: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 10px;
	
}

#footerBar ul a:hover {
	 color: #FF0099;
}


