@charset "UTF-8";
/* CSS Document */


/* LAYOUT STYLES
-----------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	background-image: url("../img/body-bg.jpg");
	background-repeat: repeat-y;
	background-position: center;
	background-color:#e1e1e1;
	line-height:18px;
}

#container {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#menu {
	float:left;
	width:160px;
	text-align:right;
}

#wrapper {
	float:right;
	width:840px;
}

#header {
	width:840px;
	height:200px;
}

#main {
	width:840px;
}

.inner {
	padding:40px;
}

.columns {
	width:100%;
	overflow:hidden;
}

.leftcol, .rightcol {
	width:360px;
}

.leftcol {
	float:left;
}

.rightcol {
	float:right;
}

#footer {
	padding:40px;
	color:#999;
	border-top:1px solid #b7b7b7;
}


/* NAVIGATION STYLES
-----------------------------------------------------------------------------*/

#menu ul {
	list-style-type:none;
	width:160px;
}

#menu ul li a {
	display:block;
	padding:9px 9px 9px 0;
	background-image:url(../img/menu-li-a-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#6c96b4;
	}
	
#menu ul li a:hover, #menu ul li a.selected {
	color:#1f5c93;
	background:none;
	padding-right:18px;
	background-image:url(../img/menu-li-a-hover-bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
}


/* TEXT STYLES
-----------------------------------------------------------------------------*/

h1, p, ul, ol, dl, table, img {
	margin-bottom:18px;
}

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1, h2 {
	font-weight:normal;
	color:#ae81a4;
}

h1 {
	font-size:36px;
	line-height:45px;
}

h2 {
	font-size:18px;
	line-height:27px;
	margin-bottom:9px;
}

h2.date {
	font-size:27px;
	line-height:36px;
	padding-top:9px;
	border-top:1px solid #e1e1e1;
	margin-bottom:9px;
	color:#ae81a4;
}

h3 {
	font-size:14px;
	margin-bottom:4.5px;
	color:#666;
}

p.intro {
	font-size:18px;
	line-height:27px;
}

#wrapper ul, ol {
	margin-left:2em;
}

a {
	color:#ae81a4;
}

a:hover {
	text-decoration:none;
}

.annotation {
	font-style:italic;
}

blockquote {
	font-size:27px;
	line-height:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:1px dotted #ae81a4;
	padding:18px 0;
	background-image:url(../img/blockquote-bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

blockquote p.name {
	font-size:12px;
	line-height:18px;
	margin-top:9px;
	color:#ae81a4;
	font-weight:bold;
	margin-bottom:0;
}

blockquote p.title {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:0;
}


/* TABLE STYLES
-----------------------------------------------------------------------------*/

table tr th, table tr td {
	background:#e1e1e1;
	padding:10px;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
}