/******************************/
/***** STANDARD ELEMENTS ******/
/******************************/
body
{
	/* background-image: url(/img/stars.gif); */
	background-color: #000000;
	/*text-align: center;*/
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
padding: 0px;
margin: 0px;
}
h1
{
	color: #ffffff;
}
h2
{
	font-size: 18px;
}
h3
{
	color: #000000;
	font-size: 14px;
	font-style: italic;
}
h4
{
	color: #ffffff;
}
img
{
	border: none;
}
li
{
}
a
{
	color: #666666;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a:visited
{
}
hr
{
	background: transparent url(/img/nav-dot-gray.gif) 0px 20px repeat-x;
	border: none;
	clear: both;
	padding-top: 40px;
}



/******************************/
/******* GLOBAL CLASSES *******/
/******************************/
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}
.center
{
	text-align: center;
}



#container
{
	margin: 0px auto 0px auto;
	width: 800px;
}

/******************************/
/********** HEADER ************/
/******************************/
#header
{
	background: transparent url(/img/nav-dot-gray.gif) 90px 23px repeat-x;
	margin-bottom: 10px;
	text-align: center;
}

#navigation
{
	/*font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;*/
}
#navigation ul
{
	list-style: none;
	padding: 13px 0px 3px 0px;
	margin: 0px;
	text-align: center;
	white-space: nowrap;
}
#navigation ul li
{
	display: inline;
	padding: 0px 30px 0px 30px;
	margin: 0px;
	color: #2222ff;
	font-size: 16px;
	line-height: 20px;
}
#navigation ul a
{
	border-top: 3px solid transparent;
	color: #ffffff;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
}
#navigation ul a:hover
{
	border-color: #ffffff;
	color: #eeeeee;
}
#navigation ul li a #navSun
{
	width: 50px;
	height: 50px;
}




/******************************/
/********** CONTENT ***********/
/******************************/

#content b
{
	color: #777777;
}

.threeColumn
{
	border-right: 1px solid #333333;
	float: left;
	width: 290px;
	padding: 0px 10px 0px 10px;
}
.threeColumn ul
{
	list-style: square;
	padding-left: 13px;
}
.threeColumn ul li
{
	padding-bottom: 5px;
}

#error
{
	color: #ff0000;
	margin: 15px 0px 15px 0px;
}
input.smallNumbers
{
	width: 20px;
}
input.text
{
	border: 1px solid #0086f2;
}
table
{
	border-spacing: 10px 10px;
	border-collapse: collapse;
	border: 1px solid #222222;
}
table th
{
	background-color: #0086f2;
	border: 1px solid #222222;
	color: #ffffff;
	padding: 0px 10px 0px 10px;
}
table td
{
	border: 1px solid #222222;
	padding: 3px 10px 3px 10px;
}



/******************************/
/********** FOOTER ************/
/******************************/
#footer
{
	margin-top: 25px;
	margin-bottom: 75px;
	text-align: center;
}
#footer a
{
	acolor: #0086f2; /* #0099ff */ /* #5555aa */
}
#footer a:visited
{
}

#navExtra
{
	margin: 0px 0px 0px 0px;
}




/******************************/
/*********** HOME *************/
/******************************/
#home
{
	background: #000000 url('/img/fountain_pen-800px.jpg') no-repeat;
	color: #000000;
	margin: 20px auto;
	padding: 10px 20px 20px 20px;
	width: 760px;
	height: 450px;
	position: relative;
}
#home h1
{
	color: #000000;
}
#intro
{
}
#home #links
{
	position: absolute;
	top: 320px;
	left: 20px;
}



/******************************/
/*********** TIER2 ************/
/******************************/

#tier2
{
	background: #000000 url('/img/fountain_pen_background-800.png') no-repeat;
	color: #000000;
	margin: 20px auto;
	padding: 20px;
	width: 800px;
	height: 450px;
}

