/*top/bottom left/right*/

* {
	margin: 0 0 0 0;
	border: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
	height: 100%;
}

A:link {
	text-decoration: none;
	color: #DD0000;
}

A:visited {
	text-decoration: none;
	color: #AA0000;
}

A:hover {
	text-decoration: underline;
	color: #FF0000;
}

img {
	display: block;
	float: right;
}

img#bullet {
	display: inline;
	border:0;
	float: none;
}

img#header {
	margin-top: 1em;
	margin-left: 0.5em;
}

img#lhs {
	margin-top: 1em;
	margin-right: 0.5em;
	float: left;
}

Body {
	background-color: #5c5b83;
	height: 100%;
	text-align: center;
	font-family: "helvetica" "verdana" "arial" sans-serif;
}

#content {
	background-color: #5c5b83;
	width: 695px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

h1#header {
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 695px;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
/* for Internet Explorer */
/*\*/
* html h1#header {
	width: 720px;
}
/**/

h1#header a {
	padding: 0.5em 2em;
	font-family: "helvetica" "verdana" "arial" sans-serif;
	font-size: 160%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-variant: small-caps;
}

#notfoot {
	position: relative;
	min-height:100%;
}

* html #notfoot {
	height: 100%;
}

#nest {
	padding-bottom: 6em;
}

#sidebar {
	float: right;
	margin: 0.5em -6em 1.5em 0em;
	height: 8.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #ffffff;
	width: 100px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
/* for Internet Explorer */
/*\*/
* html #sidebar{
}
/**/

ul#sidebarmenu {
	list-style-type: none;
}

ul#sidebarmenu li a {
	font-weight: bold;
	display: block;
	font-size: 80%;
	/*margin: 1em 0;*/
	padding: 0.5em;
	/*min-height: 2em;*/
	background-color: #FFFFFF;
	color: #E00000;
}
/* for Internet Explorer */
/*\*/
* html ul#sidebarmenu li a {
	height: 2.5em;
}
/**/

ul#sidebarmenu li a:hover {
	background-color: #D5D0EE;
	color: #FF0000;
	text-decoration: none !important;
}

ul#sidebarmenu li a#active {
	background-color: #E5E0FF;
}

#article {
	width: 665px;
	background: #FFFFFF;
	color: #000000;
	margin-top: 1em;
	padding: 0 1em 1em 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* for Internet Explorer */
/*\*/
* html #article {
	margin-top: 1em;
	width: 720px;
	height: 250px;
}
/**/

#article h2 {
	padding-top: 1em;
	padding-bottom: 0.5em;
	font-size: 150%;
	font-family: "palatino" "garamond" "Times New Roman" serif;
	font-weight: bold;
	text-align: center;
	color: #A03333;
}

#article hr {
	width: 75%;
	margin: 0.5em auto;
	text-align: center;
}

#article h3 {
	font-size: 110%;
	font-weight: bold;
	font-family: "palatino" "garamond" "Times New Roman" serif;
	color: #A03333;
	padding-top: 0.5em;
}

#article ui li h3 {
	font-size: 100%;
	font-weight: bold;
	color: #0066CC;
	padding-top: 0.5em;
}

#article p {
	padding: 0.5em 0;
	line-height: 120%;
	font-size: 90%;
}

#article p.cite {
	padding-top: 0;
	padding-right: 2em;
	font-size: 70%;
	text-align: right;
}

#article p.cite:before {
	content: "-";
}

#article dl {
	font-size: 90%;
}

#article ul {
	margin: 0.5em 0 0 1em;
	list-style-type: none;
}

#article ul li h3 {
	margin-left: -0.5em;
}

#article ul li ul {
	list-style-type: disc;
	font-size: 90%;
}

#article ul li em {
	font-size: 90%;
}

#article blockquote {
	margin: 0.5em 2em;
	padding: 0 0.5em;
	background-color: #D5D0EE;
	font-size: 80%;
}

#article blockquote ul {
	list-style-type: disc;
	font-size: 90%
}

dl#contactlist {
	padding: 0.5em;
	font-size: 90%
}

dl#contactlist dt {
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
}

dl#contactlist dt:after {
	content: ":";
}

dl#contactlist dd {
	margin: 0 0 0 160px;
	padding: 0 0 0 0.5;
}

dl#resumelist {
	padding: 0.5em;
}

dl#resumelist dt {
	float: left;
	clear: left;
	width: 170px;
	text-align: right;
	font-weight: bold;
}

dl#resumelist dt:after {
	content: " - ";
}

dl#resumelist dd {
	margin: 0 0 0.5em 175px;
	padding: 0 0 0 0.5;
}

#articlefoot {
	font-size: 60%;
	font-style: italic;
	padding-top: 2em;
}

#footer {
	position: relative;
	margin-top: -6em;
	padding: 1em 2em 2.5em 2em;
	width: 646px;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	font-size: 80%;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	z-index: 0;
}
/* for Internet Explorer */
/*\*/
* html #footer {
	width: 720px;
}
/**/
