body {
	font-family: "new century schoolbook", georgia, palatino,'times new roman',times, serif;
	margin: 0;
	padding:0;
	font-size:100%;
}

/* ###### Header ###### */
#header {
	padding: 0.2em 0.5em 0;
	font-family:verdana,helvetica,arial,sans-serif;
}

#header h1 {
	width:8.2em;
	float:right;
	padding:25px 0 0 0;
	margin:0;
	text-align:right;
	font-size:200%;
}
#header p {
	clear:right;
	text-align:right;
	font-weight:bold;
	font-size:110%;
	margin:0 0 0.3em 0;
	padding:0;
}
#header-drop-shadow {
	height:15px;
}

/* ###### MENU ###### */

#left {
	float: left;
	clear: left;
	font-size: 90%;
	width: 170px;
	margin:2.5em 0 20px 0;
	padding-bottom:175px;
}
#menu {
	margin-left:10px;
}
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0 0 10px;
}
#menu ul ul {
	padding:0;
}
#menu ul li {
	padding:0;
	margin-bottom:0;
}
#menu ul li li {
	padding:0 0 0 10px;
}
#menu a {
	display: block;
	padding:0.5em 5px 0.5em 10px;
	text-decoration: none;
}
#menu ul li a {
	width:143px;
}
#menu a:hover, #menu a:active, #menu a:hover {
	text-decoration:underline;
}


/* ###### Content ###### */
#content {
	font-size:90%;
	line-height: 1.5em;
	margin-left: 180px;
	padding: 1em 2em 1em 2em;
}

#content a:hover {
	text-decoration: none;
}

/* ###### Footer ###### */

#footer {
	clear: both;
	font-size: 75%;
	text-align: center;
	padding: 0 0 1em;
}
#footer #copyright {
	margin-top:1em;
	font-size:90%;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	border-bottom: 0;
}
#qne {
	font-size: 75%;
	margin-top:1em;
	padding:0 0.5em 0 0.5em;
	line-height:1em;
	text-align:left;
	font-weight:bold;
}
#qne a {
	font-weight:normal;
	text-decoration:underline;
}
#qne a:hover,#qne a:active,#qne a:focus {
	text-decoration:none;
}

/* ###### Special ###### */
/* This style can be used to hide the members login text */
.loginlinktext {
	font-size:90%;
}
.boxTitle {
	padding: 0.5em 0.1em;
	margin:0;
	font-size:110%;
	text-align:center;
}
.first {
	margin-top:0;
	padding-top:0;
}
/* Breadcrumb bar */
.navigationbar {
	padding:0 0 0 1em;
	margin:0;
	font-size:80%;
}
#sitemap li span {
	font-weight:bold;
	font-size:120%;
}
#sitemap dl {
	margin-left:2em;
}
#sitemap dt {
	margin-top:0;
}
.SiteMapTop {
	text-align:right;
	font-size:80%;
}


/* ###### Standard ###### */

h2 {
	font-size: 140%;
	letter-spacing:0.03em;
}
h3 {
	font-size:110%;
}
h4 {
	font-size:100%;
}
img {
	border: none;
}
blockquote,q {
	font-style:italic;
}
acronym, abbr {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
}
pre, code {
	font-family: "lucida console", monospace;
	font-size:110%;
}
dt {
	font-weight: bold;
	margin-top:1em;
}
li {
	margin-bottom:1em;
}
em,.italic {
	font-style:italic;
}
a {
	text-decoration:underline;
}
a:hover,a:active,a:focus  {
	text-decoration:none;
}

/* ###### Other ###### */

.float-left {
	float:left;
}
.float-right {
	float:right;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.bold {
	font-weight:bold;
}
