/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0.75;
	padding: 0.75;
}

body {
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font: normal small;
	color:#000000;
	padding-left: 1em;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
/* color: #385B88;*/
	color: #000000;
}

h2 {
	font-size: 1.8em;
	font-weight:bold;
}

h3 {
	font-size: 1em;
	font-weight:bold;
	margin-top: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
	color: #000000;
}

p {
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
  	margin-left: -1em;
	list-style: square;
}

ul li {

}

ol {
	margin-left: 2em;
	list-style: number;
}

ol li {

}

a {
	color:	#000066;
	font-weight:bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #0000CC;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: left;
	margin: 0 1em 1em 0;
}

img.sphere {
	margin: 157px 700px;
	float:right;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #FFFFFF;
	border: 1px solid #CAD4DF;
}

.boxed .title {
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.boxed .content {
	padding: 10px;
}


/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
}


#nav a {
	color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
}
		
#nav a:hover {
	text-decoration:underline;
	}