/**
 * Spanky Corners -- CSS Rounded Corners by SitePoint
 *
 * Auto generated code
 * Details @ http://tools.sitepoint.com/spanky/
 * @version 1.1b
 */


body {
  background-color: #e4e4e4;
  color: #FFFFFF;
  padding-left: 11em;
  font-family: Tahoma;
  font-weight: normal;
}

ul.navbar {
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0em;
  left: 1em;
  width: 10em }

/* all curved boxes get the bottom-left corner */
div.rounded {
  background: #3c5aa4 url(bl.gif) no-repeat bottom left;
  color: #FFFFFF;
  position: relative;
  padding-top: 0;
  padding-bottom: 18px;
  margin: 1em 10px 0 0 ;
  height:100%
}

/* all elements in 'div.rounded' gets the B-R corner */
div.rounded * {
  background: #3c5aa4 url(br.gif) no-repeat bottom right;
  color: #FFFFFF;
  padding: 1em 2em 18px 0;
  margin: 0 0 -18px 18px;
  height:100%;
}

/* Scrub that B-R corner from all elements *2+* levels deep*/
div.rounded * * {
  padding: 0;
  margin: 0;
  background: none;
  color: #FFFFFF;
  height:auto
}

/* Set up some H's as 'box heads' with the T-R and T-L corners */
div.rounded h1, div.rounded h2 {
  color: #FFFFFF;
  background: #3c5aa4 url(tr.gif) no-repeat top right;
  display: list-item;
  list-style-image: url(tlc.gif);
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
}

div.rounded img{
	border:0 none;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	display:inline;
	}
	
div.rounded h1 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF}

div.rounded h2 {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF}
  
div.rounded h5 {
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF}
  
div.rounded ul.navbar a {
  background: #3C5AA4;
  font-size: 14px;
  font-weight: normal;
  margin: 0em;
  padding: 0em}
  
A:link    {text-decoration: none; color:#FFFFFF;}
A:visited {text-decoration: none; color:#FFFFFF;}
A:active  {text-decoration: none; color:#C0C0C0;}
A:hover	  {text-decoration: none; color:#FF8000;}
