/*Stylesheet for Courses Index*/


body
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'Neue Helvetica', 'lucida grande', 'Bitstream Vera Sans', 'myriad web', helvetica, arial, verdana, sans-serif;
	color: black;
	height: 100%;
	width: 100%;
	background-color: white;
	background-image: url(bckgrnd2.png);
}

h1 
{ 
	color: gray; 
}

h2
{
	font-size: 1.2em;
	line-height: 1.5;
	color: teal;
}

h3 
{ 	
	font-size: .7em; 
}

h4
{
	font-size: 1em;
	color: red;
}

h5
{
	font-size: 1em;
	font-style: bold;
	color: orange;
}

h6
{	font-size: 2em;
	font-style: bolder;
	font-variant: small-caps;
	color: olive;
}

#title
{
	padding-top: 20px;
	padding-left: 20px;
}

#core
{
	width: 50%;
	margin-left: 5%;
	margin-right:auto;
}

#core a:link
{
	color: olive;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 1.5em;
	font-weight: bolder;
}

#core a:visited
{
	color: olive;
	text-decoration: none;
}

#core a:hover
{
	color: teal;
	font-weight: bold;
}

#resources
{
	position: absolute;
	float: right;
	width: 30%;
	top: 10%;
	left: 65%;
	color:#009;
	padding: 15px;
	border-width: 0px 0px 0px 2px;
	border-color: #CCC;
	border-style: solid;
}

#resources a:link
{
	color: black;
	text-decoration: none;
}

#resources a:visited
{
	color: black;
	text-decoration: none;
}

#resources a:hover
{
	color: teal;
	font-weight: bold;
}

#resources p 
{ 
	font-size: .85em; 
	
}

#chinadate
{
	position: relative;
	top: -70px;
	color: olive;
	font-family: 'Neue Helvetica', 'lucida grande', 'Bitstream Vera Sans', 'myriad web', helvetica, arial, verdana, sans-serif;
	font-size: 1em;
	line-height: normal;
	font-style: italic;
	font-variant: small-caps;
	font-weight: normal;
}
	
img
{
	position: relative;
	top: -50px;
	
}

