/* === Stellimare Default Stylesheet ===================================== */
/*     Designed by Glen Moyes. http://glenmoyes.com                        */

/* --- Page Formating ---------------------------------------------------- */
/*     This sets the formating for the entire page.                        */
span.smallest {
        font-size: 8pt;
        line-height: 1.2em;
}

p.smallest {
        font-size: 8pt;
        line-height: 1.2em;
}
li.smallest{
        font-size: 8pt;
        line-height: 1.2em;
}

body {
	text-align: center; /* IE XHTML RENDERING INCONSISTENCY FIX. */
	background: #e9e9e9;
	margin: 15px 0px 15px 0px;
	
	font-family: sans-serif;
	color: #000000;
	font-size: 10pt;
	line-height: 1.4em;
}

div#container {
	text-align: left; /* IE XHTML RENDERING INCONSISTENCY FIX. */
	width: 760px;
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #919191;
	margin: 0px auto 0px auto;
	padding: 0px;

	background-image: url(line.png);
	background-repeat: repeat-y;
	background-position: 202px;
}

div#header {
/*	height: 101px;
	width: 760px;
	background-image: url(header.png);
	background-repeat: repeat-x;*/
}

div#sidebar {
	text-align: left; /* IE XHTML RENDERING INCONSISTENCY FIX. */
	position: relative;
	float: left;
	width: 180px;
	left: 10px;
	top: 10px;
}

div#content {
	position: static;
	right: 200px;
	width: 530px;
	margin: 0px 0px 0px 200px;
	padding: 15px;
}

div#fix {
	clear: both;
	height: 10px;
}

/* div#fix is used to make div#container */
/* long enough to hold both div#content  */
/* and div#sidebar, no matter of one is  */
/* longer than the other.                */

div#footer {
	clear: both;
}

/* --- Content ----------------------------------------------------------- */
/*     The largest image you can have in the content DIV is 520px wide.    */

/* These actually set text formatting    */
/* for the entire page, but they are put */
/* here for convenience.                 */

hr {
	border-style: dashed;
	border-color: #aaa;
	height: 1px;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 10pt;
}

a {
	color: #3662A8;
}


a:hover {
	color: #000;
}

p a:hover {
	color: #000;
}

small a:hover {
	color: #000;
}

ul a:hover {
	color: #000;
}

ol a:hover {
	color: #000;
}

a:visited {
	color: #3662A8;
}


pre {
	border-color: #ccc;
	border-style: solid;
	background-color: #f3f3f3;
	border-width: 1px;
	padding: 7px 0px 7px 7px;

	font-size: 8pt;
	line-height: 1.3em;
}

/* For the PRE element, you shouldn't    */
/* have lines longer than 70 characters. */
/* Otherwise you run the risk of text    */
/* bleeding off the edge.                */

code {
	color: #067;
}

/* --- Navigation -------------------------------------------------------- */
/*     The largest image you can have in the navigation DIV is 180px wide. */

div#sidebar p {
	font-size: small;
	line-height: 1.3em;
}

div#sidebar ul {
	list-style-type: none;
	padding: 5px 0px;
	margin: 0px;

	border-bottom-style: dashed;
	border-bottom-color: #aaa;
	border-bottom-width: 1px;
}

div#sidebar ul ul {
	border-bottom-style: none;
	margin-left: 15px;
	padding: 0px;
}

div#sidebar ul li {
	margin: 0px;
	padding: 0px;
}

div#sidebar ul a {
	text-decoration: none;
	font-weight: bold;
}

div#sidebar ul a:hover {
	color: #003;
	text-decoration: underline;
}


div#sidebar ul ul a {
	font-weight: normal;
}

div#sidebar p {
	padding: 0px;
	font-size: 10pt; /* IE CSS RENDERING FIX. */
}

div#sidebar h1 {
	font-size: 10pt;
	margin-top: 2em;
}

/* --- Footer ------------------------------------------------------------ */
/*     Can be used for copyright information and site links if needed.     */

div#footer p, div#footer a, div#footer a:visited {
	color: #888;
}

div#footer a:hover {
	color: #000;
}

