@charset "UTF-8";
body {
	font: 90% Tahoma, "Comic Sans MS", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #00FFFF url(../images/bg-header-skybubbles.jpg) repeat-x;
}

table, tr {padding: 0; margin: 0;}
td, th {
	text-align:left;
	border-bottom: #CCC 1px solid;
	margin: 0;
	padding: 3px 5px;
	}
	
.twoColElsRt #container {
	width: 70em;
	margin: 0 auto 0 auto; 
	text-align: left;
	background: url(../images/header-bubbles.png) no-repeat;
}
 
.twoColElsRt #sidebar {
	float: right;
	width: 30em; 
	background: url(../images/shadow-rt.png) no-repeat right top;
}
.twoColElsRt #sidebar h3, .twoColElsRt #sidebar p {
	margin: auto 10px; 
}
.sidebarcontent {
	margin: 161px 62px auto auto;
	background: #00FFFF url(../images/shadow-rt.png) no-repeat;
}

.twoColElsRt #mainContent {
	margin: 0; 
	background: url(../images/shadow-lt.png) no-repeat;
	width: 40em;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: auto auto auto 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: auto 8px auto auto ;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#logo {	margin: 0 0 -67px 10px;}
#content {
	background:#FFFFFF url(../images/corner-rt-white.jpg) no-repeat right bottom; ;
	margin: auto auto auto 62px;
	padding: 80px 0 0 0;
}
#content p, #content h2, #content h3, #content h4, #content ul, #content form, #content ol, #content dl, #content table { margin: .75em 2.5em;}

/*  BUTTONS 
*/

ul.buttons {
	background: url(../images/border-dots-cyan.gif) repeat-x left bottom;
	padding: 0 0 50px 0;
	margin: 10px;
}
ul.buttons li {
	padding: 1em 1.5em 1em;
	list-style: none outside;
	border-bottom: #FFF 1px solid;
	min-height: 117px;
}
ul.buttons img { margin: auto 8px auto auto; }
ul.buttons li.borderless { border-bottom: none;}


/*  FOOTER
*/

div#footer {
	background: url(../images/corner-left-footer.gif) no-repeat left top;
	margin: 1.5em auto auto 62px;
	font-size: 80%;
}
div#footer p {
	background: url(../images/bg-footer.gif) repeat-x;
	height: 42px;
	margin: 0 0 0 18px;
	padding: 10px 0 0 2em;
}
div#footer ul {
	background: url(../images/corner-right-footer.jpg) no-repeat right top;
	float: right;
	display:inline;
	margin: 0px;
	padding: 10px 2.5em 0 0;
	list-style: none;
	height: 42px;
	}
div#footer li {
	display: inline;
	padding:  auto .5em auto auto;
	}
#footer a {
	font-weight: bold;
	text-decoration: none;
	}
#footer a:active, #footer a:hover {
	text-decoration: underline;
	color: #F00;
	}


/*  NAVBAR 
*/

#navbar {	
	background:url(../images/navbar/bg-nav-yellow-red.png) no-repeat right top;
	text-align: center;
	height: 36px;
	width: 70em;
	margin: 0 auto;
	}
#navbar a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 2em;
	height: 36px;
	}
#navbar .blue { 
	padding: 0;
	float: right;
	height: 36px;
	background: url(../images/navbar/bg-nav-blue.png) repeat-x; 
	}
#navbar .yellow { 
	padding: 0;
	float: right;
	height: 36px;
	margin: auto 30px auto auto;
	background: url(../images/navbar/bg-nav-yellow.png) repeat-x; 
	}
#navbar .yellow a{ color: #282576;}
#navbar .red {
	padding: 0;
	float: right;
	height: 36px;
	background: url(../images/navbar/bg-nav-red.png) repeat-x; 
	}

p.space {padding-bottom: 60px;}
 .strikeout {text-decoration: line-through; }
 
 dt {
 	font-weight: bold; 
	color: #0085FF;
	}
dd {
	margin-bottom: 1em;
	margin-left: 1em;
	}
	
.separated {text-align: center;}
dl.separated dd {
	border-bottom: #0FF 1px solid;
	padding-bottom: 1em;
	margin-bottom: 1em;
	text-align:left;
	}
	
h3.separated{
	border-top: #0FF 1px solid;
	padding-top: 3em;
	margin-top: 3em;
	}