/* **************** html Tags **************** */
body
{
	font-family:  verdana, helvetica, sans-serif;
	font-size: 70%;
}

p
{
	margin: 0 0 2% 0;
}

a
{

}

a:hover
{
	background-color:  LightSkyBlue;
}

h1,h2,h3,h4,h5,h6
{
	margin: 2% 0 1% 0;
}

input
{
	margin: 0 0 1% 1%;
	background-color: #cccccc;
	border: 1px solid whitesmoke;
}

textarea
{
	margin: 0 0 1% 1%;
	background-color: #cccccc;
	border: 1px solid whitesmoke;
}

select
{
	margin: 0 0 1% 1%;
	background-color: #cccccc;
	border: 1px solid whitesmoke;
}

form
{

}

iframe
{
	overflow: visible;
}

hr
{
  width: 90%;
  color: blue;
  background-color: #CCCCCC;
  height: 1px;
  border: none;
}

pre
{
	font-family: tahoma, sans-serif;
	font-size: small;
}

ul
{

}

/* **************** Layout **************** */
#shell
{
	position: relative;
	margin: 2% auto;
	width: 86%;
	padding: 0;
	overflow: visible;
}

#header
{
	position: relative;
	padding: 5px;
	background-color: #FFFFFF;
	z-index: 1;
}

#sidebar_right
{
	float: right;
	width: 30%;
	min-width: 15%;
	min-height: 300px;
	padding: 1%;
	margin-top: 10px;
	margin-right: 10px;
	overflow: visible;
	background-color: White;
	border: 1px solid LightSkyBlue;
}

#content
{
	width: 60%;
	min-height: 500px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 1%;
	background-image: url('../images/bg_lite_blue_white_grad_01.gif');
	background-repeat: repeat-x;
	overflow: visible;
}

#footer
{
	clear: both;
	position: relative;
	padding: 2px;
	overflow: visible;
	text-align: center;
}

/* **************** Nav **************** */

#navContainer
{
	margin-left: 50%;
	position: relative;
	background-color: #cccccc;
}

/* **************** Classes **************** */
.heading
{
	color:  LightSkyBlue;
	background-color: White;
}

.border1
{
	padding: 1%;
	border: 1px solid LightSkyBlue;
}

.border2
{
	border: 1px solid white;
}