body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: white;
	background-image: url(background.jpg);
	margin: 0;
}
a:link, a:visited, a:active {
	color: black;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	width: 850px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
	background: #D8D2C3;
	background: #F3F2EB;
}
.banner, .search_box {
	height: 80px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	background:black;
}

.banner {
	background-image: url(header3.jpg);
	width: 630px;
	padding-left: 20px;
	float: left;
	text-align: left;
}
.search_box {
	float: right;
	clear: right;
	width: 200px;
}


.bar { 
        height:20px;
        width:850px;
        clear:both;
        background: #660033;
}



.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.banner a {
	color: #FFFFFF;
}

.menu {
	float: left;
	width: 160px;
	margin: 10px;
	margin-top: 3px;
	margin-left:20px;
}

.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0px;
	font-weight: normal;
}

.menu li ul {
	margin-left: 2em;
	list-style: square;
}

.menu li ul li  {
	color:black;
	list-style: square;
	font-weight: normal;
}

li.menu-current {
	border-top: 1px solid #660033;
	border-bottom: 1px solid #660033;

}

li.menu-current a {
	color: #660033;

}

li.menu-expand.menu-sibling{
	font-weight: bold;
	list-style: square;
	
}

li.menu-expand{
        font-weight: bold;
        list-style: square;

}


.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}

.content ol  {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-color:#DCE6DC;
border:2px solid #D8D2C3;
padding:10px;
}

.content li {
	margin-left:2em;
	margin-top: 1em;
}

.content ul  {  
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-color:#DCE6DC;
border:2px solid #D8D2C3;
padding:10px;
}

.toc li {   
	margin-top: 0em;
        margin-left:1em;
	list-style-type: none;
	font-weight:bold;
}

.page.indent {
        margin-left:2em;
	list-style-type: square;
	font-weight:normal;
}

.page.extraindent {
        margin-left:3em;
        list-style-type: circle;
	font-weight:normal;
}


.video { 
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-color:#E6DFCF;
border:2px solid #D8D2C3;
margin:2em;
padding:5px;
}


.code {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-color:#E6DFCF;
margin:2em;
padding:5px;
}

.note {
	background:yellow;
}

.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	border-bottom: 1px dashed #999999;
}
.menu_main a:hover {
	border-bottom: 1px dashed #333333;
}
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.content {
	margin-left: 180px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;
	border-left: 1px solid #660033;

}
.footer {
        background: #660033;
	clear: both;
	height: 20px;
	background-repeat: repeat-x;
	font-size: 10px;
	color: white;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}

td.post_title {
	padding-top:2em;
}

.highlight {

    background-color:yellow;
}
