@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);

*


{
	top:0px;
	margin-top:0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a:hover {

}
h2,h3
{
	font-weight: normal;
	text-shadow: 0 1px 1px #222222;
}

body
{
	top:0px;
	margin-top:0px;
	margin:0px; 
	font-family: Times, Georgia, serif;
	background: #3366FF;
	color: #000000;
	text-shadow: 0 0px 0px #222222;
	font-size: 14pt;
}
#side-middle
{
	font-family: Times, Georgia, serif;
	background: #ffffff;
	color: #000000;
	text-shadow: 0 0px 0px #222222;
	font-size: 14pt;
}
#side-right
{
	font-family: Times, Georgia, serif;
	background: #ffffff;
	color: #000000;
	text-shadow: 0 0px 0px #222222;
	font-size: 14pt;
}

#nav
{
	background: #3366FF;
	height: 30px;
	border-bottom: solid 0px #303030;
	text-align: center;
	line-height: 30px;
	padding: 10px 0 10px 0;
}

#nav a
{
	display: inline-block;
	height: 31px;
	padding: 0 1em 0 1em;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 3px 2px #000000;
	font-size: 22pt;
	font-weight: bold;
}

#nav a.active
{
	background: #000000;
	border-left: solid 1px #303030;
	border-right: solid 1px #303030;
	border-top: solid 1px #303030;
	color: #ffffff;
}
#nav a:hover 
{
	color: #0000ff;
}
#header
{
	text-align: center;
	padding: 2em 0 2.25em 0;
}

#footer
{
	text-align: center;
	padding: 2em 0 4em 0;
	color: #ffffff;
	text-shadow: 0 1px 0px #222222;
	font-size: 14pt;
}

#header a, #footer a
{
	color: #cccccc;
}

#header a:hover, #footer a:hover
{
	color: #ffffff;
}
 
hr {
    border: none;
    border-top: 3px double #333;
	color: #333;
    overflow: visible;
    text-align: center;
    height: 9px;
}

h1
{
	color: #ffffff;
	font-size: 3.5em;
	font-weight: normal;
	text-shadow: 0 2px 10px #222222;
}

a
{
	color: #2094E6;
	text-decoration: underline;
}

a:hover
{
	color: #60D4FF;
}

.bullet
{
	padding: 0 0.5em 0 0.5em;
	color: #666666;
}

#main
{

	background: #3366FF;
}

#doc
{
	width: 798px;
	background: #ffffff;
	color: #303030;
	padding: 3em;
	text-shadow: none;
	margin: 0 auto;
	text-transform: none;
	line-height: 1.75em;
	border: solid 1px #d3d3d3;
}

#doc h2
{
	font-size: 2.25em;
	margin: 2.5em 0 1em 0;
	color: #111111;
	text-align: center;
	padding: 0 0 0.75em 0;
	border-bottom: solid 1px #d7d7d7;
}

#doc h2.first
{
	margin-top: 0;
}

#doc p
{
	margin: 0 0 2em 0;
}

#doc dt
{
	font-weight: bold;
	margin: 0 0 1em 0;
	color: #111111;
}

#doc dt span
{
	font-weight: normal;
}

#doc dd
{
	padding-left: 1.5em;
	margin: 0 0 1em 0;
}

#doc dl
{
	margin: 0 0 2em 0;
}

#doc table
{
	border-collapse: collapse;
	margin: 0 0 2em 0;
}

#doc table th, #doc table td
{
	border: solid 1px #dddddd;
	padding: 0.75em;
}

#doc table th
{
	text-align: left;
	background: #303030;
	border: solid 1px #505050;
	color: #ffffff;
	font-weight: normal;
}

#doc table .required
{
	text-align: center;
}

#doc table .default
{
	text-align: center;
}

#doc table td.default
{
	font-style: italic;
	white-space: nowrap;
}

#doc table .b
{
	background: #f0f0f0;
}

#doc table a
{
	white-space: nowrap;
}

#doc code, #doc pre
{
	font-size: 1.5em;
	border: dashed 1px #b0b0b0;
	background: #e4e4e4;
	padding: 0.25em;
}

#doc pre
{
	padding: 1.5em;
	margin: 0 0 2.5em 0;
	line-height: 1.2em;
}