/*color pallete Chemistry Year 2011 
#009ddc blue
#00709C dark blue

#f5a11a orange
color:#ff9208; dark orange
#ef2e1f red

#444 gray
*/

html {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	background-color: #009ddc;
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.auth {
	font-family: Verdana, Geneva, sans-serif;
	color:#f5a11a;
	font-size:16px;
	font-weight: normal;
}
.auth a {
	color:#ff9208;
}
.eex {
	font-family:'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
	font-weight: normal;
}
h1 {
	margin:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-family:'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	color:#111;
	text-shadow: 1px 1px 1px #666;
	font-size:48px;
	font-weight: bold;
}
h1 a {
	text-decoration:none;
	color:#111;
}
h2 {
	margin:0px;
	font-family:'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	color:#009ddc;
	/*text-shadow: 3px 3px 3px  .555;*/
	font-size:28px;
	font-weight: normal;
	font-style: normal;
}
h2 a {
	text-decoration:none;
	color:#009ddc;
}
h3 {
	font-family:'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	color:#111;
	text-align:left;
	margin-right:5px;
	margin-bottom:0px;
	margin-top:20px;
	padding-bottom:5px;
	text-shadow: 1px 1px 1px #666;
	font-size:26px;
	font-weight: bold;
	border-bottom: 1px solid #009ddc;
}
.h4 {
	padding-left:0px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	text-align:left;
}
h4 {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:18px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: normal;
}
.h5 {
	background-image: url(../imgs/h5border.gif);
	background-repeat: repeat-x;
	background-position: center 44px;
	padding-right:20px;
	margin-right:10px;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#009ddc;
	font-size: 20px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:10px;
	background-image: url(../imgs/IYC2011_small.png);
	background-repeat: no-repeat;
	background-position: right 13px;
	padding-top:20px;
	padding-bottom:10px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #333;
}
.legend {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color:#111;
	display:block;
}
.legendBlack {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color:#111;
	display:block;
}
.imageContainer {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	border:dotted #999 0px;
	float:left;
	padding:5px;
	padding-bottom:0px;
	display:block;
}
.rightImageContainer {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	border:dotted #999 1px;
	padding:5px;
	float:right;
}
.rightImageContainer a {
	text-decoration:none;
	border:0px;
}
.rightImageContainer img {
	border:0px;
}
.rightImageContainer a:hover {
	text-decoration: underline;
	color:#ff9208;
}
.return2Top {
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:right;
	padding-top:5px;
	margin-right:10px;
	margin-bottom:30px
}
.return2Top a {
	text-decoration: none;
	color:#999;
	background-image: url(../imgs/topBlue.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:18px;
	padding-top:3px;
	padding-bottom:3px;
}
.return2Top a:hover {
	text-decoration: none;
	color:#ef2e1f;
	background-image: url(../imgs/topRed.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.bold {
	font-weight: bold;
	color: #111;
}
.boldOrange {
	font-weight: bold;
	color: #f5a11a;
}
.boldBlue {
	font-weight: bold;
	color: #00709C;
	text-decoration:none;
}

.boldRed {
	font-weight: bold;
	color: #fff;
	/*border-bottom:1px solid #666;
	border-right:1px solid #666;
	border-top:1px solid #eee;
	border-left:1px solid #eee;*/
	width:100%;
	clear:both;
	display:block;
	margin-bottom:5px;
	padding:2px;
	padding-left:10px;
	background-color: #ff9208;
	border-radius:4px;
}
.red {
	color:#ef2e1f;
}
.info {
	color:#777;
	font-size:11px;
	font-family:'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
}
.link {
	color:#009ddc;
	font-size:10px;
	font-weight:bold;
}
.link a {
	color:#009ddc;
	border-bottom: 1px dotted;
	text-decoration:none;
}
.link a:hover {
	color:#ef2e1f;
}
.usLinks {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left:20px;
}
.usLinks a {
	text-decoration: underline;
	color:#009ddc;
	/*color:#ff9208;*/
	background-image: url(../imgs/arrowBlue45.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}
.usLinks a:hover {
	color:#ef2e1f;
	background-image: url(../imgs/arrowRed45.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}
.literature ol {
	padding-left:35px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
}
.literature a {
	text-decoration: underline;
	color:#009ddc;
}
.literature a:hover {
	color:#ef2e1f;
}
.topicoftheMonth_title {
	font-weight:bold;
	color:#ef2e1f;
	font-size:12px;
	
	background-image: url(../imgs/arrowRedRIGHT.jpg);
	background-repeat: no-repeat;
	background-position: -1px 8px;;
	padding-left:20px;
	padding-bottom:20px;
	
	font-variant: normal;
	text-transform: uppercase;
	
	
}
.topicoftheMonth_link {
	
	
}
.topicoftheMonth_link a {
	background:#fff;
	color:#111;
	font-family:'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	
	text-decoration:none;
	display:block;
	padding:5px 0px 10px 20px;
	border-radius: 5px;
	border:2px dotted #ef2e1f;
}
.topicoftheMonth_link a:hover {
	
	text-decoration:underline;
	border:2px solid #ef2e1f;
}
.table {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:left;
	border-bottom:2px solid #f5a11a;
	background:#fff;
}
.table td {
	padding-top:8px;
	padding-bottom:1px;
	padding-left:5px;
	border-bottom:1px dotted #999;
}
.table tr:hover {
	background:#ddd;
}

.root {
	font-family:'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#fff2dd;
	float:left;
	margin-bottom:10px;
	margin-top:1px;
	margin-left:10px;
}

.root a{
	text-decoration:none;
	color:#ffeac7;
	
	}

.root a:hover{
	color:#fff;
	text-decoration:underline;
}