/* Generic Selectors */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;		
	background-color: #F9F9F9;
	/*margin: 0 0 0 0; top right bottom left*/	
}

p {
	width: 80%;
}

li {
	list-style-type: none;
	line-height: 150%;
}

h1 {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #1F61A9;
}

.center {
    text-align: center;
}


/************************* Classes *************************/





/*************************  Pseudo classes *************************/



/*************************  ID's *************************/

#container {
    position: absolute;	
	z-index: 35;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 760px;
	height: 332px;
	color: black;
	padding: 2px 0px 2px 0px; /*top right bottom left*/
	margin-top: 270px;
	background: white;
}

#container2 {
    position: relative;	
	overflow: auto;
	z-index: 35;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 760px;
	height: 605px;
	color: black;
	padding: 2px 2px 2px 0px; /*top right bottom left*/
	margin-bottom: 2px;
	background: white;
}

#header {
	position: absolute;
	z-index: 20;
	width: 760px;
	height: 268px;	
	margin-top: 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-weight: normal;
}

#textBox {
	position: absolute;
	overflow: auto;	
	z-index: 40;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 540px;
	height: 319px;
	color: #000000;
	padding: 5px; /*top right bottom left*/
	margin-top: 0px;
	//background: #CCCCCC;
	background: #FFFFFF url("../images/circle.gif") 45px 45px repeat;
}

#imageBox {
	position: absolute;	
	z-index: 40;
	border: 1px solid #1F61A9;
	width: 203px;
	height: 329px;
	color: #FFFFFF;
	padding: 0px; /*top right bottom left*/
	margin-left: 555px;
	background: #FFFFFF url("../images/twirling.jpg") 0px 0px no-repeat;
}

#footer {
    position: absolute;
    z-index: 45;
    width: 756px;
    height: 15px;
    color: #FFFFFF;
    margin-top: 610px;
    padding: 2px;
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
    background: #1F61A9
}

#footer2 {
    position: absolute;
    z-index: 45;
    width: 756px;
    height: 15px;
    color: #FFFFFF;
    padding: 2px;
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
    background: #1F61A9
}

#footer a {
    color: #FFFFFF;
}

#map {
    z-index: 50;
    position: absolute;
    margin-top: 80px;
    width: 370px;
    height: 206px;
    position: absolute;
    background: #FFFFFF url("../images/map.gif") 0px 0px no-repeat;
}

.left {
   position: absolute;
   left: 0;
   width: 50%;
   }

.right {
   position: absolute;
   right: 0;
   width: 30%;
   text-align: left; /* depends on element width */
   }

