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

html {
	padding-top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	background-image: url(../images/bgradient.gif);
	background-repeat: repeat-x;
	background-color:#B4E2EF;
	text-align:center;
}
h1 {
	color:#ca4328;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.1em;
	font-weight:normal;
	margin:0px;
	
}
h2 {
	color:#ca4328;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:normal;
	/*padding:0px;
	margin:0px;*/
}

div#container1 {
	width:614px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:12px;
	padding-bottom:12px;
}



div.content-body {
	background-color:#FFFFFF;
	padding:10px;
	position:relative;
}
  
div.content-body{
	float:none;
}
div#top-block-leftcolumn {
	width:350;
	
}

div.logo-box {
	width:350px;
	float:none;
}
div#logo {
	background-color:#e6f5f8;
	background-image:url(../images/logo.png);
	display:block;
	width:144px;
	height:177px;
	position:relative;
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	margin-right:8px;
	
}
div#near-logo {
	width:194;
	height:177px;
}
div#column-content {
	width:347px;
	
	float:none;
	background:#e6f5f8;
	margin-top:10px;
}
div#column-content div{
	padding:8px;
}
div#column-content h2 {
	padding:0px;
	margin:0px;
}

div#top-block-rightcolumn {
	position:absolute;
	top:8px;
	left:365px;
	width:243px;
	
}
div#top-block-rightcolumn img{
	padding:2px;
}

div#bottom-block {
	float:none;
	margin-top:10px;
	margin-bottom:10px;
}
div#bottom-left-column{
	width:220px;
	margin-right:10px;
	float:left;
	margin-bottom:12px;
}
div#bottom-right-column{
	width:384px;
	margin-left:230px;
}

div#footer {
	text-align:right;
	padding-top:12px;
	font-size:0.8em;
	color:#000066;
}
img#left-column-img {
	border:5px solid #f2ee7d; 
	margin-left:auto;
	margin-right:auto;
	
}

/*styles pertaining to rounded corners*/
div.topright {
	background-image: url(../images/topright.png);
	background-repeat: no-repeat;
	background-position: right top;	
	height:6px;
}
div.topright div{
	background-image: url(../images/topleft.png);
	background-repeat: no-repeat;
	background-position: left top;	
	height:6px;
	margin-right:8px;
}

div.bottomright {
	background-image: url(../images/bottomright.png);
	background-repeat: no-repeat;
	background-position: right top;	
	height:6px;
}
div.bottomright div{
	background-image: url(../images/bottomleft.png);
	background-repeat: no-repeat;
	background-position: left top;	
	margin-right:8px;
	height:6px;
}