/*CLASSES*/
.float-left	{
	float: left;
}

.clear	{
	clear: both;
}

.name	{
	color: white;
}

.time	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.title	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003881;
}

.reg	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	color: #229AD2;
	
}
.reg 	a	{
	color: #229AD2;
	font-weight: bold;
}

h1	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	color: #229AD2;
}

h2	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	margin-top: 18px;
	line-height: 15px;
	color: #003881;
}

p	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	line-height: 15px;
	color: #003881;
	text-align: left;
	margin-left: 0px;
}

/*CLASSES*/

/*#wrapper	{
	border: 1px solid purple;
	width: 1470px;
	background: url(../images/science-bg.jpg);
	/*height: 650px;*/
/*	margin-left: auto;
	margin-right: auto;
	margin-left: -120px;
}*/

.public #body	{
	background-color: #CCCCCC;
}

#container	{
	width: 1100px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
}

.public #container	{
	background: url(../images/public-bg2.jpg) no-repeat;
}
.science #container	{
	background: url(../images/science-bg2.jpg) no-repeat;
}
/*HEADER*/
#header	{
	/*border: 1px solid red;*/
	height: 290px;
	margin-left: 0px;
}

#logo	{
	/*border: 1px solid orange;*/
	position: relative;
	left: 200px;
	width: 250px;
	height: 180px;
}

#logo a	{
	display: block;
	width: 250px;
	height: 180px;
}

#circle	{
	/*border: 1px solid orange;*/
	position: relative;
	left: 630px;
	width: 195px;
	height: 175px;
	margin-top: -125px;
}

#circle a	{
	display: block;
	width: 195px;
	height: 175px;
}

.public #circle a	{
	background: url(../images/blue_circle5.png)
}

.science #circle a	{
	background: url(../images/yellow-circle2.png)
}

#menu	{
	/*border: 1px solid orange;*/
	margin-top: 20px;
	height: 40px;
}

#menu ul	{
	margin-top:0;
	}

#menu ul li	{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#menu ul li a	{
	background-color:white;
	color:#003881;
	display:block;
	font-family:Verdana,Geneva,sans-serif;
	font-size:13px;
	height:30px;
	margin-right:12px;
	padding-left:15px;
	padding-top:10px;
	text-decoration:none;
	width:155px;
}

#menu ul li a:hover	{
	background-color: #BCE4F7;
	font-weight: bold;
}

/*HEADER*/
/*CONTENT*/
#content	{
	/*border: 1px solid red;*/
	width: 100%;
	height: 500px;
	display: block;
	margin-top: 15px;
	margin-left: 73px;
}

#column1	{
	/*border: 1px solid orange;*/
	width: 185px;
	height:90%;
	text-align: left;
}

#c1top	{
	width: 160px;
	min-height:70px;
	height:auto !important;
	height:80px;
	padding-top: 15px;
}

.science #c1top	{
	background-color: #EED300;
}

.public #c1top	{
	background-color: #0099CC;
}

#c1top ul	{
	margin-top: 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: left;
	padding-right: 5px;
}

#c1top ul li	{
	margin-left: -20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px; 
}

#c1top ul li a	{
	color: #003881;
	text-decoration: none;
}

.science #c1top ul li a:hover	{
	color: #229AD2;
}

.public #c1top ul li a:hover	{
	color: white;
}

#c1bot	{
	margin-top: 20px;
	width: 200px;
	min-height:200px;
	height:auto !important;
	height:130px;
}

#c1bot #ipy	{
	background: url(../images/ipy.gif) no-repeat 0 0;
	margin-left:0px;
	height:90px;
}

#c1bot #ipy a	{
	display: block;
	width: 90px;
	height: 90px;
	margin-top: 10px;
}

#c1bot #nwo a	{
	display: block;
	height: 55px;
	width: 100%;
	margin-left: -20px;
}

.science #c1bot #nwo	{
	margin-top: 30px;
	margin-left:0px;
	background: url(../images/nwo_black6.gif) no-repeat 0 0;
	height:55px;
}

.public #c1bot #nwo	{
	margin-top: 30px;
	margin-left:0px;
	background: url(../images/nwo-black3.gif) no-repeat 0 0;
	height:55px;
}

#column2	{
	/*border: 1px solid orange;*/
	width: 580px;
	margin-left: 19px;
	height: 97%;
	background-color: white;
	overflow-y: scroll;
	overflow-x: hidden;
}

#column2 table tr td a	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	line-height: 15px;
	color: #229AD2;
	text-decoration: none;
}

#column2 table tr td a:hover	{
	text-decoration: underline;
}

#column2 p	{
	color: black;
	text-align: left;
	margin-right: 7px;
}

#column3	{
	/*border: 1px solid orange;*/
	width: 120px;
	margin-left: 29px;
	height: 100%;
}

#c3top	{
	background-color: white;
	min-height:175px;
	height:auto !important;
	height:160px;
}

#c3top p	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	line-height: 25px;
	color: #229AD2;
	padding: 7px;
	padding-top: 3px;
	text-align: left;
	margin-left: 5px;
}

#c3top p a	{
	text-decoration: none;
	color: #229AD2;
}

#c3top p a:hover	{
	font-weight: bold;
	text-decoration: none;
	color: #229AD2
}

#c3bot	{
	background-color: #229AD2;
	min-height:175px;
	height:150px;
	height: auto !important;
	margin-top: 15px;
}

#c3bot p	{
	margin-top: 10px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #003881;
	line-height: 15px;
	margin-left: 12px;
	margin-right: 5px;
}

#c3bot p a	{
	color: #003881;
	text-decoration: none;
}

#c3bot p a:hover	{
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

/*CONTENT*/
/*FOOTER*/
#footer	{
	/*border: 1px solid red;*/
	height: 40px;
	margin-left: 73px;
}

#nwo	{
	/*border: 1px solid orange;*/
	width: 520px;
	padding-left: 20px;
}

.science #nwo p	{
	color: white;
}

.public #nwo p	{
	color: black;
}

#colofon	{
	/*border: 1px solid orange;*/
	width: 340px;
}

#colofon p a	{
	text-decoration: none;
}

#colofon p a:hover	{
	text-decoration: underline;
}
/*FOOTER*/

/*
#headercontainer {
	position:absolute;
	left:6px;
	top:-1px;
	width:1475px;
	height:315px;
	z-index:1;
}
#contentcontainer {
	position:absolute;
	left:251px;
	top:315px;
	width:980px;
	height:500px;
	z-index:2;
	background-color: #66CCCC;
}
body {
	background-image: url(_image/_00/images/Pool-website-980-pix-02.gif);
	background-repeat: no-repeat;
}
#header {
	float: left;
	height: 284px;
	width: 1475px;
	position: absolute;
	border: 0;
	left: -2px;
	z-index: auto;
}
.menu {
	font-size: 13pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003881;
}
.h1 {
	font-size: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #229AD2;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003881;
	font-size: 11pt;
	font-weight: bold;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
	font-weight: normal;
}
*/
