body,
html {
    margin: 5px;
    padding: 0;
    background:#DDD;
	color: #333;
    width:740px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

body {
	background: white;
	color: black;

	position:absolute;
	top: 10px;
	left: 50%;
	margin-left: -370px;

	border: 1px solid #888;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-box-shadow: 10px 10px 20px #BBB;
}

p, dd, li {
	font-size: 0.8em;
	line-height: 1.5em;
}

input {
	font-size: 1.0em;
	line-height: 1.0em;
}

dt {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 2.0em;
}

li {
	margin: 10px 0 0 0 ;
}

dt {
	margin: 10px 0 0 0;
}

a {
	text-decoration: none;
	color: #0066cc;
}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#content h1 {
	margin: 50px 0px 10px 0px;
	font-family: Arial, Sans-Serif;
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 1.0em;
}

h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	line-height: 1em;
	margin: 30px 0 3px 0;
	}

h2 a {
	color: #333;
}

h2 a:hover {
	color: #06c;
	text-decoration: none;
}

h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	line-height: 1em;
	margin: 15px 0 3px 0;
	}

h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 1em;
	margin: 30px 0 3px 0;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #666;
	}

#header {
	margin: 10px 10px 0px 10px;
	background: url("header.png") no-repeat bottom center;
	width:720px;
	height:96px;
    text-align:center;
	}

#header h1 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
    color: #FFF;
    text-align:center;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 2.6em;
    }

#header small {
	font-size: 0.8em;
	font-weight: normal;
	color: #FFF;
}

#content {
	float:left;
	margin: 0px;
	padding: 0px 30px 30px 30px;
    width:470px;    
    background:#FFF;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: justify;
    }

#content .author {
	margin: 10px 0px 40px 0px;
	padding: 0px;
}

#sidebar {
	margin: 0;
	padding: 40px 0 0 0;
    background: white;
    float:right;
    width:200px;    
    }
   
#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 0.8em;
	margin: 18px 0 5px 0;
}

#sidebar li {
	list-style: none;
	margin: 2px 10px 3px;
	font-size: 0.8em;
	}

#sidebar ul ul li:before {
	content: "\00BB \0020";
}


#footer {
    background:#FFF;
    clear:both;
    text-align: center;
    font-size: 0.8em;
}

table {
	border-collapse: collapse;
	font-size: 0.8em;
}

th {
	border: 1px solid #888;
	background-color: #DDD;
	padding: 2px;
	text-align: center;
}

td {
	border: 1px solid #888;
	padding: 5px;
}

pre {
}

.noborders td, .noborders tr, .noborders {
	border:  none;	
}

.note {
	border: none;
	font-size: 0.8em;
	text-align: right;
}

form table tr td:first-child {
	text-align: right;
	vertical-align: top;
	padding-top: 9px; 
}

form table tr td[class = "title"] {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	line-height: 1em;
	padding: 1.5em 0 0 0;
}

textarea, input[type="text"]
{
	border: 1px solid #888;
	padding: 2px;
}

.image {
	text-align: center;
	margin: 30px 0 30px 0;
}

.framed_image  {
	text-align: center;
}

.framed_image img {
	border: 1px solid #666;
	text-align: center;
	margin: 30px 0 10px 0;
}

img {
   border: none;
}

.caption {
	margin-left: 25px;
	margin-right: 25px;
}

.tiny {
	font-size: 9px;
	text-align: right;
	color: gray;
	padding: 0 20px 0 0;
}


.box
{
	border: 1px solid gray;
	background-color: #FFFFEE;
	padding: 10px;
	overflow-x: auto;
}



#comment {
	float:left;
	margin: 0px;
	padding: 0px 30px 30px 30px;
    width:470px;    
    background:#FFF;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: justify;
    }

