/* CSS definition file containing sitestyle stylesheets */
body {
	background-color: #003300;
	color: #009900;
	font-family: helvetica, ariel, sans-serif;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px
} 

/* Links */
a:link {color: #ffff00; background-color: #000000; text-decoration: none}
a:visited {color: #006600; text-decoration: none}
a:hover {color: #ff0000; text-decoration: none}
a:active {color: #0000cc; text-decoration: none}

/* Main Styles for Layout */
div.holder {
	padding: 15px;
	width: 600px;
	background-color: #ffccff;
	margin-left: auto;
	margin-right: auto;
}

h1.header {
	text-align: center;
	font-family: geneva, georgia, serif;
	text-decoration: overline
}

div.orbit {
	background-color: #000000;
	text-align: center;
}

div.outer {
	background-color: #333333;
}

p.breadcrumbs {
	padding-left: 10px;
	padding-right: 10px;
	font-size: x-small;
	font-family: arial, sans-serif;
	color: #ffffff;
}

p.intro { 
	padding-left: 50px;
	padding-right: 50px;
	border-style-top: solid;
	border-style-bottom: solid;
	border-style-left: none;
	border-style-rigt: none;
	border-width-top: 1px;
	border-width-bottom: 1px;
	border-width-left: 0px;
	border-width-right: 0px;
	border-color: #000000;
}

p.ender {
	text-align: center
}