html, head { width:100%; margin:0px; padding:0px; }
body { width:100%; background-color: #f8faff; }
body, table, tr, td {
	margin:0px; padding:0px; outline-width:0px;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:12px;
	color:#000000;
}
table, tr, td {
	text-align: left; vertical-align: top;
	border-width:0px; border-spacing:0px;
	/*width:100%;*/
}
#main tr, #main th, #main td { text-align: left; vertical-align: top; }
/* Table */
#main {
	width:500px; height:300px; padding: 0px; margin-top: 50px;
	margin-left: auto; margin-right: auto; text-align: center;
	background-color:#ffffff; border:1px solid #864e28;
}
#header { height:77px; background-image: url(img/headr.jpg); background-repeat:repeat-x; }
#navigation { width:150px; height:211px; background-image: url(img/securetux.jpg); background-repeat:repeat-y; }
#content { padding: 5px; padding-right:7px; background-color:#ffffff; }
div.navigation {
	padding: 10px; padding-top:0px; padding-right:15px;
	/*background-image: url(img/navbg.png); background-position: bottom left; background-repeat:repeat-x; */
}
/*#context { width:150px; background-image: url(img/context.jpg); background-repeat:repeat-y; }*/
#footer { height:23px; background-image: url(img/footerr.jpg); background-repeat:repeat-x; }
/* Divs */
div.header { height:100%; width:100%; background-image: url(img/devlogo.jpg); background-repeat:repeat-x; /*float:left;*/ }
/*div.header-text { padding: 5px; text-align: right; vertical-align: top; color:#fdeadf; }*/
div.title { padding: 5px; }
div.members table, div.members tr, div.members td, div.members th {
	margin: 3px; padding:1px; padding-left:2px; padding-right:2px;
}
div.members th  { padding-bottom: 7px; }
/*input { width:150px; font-size:10px; }input.submit { background-color: #e8eaff; }*/
input { width:200px; font-size:10px; background-color: #e8eaff; }
textarea { width:200px; height:100px; background-color: #e8eaff; }
select { width:200px; background-color: #e8eaff; }

div.text { padding: 5px; }
div.context { padding: 10px; padding-left:15px; }
div.footer-bar { float:left; height:23px; } 
div.footer-bar2 {
	height:23px; /*background-image: url(img/footer2.jpg);
	background-repeat:repeat-y; background-position: top right;*/
}
div.footer-text {
	padding-right:5px; padding-top:5px;
	text-align: right; vertical-align: bottom;
	color:#000000; font-size:10px;
} 
.navpoint {
	margin:3px; margin-top:7px; margin-bottom:7px; padding:2px;
	font-size:13px; font-weight:bold; 
	background-color:#ffba8c; background-image: url(img/navp.jpg);
	/*filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80; */
	border-width:2px;
	border-style:outset;
	border-color:#ffba8c;
}
h1 {
	font-size:17px; font-weight:bold; line-height:0px; padding:0px;
	margin-top:5px; margin-left:0px; margin-bottom: 5px;
}
h2 {
	font-size:13px; font-weight:bold; line-height:0px; padding:0px;
	margin-top:0px; margin-left:0px; margin-bottom: 10px;
	padding-top:10px;
}
hr {
	border-width:1px; border-style:solid; border-color:#864e28;
	padding:0px; margin:0px; line-height:0px; 
	text-align:justify;
}
a { color:#864e28; text-decoration:none; }
a:hover { color:#436761; }
#active  { color:#214540; }
/* List Table */
table.list , table.list tr , table.list th, table.list td {
	border-width:1px; border-style:solid; border-color:#e8eaec; text-align:justify;
	border-top-color:#e8eafc;
}
table.list  { padding:2px; width:100%; }
table.list tr , table.list th, table.list td{ padding:5px; }
table.list th { background-color:#e8eaff; border:1px solid #e8eaec; color:#864e28; text-shadow:#864e28; }
table.list td { background-color:#f8f8f9; border:1px solid #e8eaec; }
#context-table { width:100%; }
