html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background-color: #000;
	margin: 0px;
	font-family: 'Trebuchet MS', 'Trebuchet', 'Georgia', serif;
	font-size: 14px;
	color: #000;
}
#main {
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
	background-color: #daecff;
}
#project_main {
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
	background-color: #ffdbfc;
}
a {
	color: #3d6ce2;
}
a:link, a:visited, a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.external {
	background-image: url('/images/external.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0 13px 0 0;
}
a.sup {
	font-size: 10px;
	vertical-align: top;
}
a.h1 {
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}
a.h2 {
	font-size: 24px;
}
a.h3 {
	font-size: 18px;
}
h1 {
	color: #3d6ce2;
	font-size: 36px;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
h4 {
	color: #9fb5ed;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin: 10px 0 5px 0;
}
#logo {
	padding: 30px 30px 30px 180px;
	margin: 0 0 10px 0;
	border-style: solid;
	border-color: #fff;
	border-width: 0 0 1px 0;
	background-image: url('/images/beagle2.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#logo_purple {
	padding: 30px 30px 30px 180px;
	margin: 0 0 10px 0;
	border-style: solid;
	border-color: #fff;
	border-width: 0 0 1px 0;
	background-image: url('/images/beagle2_purple.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	padding: 25px;
	margin: 10px 0 0 0;
	clear: both;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 0 0 0;
}
#menu_container {
	float: left;
	width: 140px;
}
#top_menu_container {
	margin: 0 0 30px 0;
}
#bottom_menu_container {
}
#content {
	margin: 0 0 0 160px;
	padding: 0 20px;
}
a.top_menu, a.bottom_menu_purple, a.bottom_menu_blue {
	background-image: url('/images/menubg.png') ;
	background-position: center left;
	background-repeat: no-repeat;
	display: block;
	padding: 8px 10px 0 0;
	width: 120px;
	height: 30px;
	text-decoration: none;
	text-align: right;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px 0;
}
a.top_menu:active, a.top_menu:visited, a.top_menu:link {
	background-color: #fff;
}
a.top_menu:hover {
	background-color: #9cbfe4;
}
a.bottom_menu_purple:active, a.bottom_menu_purple:visited, a.bottom_menu_purple:link {
	background-color: #eba4e5;
}
a.bottom_menu_blue:active, a.bottom_menu_blue:visited, a.bottom_menu_blue:link {
	background-color: #a1e4f1;
}
a.bottom_menu_purple:hover {
	background-color: #c67ac0;
}
a.bottom_menu_blue:hover {
	background-color: #7bcad9;
}
a.project_menu {
	background-image: url('/images/project_menubg.png') ;
	background-position: center left;
	background-repeat: no-repeat;
	display: block;
	padding: 8px 10px 0 0;
	width: 120px;
	height: 30px;
	text-decoration: none;
	text-align: right;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px 0;
}
a.project_menu:active, a.project_menu:link, a.project_menu:visited {
	background-color: #fff;
}
a.project_menu:hover {
	background-color: #eba4e5;
}
div.code {
	margin: 20px;
	padding: 10px;
	border-style: dotted;
	border-width: 1px;
	border-color: #999;
	background-color: #fff;
	font-family: monospace;
	color: #333;
	font-size: 14px;
	white-space: pre-wrap;
}
div.doc_section {
	margin: 0 0 20px 0;
	padding: 10px;
	border-style: solid;
	border-color: #ebafe6;
	border-width: 1px;
	background-color: #fff0fe;
}
div.doc_subsection {
	margin: 0 0 5px 0;
}
.mono {
	font-family: monospace;
	background-color: #fff;
	border-style: dotted;
	border-width: 1px 0;
	border-color: #333;
}
table.doc_table {
	border-spacing: 2px;
	padding: 2px;
	border-style: solid;
	border-color: #666;
	border-width: 1px;
	margin: 10px;
}
td.doc_header {
	background-color: #ef87e6;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	border-style: solid;
	border-color: #d45aca;
	border-width: 1px;
	color: #000;
}
td.doc_main {
	background-color: #ffdbfc;
	color: #000;
	text-align: left;
	border-style: solid;
	border-color: #ef87e6;
	border-width: 1px;
	padding: 2px;
}
td.doc_white {
	background-color: #fff;
	color: #000;
	text-align: left;
	border-style: solid;
	border-color: #ef87e6;
	border-width: 1px;
	padding: 2px;
}
td.doc_yes {
	background-color: #acff7f;
	color: #1c5000;
	text-align: left;
	border-style: solid;
	border-color: #1c5000;
	border-width: 1px;
	padding: 2px;
}
td.doc_no {
	background-color: #ffa5a5;
	color: #500000;
	text-align: left;
	border-style: solid;
	border-color: #500000;
	border-width: 1px;
	padding: 2px;
}
div.browser_ie {
	background-image: url('/images/icon32_browser_ie.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
	font-size: 16px;
	font-weight: bold;
}
div.browser_ff {
	background-image: url('/images/icon32_browser_ff.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
	font-size: 16px;
	font-weight: bold;
}
div.browser_chrome {
	background-image: url('/images/icon32_browser_chrome.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
	font-size: 16px;
	font-weight: bold;
}
div.browser_opera {
	background-image: url('/images/icon32_browser_opera.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
	font-size: 16px;
	font-weight: bold;
}
div.browser_safari {
	background-image: url('/images/icon32_browser_safari.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
	font-size: 16px;
	font-weight: bold;
}
div.browser_camino {
	background-image: url('/images/icon32_browser_camino.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
	font-size: 16px;
	font-weight: bold;
}
div.browser_konqueror {
	background-image: url('/images/icon32_browser_konqueror.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
	font-size: 16px;
	font-weight: bold;
}
div.icon_windows {
	background-image: url('/images/icon32_windows.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
	font-size: 18px;
	font-weight: bold;
}
div.icon_apple {
	background-image: url('/images/icon32_apple.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
	font-size: 18px;
	font-weight: bold;
}
div.icon_fedora {
	background-image: url('/images/icon32_fedora.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
	font-size: 18px;
	font-weight: bold;
}

