body {
	background-color: #f2f2f2;
	margin: 0;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#page {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 205px;
	background-color: #f2f2f2;
}

#top-menu {
	height: 36px;
	background-color: #000;
}

#breadcrumb {
	height: 37px;
}

#content {
	width: 620px;
	float: left;
	padding: 0 40px 0 20px;
}

#content p, #sidebar p {
	margin-bottom: 20px;
}

#sidebar {
	width: 235px;
	float: left;
	padding: 0 20px;
	text-align: left;
}
#sidebar-menu {
	border-bottom: 2px solid #ff8400;
margin-bottom: 10px;
padding-bottom: 10px;
}

#footer {
	clear: both;
	height: 170px;
}

/* BACKGROUNDS
------------------------------------------ */

#page {
	background-image:url(images/page-bg.gif);
	background-repeat:repeat-y;
}

#header {
	background-image:url(images/header-shadow.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#top-menu {
	background-image:url(images/top-menu-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#breadcrumb {
	background-image:url(images/breadcrumb.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#footer {
	background-image:url(images/footer-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#content h2 {
	background-image:url(images/h1-underline.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}

/* FONTS
------------------------------------------ */

#header h1 {
	display: none;
}
#header p {
	padding-top: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 0;
	margin-left: 35px;
	width: 450px;
	text-align: center;
	color: #CCC; 
	font-style:oblique;
	padding-left: 20px;
}
#top-menu {
	font-size: 1.4em;
}
#top-menu sup {
	font-size: 0.7em;
}
#breadcrumb {
	font-size: 1.1em;
}
#content {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align:justify;
}
#content h2 {
	font-size:2.2em;
	font-weight:bold;
	margin-top: 10px;
	padding-bottom:15px;
}
#content h3 {
	font-size: 1.8em;
	line-height: 1.2em;
}
#content h4 {
	font-size: 1.4em;
}
#content h5 {
	font-size: 1em;
}
#content blockquote {
	border: 1px solid #CCC;
	padding: 20px 20px 0px 20px;
background-color:#fddcba;
}
#content blockquote h4 {
	margin-top: 0;
}

#sidebar {
	text-align:justify;
	line-height:1.4em;
	font-size: 1.2em;
}
#sidebar h3 {
	text-align: left;
}

#FACE h3 {
font-size: 1em;
}
.face-error {
border: 3px solid #F00;
padding: 5px;
text-align: center;
margin-left: 10px;
margin-right: 10px;
}
#footer .column-2 h3,
#footer .column-3 h3,
#footer .column-4 h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #ff8400;
	margin-top: 10px;
}
#footer .column-4 h3 {
	font-weight: bold;
color: #FFF;
}
#footer {
	color:#FFF;
}
sup  {
	font-size: 0.7em;
}

/* LISTS
------------------------------------------ */

#top-menu ul {
	padding: 11px 0 0 0;
	margin: 0 0 0 25px;
}
#top-menu li {
	display: inline;
}
#breadcrumb ul {
	margin: 0;
	padding: 0;
	padding-top: 12px;
	padding-left: 35px;
}

#breadcrumb li {
	display: inline;
}
#sidebar-menu ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#footer .column-1 li {
	font-size: 1.4em;
	font-weight: normal;
	list-style:none;
	margin-bottom: 30px;
	margin-top: 10px;
}
#footer .column-2 ul,
#footer .column-3 ul {
	margin-left: 0;
	padding-left: 0px;
	list-style-position:inside;
}
#footer .column-2 li,
#footer .column-3 li {
	font-size: 1.2em;
	margin-bottom: 5px;
}

#FACE ul {

margin: 0;
padding: 0;
margin-bottom: 15px;
}

#FACE li {
list-style:none;
}



/* FORMS
------------------------------------------ */
#brillbits {
	margin-left: 0;
}

#brillbits label {
	display: none;
}
#brillbits input {
	font-size: 0.9em;
	border: none;
	background-image:url(images/input-bb-text.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height: 13px;
	width: 138px;
	margin-bottom: 3px;
	padding: 4px 5px 0 5px;
}
#brillbits #bb-submit {
	padding: 0;
	height: 19px;
	width: 148px;
}

#content form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#content form input, 
#sidebar-menu form input {
	border: 1px solid #666;
	font-size: 1em;
	padding: 4px;
	margin-bottom: 5px;
}

.form-bg-grey {
	padding: 5px;
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
}

/* COLUMNS
------------------------------------------ */
#footer .column-1, #footer .column-2, #footer .column-3, #footer .column-4 {
	margin-top: 20px;
}

#footer .column-1 {
	width: 190px;
	float:left;
}

#footer .column-2 {
	width: 230px;
	float:left;
	margin-left: 20px;
}

#footer .column-3 {
	width: 280ox;
	float:left;
	margin-left: 15px;
}

#footer .column-4 {
	width: 200px;
	float:left;
	margin-left: 80px;
}
#footer #true-footer {
	clear: both;
	font-size: 0.9em;
	text-align:center;
	padding-top: 0px;
}


/* LINKS
------------------------------------------ */
a:link img, a:active img, a:visited img {
border: none;
}


#top-menu a:link, #top-menu a:active, #top-menu a:visited {
	padding: 12px 12px;
	margin-top: 5px;
	color: #FFF;
	text-decoration: none;
}
#top-menu a:hover {
	background-image:url(images/top-menu--hover-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#breadcrumb a:link,#breadcrumb a:active, #breadcrumb a:visited,
#main a:link,#main a:active, #main a:visited  {
	// color: #33abff;
	color: #00F;
}
#breadcrumb a:hover,
#main a:hover {
	color:#F00;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #FFF;
	text-decoration:none;
}
#footer .column-1 a:link,
#footer .column-1 a:active,
#footer .column-1 a:visited,
#footer .column-2 h3 a:link,
#footer .column-2 h3 a:active,
#footer .column-2 h3 a:visited  {
	color: #ff8400;
}
#footer a:hover,
#footer .column-1 a:hover,
#footer .column-2 h3 a:hover {
	color: #33abff;
}

/* MISC
-------------------------------------------- */

.errors {
	border: 3px solid #F00;
	background-color:#F99;
	padding: 5px;
	margin: 10px;	
}
#sidebar-menu ul {
	margin: 0;
	text-align: center;
	margin-bottom: 30px;
}
#sidebar-menu li {
	border: 1px solid #CCC;
	margin-bottom: 5px;
	list-style: none;
}
#sidebar-menu .side-bar-list a {
	padding: 7px;
	display: block;
	background-image:url(images/top-menu-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: #000;
}
#sidebar-menu li a:link, #sidebar-menu li a:visited, #sidebar-menu li a:active {
	color: #FFF;
	text-decoration: none;
}
#sidebar-menu li a:hover {
	background-image:url(images/top-menu--hover-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color: #FF0;
}
.text-align-left {
	text-align: left;
}