body {

	font-family: Trebuchet MS, Tahoma, Verdana, Arial;

	font-size: 1em;

	background-color: #f6f6f6;

	background-image: none;

}



img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}
img.float-right {
  float: right;	
  margin: 5px 5px 5px 10px;  
}
img.float-left {
  float: left;	
  margin: 5px 10px 5px 5px;
}


td {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 16px

}



a:link {

	color: #00688B;

	text-decoration: none

}



a:visited {

	color: #000055;

	text-decoration: none

}



a:hover {

	color: #000000;

	text-decoration: none

}



#wrapper {

	position: relative;

	width: 800px;

	text-align: center;

	margin-left: auto;

	margin-right: auto;

	margin-top: 5px;

	margin-bottom: 5px;

	border-top: #000000 solid 1px;

	border-bottom: 1px solid #000000;

	border-left: #000000 solid 1px;

	border-right: 1px solid #000000;

}



/* @group Header */



#header-wrap {

	background: #000000;

	width: 800px;

	clear: both;

	float: left;

	width: 100%;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

}



#header {

	width: 100%;

}



.headertext {

	text-align: left;

	color: #00688B;

	font-weight: bold;

	padding: 0px 0 0 30px;

	letter-spacing: -0px;

	/*text-shadow: silver 1px 1px 1px;*/

	font-size: 36px;

}


/*Navigation*/



#nav {

	width: 100%;

	margin: 0px;

	padding: 2px 0 2px 0px;

	text-align: left;

	background: #000000;

}



#nav ul {

	margin-right: 00px;

	list-style: none;

	display: inline;

}



#nav li {

	list-style: none;

	display: inline;

	margin: 0 7px 0px 0px;

	list-style-type: none;

}



#nav a {

	color: #eeeeee;

	font-weight: normal;

	text-decoration: none;

	border-bottom: 0px solid #0000CC;

	/*text-shadow: silver 0.5px 0.5px 0.5px;*/

	font-variant: small-caps;

	font-size: 1.18em;

}

#nav_large li {

	list-style: none;

	display: inline;

	margin: 0 20px 0px 10px;

	list-style-type: none;

}

#nav_large a {

	color: #eeeeee;

	font-weight: normal;

	text-decoration: none;

	border-bottom: 0px solid #0000CC;

	/*text-shadow: silver 0.5px 0.5px 0.5px;*/

	font-variant: small-caps;

	font-size: 1.22em;

}

#nav a:hover {

	text-decoration: none;

	border-bottom: 1px solid #0000CC;

}



/* @end */



/* @group Content */



#content-wrap {

	clear: both;

	float: left;

	width: 100%;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	text-align: justify;

	background: white;

}



#content {

	/*margin: 10px 5px 10px 5px;

	*/


	text-align: left;

	padding: 5px 20px 5px 30px;

}



/* content */



#content h1 {

	border-bottom: 1px solid gray;
        clear: both;

	padding: .5em 0 0 0;

	color: #00688B;

	font-size: 1.5em;

	/*text-shadow: silver 1px 1px 1px;*/

}



#content h2 {

	border-bottom: 1px solid gray ;
        clear: both;

	padding: .1em 0px 0 .2em;

	color: #111111;

	font-size: 1.2em;

	/*text-shadow: silver 1px 1px 1px;*/

}



#content p {
	padding: 0em 0 .1em .5em;
	line-height: 1.3em;
	text-align: justify;

}



#content ul {

	list-style-image: url(images/li.gif);

	padding: 0em 0em .1em 2em;

	line-height: 1.3em;

}



#content li {

	padding-bottom: 0.5em;

}



#content li:hover {

	background: url(images/fauxalpha.png) transparent repeat center;

}



#content a {

	color: #00688B;

	font-size: 1em;

	text-decoration: none;

	border-bottom: 0px solid #6666CC;

}



#content a:hover {

	text-decoration: none;

	border-bottom: 1px solid #6666CC;

}



/* main */



#main {

	float: left;
	text-align: left;

	width: 68%;

	margin: 0 0 0px 0;

	padding: 0;

}



#main-no-nav {

	float: left;

	width: 98%;

	margin: 0 0 0px 0;

	padding: 0;

}


/* @group Footer */



#footer-wrap {

	margin: 0px;

	clear: both;

	padding: 0px 0px 0px 0px;

	text-align: left;

	height: 50px;

	width: 800px;

	background: #f6f6f6;

	float: none;

}



#footer {

	padding: 0px 0px 0px 0px;

}



#footer p {

	/*color: #00688B;*/

	padding: 10px 0px 0px 20px;

	line-height: .8em;

	font-size: .9em;

}



div.codeblock, div.infoblock {
	margin-right: 0%;
	margin-top: 1.2em;
	margin-bottom: 1.3em;
}

div.blocktitle {
	font-weight: bold;
	color: #f0f0ff;
	margin-top: 1.2em;
	margin-bottom: 0.1em;
}

div.blockcontent {
	border: 1px solid silver;
	padding: 0.3em 0.5em;
}

div.infoblock > div.blockcontent {
	background: #f0f0ff;
}

div.blockcontent p + ul, div.blockcontent p + ol {
	margin-top: 0.4em;
}

div.infoblock p {
	margin-bottom: 0em;
}

div.infoblock li p, div.infoblock dd p {
	margin-bottom: 0.5em;
}

div.infoblock p + p {
	margin-top: 0.8em;
}

div.codeblock > div.blockcontent {
	background: #f0f0ff;
}



/* @end */