html {
	background: #EDEDED;
}

body {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

hr {
	color: #DDDDDD;
}
	
a {
	border: 0;
	color:#004A80;
	text-decoration:none;
}

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

img {
	border: 0;
    max-width:565px;
}

.center {
	text-align: center;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 850px;
}

#page_header {
	color: white;
	height: 61px;
	border-bottom: 1px solid black;
	position: relative;
	background-repeat: repeat;
	background-image: url(../images/title.gif);
}

#submenu {
	height: 29px;
}

#submenu ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 150%;
    border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-image: url(../images/menu_background.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 848px;
	float: left;
}

#submenu .c1{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
    border-right: 1px solid #CCCCCC;
}

#submenu .c2{
    float: right;
    list-style-type: none;
    margin: 0;
	padding: 0;
	text-align: center;
    border-left: 1px solid #CCCCCC;
}

#submenu a {
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding: 4px 10px;
	
}

#submenu a:link, #submenu a:visited {
	color: #444444;
}

#submenu a:hover {
	color: #FFFFFF;
	background-color: #3C68B5; //#FF9900;
}

#submenu a:active {
	color: #FFFFFF;
	background-color: #5B83C9; //#FFCC00;
}

#page_body {
	background-color: #EBEFF7;
	margin: 0pt;
	padding: 0pt;
	position: relative;
	line-height: 1.4;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#page_body2 {
	position: relative;
	padding:10px;
	margin: 0pt;
	width:828px;
	background-color: white; 
	line-height: 1.4;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#page_footer {
	color: #333;
	text-align: center;
	padding-top: 8px;
	position: relative;
	height: 25px;
	font-size: 9pt;
}

#sidebar {
	background-color: #EBEFF7;
	margin: 0pt;
	padding: 0pt;
	top: 0px;
	width: 250px;
	position: absolute;
	left: 598px;
}

#sidebar .item {
	color: #5C5D74;
	padding: 10px 15px;
}

#sidebar .item * {
	margin: 0px;
}

#sidebar .item h4 {
	font-size: 110%;
	margin-bottom: 0.2em;
}

#sidebar .item p {
	font-size: 90%;
	margin-bottom: 0.4em;
}
	
#sidebar .item ul {
	font-size: 90%;
	margin-top: 0.6ex;
	padding-left: 1.2em;
}

#sidebar .item img {
	border: 0; 
	margin-top: 6px;
}

#content {
	background-color: white;
	margin: 0px;
	padding: 15px;
	width: 567px;
	min-height: 635px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-right: 1px solid #999999;
}

#content h2 {
	margin-bottom: 0.5ex;
	text-shadow: 2px 2px 3px #c0c0c0;
}

#content h3 {
	margin-bottom: 0.5ex;
}

#content p {
	margin-top: 0.5ex;
}

#content ul {
	margin-top: 0.5ex;
	margin-left: 0;
	padding-left: 1.5em;
}

#content  li {
	margin-top: 0.5ex;
	padding-left: 0;
}

#content *:first-child {
	margin-top: 0px;
}

.example
{
	display: block;
	background-color: #f7f7f7;
	padding: 5px 10px;
	line-height: 16px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #d3d3d3;
	font-family: Monaco, monospace;
	font-size: 11px;
	width: 250px;
}

.filename
{
	display: block;
	background-color: #e8e8e8;
	padding: 5px 10px;
	line-height: 12px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid gray;
	border-bottom: 1px solid #a6a6a6;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	color: #383838;
	width: 250px;
}

.box
{
	background-color: #ffff99;
	padding: 10px 10px;
	border: 1px solid gray;
}

.box2
{
	background-color: #FEEDF6;
	padding: 10px 10px;
	border: 1px solid gray;
}

.box3
{
	padding: 7px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #d5d5d5;
}