* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #256B7F;
  }

a img {
  border: none;
  }


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 27px auto 10px auto;
  width: 950px;
  font-family: arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #499F8F url(images/bgbody2.jpg) repeat-x top left;
  background-attachment: fixed; 
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgtopwhite.gif) left top no-repeat;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  }

#header {
  margin: 0;
  padding: 5px 0 25px 0;
  }

#header h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 20pt;
  }

#header h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#header h1.sitename a:hover {
  color: #D0DE9C;
  text-decoration: none;
  }

#header h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 11pt;
  color: #A6DDEA;
  }

#header .topright {
  float: right;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 400px;
  height: 60px;
  text-align: right;
  color: #fff;
  font-size: 10pt;
  }

#header .topright a {
  color: #A6DDEA;
  }

#header .topright a:hover {
  color: #D0DE9C;
  }


#main {
  clear: both;
  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 15px 15px 10px;
  background: #fff url(images/bgwhite.gif) repeat-y top left;
  }

#contentwrapper {
  float: left;
  width: 600px;
  }
#contentwrapper h1{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#mediumText {
	font-size: 15px;
}
.float-right {
	float: left;
	padding-right: 20px;
	padding-top: 50px;
}


#contentwrapper h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}



.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Sidebars */

.sidebars {
	float:right;
	margin-top: 15px;
	margin-left: 15px;
	padding-top: 9px;
	width: 300px;
  }
.sidebars img {
	padding-bottom: 25px;
}


.sidebars h2 {
	font-size: 11pt;
	color: #fff;
	background: url(images/sidebar_title_bg.gif) left top no-repeat;
	height: 29px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 7px;
  }

.sidebars table {
  width: 300px;
  }

.sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebars li ul {
  padding: 0;
  }

.sidebars ul ul li {
	margin: 0;
	padding: 3px 2px 2px 16px;
	color: #FFFFFF;
	background: url(images/bullet.gif) left 7px no-repeat;
	line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
	border-bottom: 1px dashed #ddd;
  }

.sidebars li.nobg a:hover {
	background: none;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
  }

.sidebars a {
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
  }

.sidebars a:hover {
	color: #003399;
	font-weight: bold;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebars ul.children li {border-bottom:none;}
.sidebars ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding-top: 10px;
  color: #fff;
  text-align: left; /* IE Centering Technique */
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  line-height: 19px;
  }

#footer a {
  color: #A6DDEA;
  }

#footer a:hover {
  color: #D0DE9C;
  }

#credits {
  clear: both;
  float: left;
  margin: 0 auto;
  padding: 0 0 5px 0;
  width: 950px;
  text-align: center;
  }

/* extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }
.children a {
	color: #666666;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
#contentwrapper ul ul li {
	background: url(images/bullet.gif) left 7px no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

