/**********************************
this design is based on Garbetjie Open Source Web Design 
http://www.oswd.org/user/profile/id/10470/
**********************************/

body {
	margin: 30px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(bg2.png);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}

/***********************************
	CONTAINERS
***********************************/

#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#top-nav {
	width: 895px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
	text-align: right;
	vertical-align: bottom;
	padding-right: 5px;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	background-color: #FFFFFF;
}

#navigation {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FF9900;
	background-color: #FAFAFA;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 15px 8px;
	width: 180px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px 3px 3px 0px;
	text-align: right;
}


#content {
	margin-left: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	text-decoration: none;
	width: 680px;
	text-align: left;
	padding: 5px 5px 15px 5px;
	background-color: #FFFFFF;
}


.research{
	margin: 50px 10px 10px 10px;
}

.download {
	margin: 10px 10px 10px 10px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #999999;
	padding: 40px 0px 10px 0px;
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
}

/***********************************
	LINKS
***********************************/

a {
	color: #bb8433;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
}

a.small-navigation {
	color: #c8ac80;
	text-decoration: none;
}

a.small-navigation:hover {
	color: #FF9900;
}

a.navigation {
	color: #666666;
	border-width: 0px 0px 0px 7px;
	border-color: #DEDEDE;
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-weight: normal;
}

a.sub-navigation {
	color: #666666;
	text-decoration: none;
	display: block;
	font-size: 80%;	
	padding: 3px 0px 3px 15px;
	text-align: left;
	font-weight: normal;
}

a.navigation:hover {
	border-color: #FF9900;
	background-color: #EFEFEF;
}

a.sub-navigation:hover {
	border-color: #ffb84d;
	background-color: #fff0d9;
}

/***********************************
	MISCELLANEOUS
***********************************/
#header {
	background-color: #FFFFFF;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	height: 188px;
	text-align: right;
	color:#FFFFFF;
	line-height: 110px;
	padding: 0px 60px;
	font-size: 190%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



hr {
	width: 100%;
	height: 0px;
	text-align: center;
	border-color: #CCCCCC;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}

h1 {
	color: #FF9900;
	font-size: 180%;
	text-decoration: none;
	text-align: right;
	margin: 0px 0px 15px 0px;
	font-weight: normal;
	padding: 0px 50px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #FF9900;
	background-color: #FFFFFF;
}

h2 {
	color: #FF9900;
	font-size: 120%;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 4px 0px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	background-color: #EFEFEF;
	clear: right;
}


h3 {
	font-size: 95%;
	color: #666666;
	text-decoration: none;
	text-align: left;
}


p {
	border-color: #999999;
	border-style: dashed;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	margin-top: 10px;
}


.when {
	clear: right;
  float:left;
  width: 80px;
	text-indent: 0em;	
	padding: 3px 0px 3px 0px;
	background-color: #222222;
	border-width: 1px;
}
			
.what {
	float:right;
  width: 595px;
	text-indent: 0em;
	padding: 3px 0px 3px 0px;
	background-color: #222222;
	border-width: 1px;
}
