body
{
	background-color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
}

div.structure
{
	margin: 0 auto 0 auto;
	width: 740px;
}

/* Text */

h1
{
	color: #0D5ECB;
	/*font-family: "trebuchet MS", Arial, Helvetica, serif;*/
	font-size: 30px;
	margin: 0 0 15px 0;
	padding: 0;
}

h2
{
	border-bottom: 1px solid #0D5ECB;
	color: #0D5ECB;
	/*font-family: "trebuchet MS", Arial, Helvetica, serif;*/
	font-size: 22px;
	font-weight: normal;
	margin: 15px 0 15px 0;
	padding: 0;
}

p, ul
{
	color: #333;
	font-size: 16px;
	/*font-family: Georgia, Palatino, Times, serif;*/
	line-height: 1.4em;
}

p span
{
	font-weight: bold;
}

div.statement p
{
	color: #0D5ECB;
	font-style: italic;
}

blockquote
{
	background: url(../images/quote_open.gif) left top no-repeat;
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
}

blockquote p
{
	background: url(../images/quote_shut.gif) 100% bottom no-repeat;;
	font-style: italic;
	margin: 0;
	padding: 0 50px 10px 0;
}

img { border: none; }

a
{
	color: #0D5ECB;
	font-weight: bold;
}

a:hover
{
	color: #000;
}

/* Header */

div#header
{
	background: #3090EC url(../images/bckgrd_gradient.gif) left top repeat-x;
	padding: 0;
}

div#header div.structure#cloud
{
	background: url(../images/device_cloud.gif) 100% top no-repeat;
	padding: 20px 0 5px 0;
}

div#header div.structure#cloud p
{
	color: #222;
	float: right;
	font-weight: bold;
	padding: 0;
	text-align: right;
}

/* Navigation */

div#header div.structure ul
{
	font-size: 14px;
	height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 0;
}

div#header div.structure ul li
{
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

div#header div.structure ul li a
{
	color: #FFF;
	text-decoration: none;
}

div#header div.structure ul li a:hover
{
	text-decoration: underline;
}

div#header div.structure ul li.selected
{
	color: #0D5ECB;
	background-color: #FFF;
	padding: 0 4px;
	text-decoration: none;
}

/* Content */

div#blueskycontent
{
	background: #FFF url(../images/bckgrd_shadow.gif) left top repeat-x;
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
}
/*
div#blueskycontent div.structure ul li
{
	list-style-type: square;
}*/

div#blueskycontent div.structure ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div#blueskycontent div.structure ul li
{
	background: url(../images/rhombus.gif) left 5px no-repeat;
	padding: 0 0 0 20px;
	list-style-type: none;
}

div.structure img#portrait
{
	float: right;
	margin: 0 0 10px 10px;
}

/* Footer */

div#footer
{
	color: #999;
	padding: 0 0 20px 0;
}

div#footer div.structure
{
	border-top: 1px dotted #CCC;
	padding: 8px 0 0 0;
}

div#footer ul
{
	float: left;
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

div#footer ul li
{
	float: left;
	margin: 0 4px 0 0;
	padding: 0 3px;
}

div#footer ul li a
{
	color: #999;
	text-decoration: none;
}

div#footer ul li a:hover
{
	text-decoration: underline;
}

div#footer ul li.selected
{
	color: #FFF;
	background-color: #999;
	text-decoration: none;
}

div#footer p
{
	clear: both;
	font-size: 10px;
	margin: 10px 0 0 0;
}

div#footer p a
{
	color: #999;
	text-decoration: none;
}

div#footer p a:hover
{
	text-decoration: underline;
}

div#footer div.structure p span
{
	color: #999;
	font-weight: normal;
}