@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	background: #000066;
}

#header {
	text-align: center;
}

#header h1 {
	display: none;
}

#header img.with_karen {
	float: right;
	margin-right: 120px;
	margin-top: -5px;
}

#container {
	background-color: #000066;
}

#primary_nav {
	background: url(../images/nav/rounded_nav_box.gif) repeat-y;
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
	text-align: center;
}

#primary_nav a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
	background-color: #abccfb;
	border: 1px solid #abccfb;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#primary_nav a.selected {
	background-color: #ccc;
	color: #000000;
	cursor: auto;
}

#primary_nav a.selected:hover,active {
	background-color: #ccc;
	color: #000000;
	cursor:auto;
}

#primary_nav a:hover,active {
	color: #8c0094;
	background-color:#d6eff7;
	border: 1px solid #d6eff7;
}

#tag_cloud {
	background: #033e85;
	margin-top: 15px;
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
	text-align: center;
}

#tag_cloud p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c3d9ff;
	margin-top: 15px;
	margin-bottom: 15px;
}

#mainContent {
	padding: 20px;
	border-top: 5px groove #abc;
	border-left: 5px groove #abc; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c3d9ff;
	text-align: center;
}

#mainContent h2, h3 {
	padding: 5px;
}

#mainContent h1 {
	padding: 15px;
	font-size: 22px;
	line-height: 1.3em;
}

#mainContent h2 {
	font-size: 16px;
	line-height: 1.2em;
}

#mainContent h3 {
	font-size: 15px;
}

#mainContent p {
	font-size: 16px;
	padding: 10px;
	line-height: 1.2em;
}

#mainContent p.light_green {
	color: #33CCCC;
	font-size: 16px;
}

#mainContent p.green_bubble, div.green_bubble {
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
	color: #33CCCC;
	background-color:#033E85;
}

#mainContent div.green_bubble {
	margin-top:30px;
}

#mainContent p.grey_bubble {
	margin-top: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
	background-color: #9999cc;
	color: #800080;
}

#mainContent img {
	margin: 5px;
}

#mainContent img.green_rounded_img_glow {
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
	border: 1px solid #33cccc;
}

#mainContent img.floating_img {
	margin: 15px;
	padding: 5px;
}

#mainContent a {
	color: #9999cc;
}

#mainContent ul {
	margin-left: 60px;
	list-style-image: url(../images/abalbul1.gif);
	line-height:1.2em;
}

#footer {
	margin-top: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c3d9ff;
}

#footer p {
	background: #033e85;
	color: #c3d9ff;
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
	font-size: 10px;
}