body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #cccccc;
	background-image: url(bckgnd-gradient.png);
	background-repeat: repeat-x;
	background-position: top;
}


a:link  { color: #00c }

a:visited   { color: #00c }
a:hover { color: purple }

h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
p {
	font-size: 12px;
}

#page-title {}

#menu {
	padding: 0 10px 0 20px;
} 
#menu p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 6px solid #666666;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 50px;
	padding-top: 0px;
} 
#header {
	background-color: #000000;
	background-image: url(../media/images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 120px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
} 
#header h1 {
	color: #FFFFFF;
	padding-left: 90px;
	padding-top: 60px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#mainContent {
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 500px;
} 
#footer {
	padding: 0 10px 0 20px;
	background-color: #666666;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


div.box { color: #333333; background: #dfe4ee; margin-bottom: 20px; padding: 10px 4px; border: solid 1px #c6cfe1 }
div.box h1 { font-size:14px; color:#000000; padding-bottom:4px; }
div.box h2   {
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	margin-left: 26px;
	text-align: center;
}
div.box h3 { color: #555555; font-size: 16px; font-weight: bold; display: block; margin-bottom: 10px; margin-left: 26px }
div.box p{
	padding-bottom:14px;
	background-color: #6600FF;
}
div.box .floatR { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	clear: both;
	background-color: #00FFFF;
	margin-bottom: 8px;
}

div.box .radioBox { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	background-color: #FF3366;
	width: 250px;
	margin-left: 180px;
	float: right;
}


div.box .floatL { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	background-color: #FF0000;
}

div.box .floatR input {
	background-color: #CCFFFF;
}

div.box .floatR label {
	background-color: #FFFF00;
}


div.box .input-text { color: #666666; width: 180px; border: solid 1px #333 }
div.box .input-text:hover { background-color: #ff0; border: solid 1px #f03 }
div.box .input-text-wide { width: 300px; border: solid 1px #333 }
div.box .input-text-wide:hover { background-color: #ff0; border: solid 1px #f03 }
div.box .input-text-2w  { width: 300px; border: solid 1px #333 }
div.box .input-text-2w:hover { background-color: #ff0; border: solid 1px #f03 }
div.box .input-text-area      { width: 640px; border: solid 1px #333 }
div.box .input-text-area:hover { background-color: #ff0; border: solid 1px #f03 }
div.box input .textarea  { color: #666666; background-color: #ff6; width: 220px; border: solid 1px #333 }
div.box label  {
	color: #555555;
	display: block;
	margin-bottom: 10px;
	margin-left: 26px;
	background-color: #00FFCC;
}

div.box label span.left   {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	display: block;
	padding-right: 6px;
	width: 150px;
	float: left;
	background-color: #CCFF33;
}
div.box label span.right  { font-weight: bold; text-align: left; display: block; padding-right: 6px; width: 640px }
div.box label span.yes   { font-weight: bold; background-color: #9f6; text-align: right; display: block; padding-right: 6px; width: 150px; float: left }
div.box label span.no   { font-weight: bold; background-color: #f06; text-align: left; display: block; padding-right: 6px; width: 640px }



div.box  #buttons {
	background-color: #99FF00;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style><[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 180px; }
#sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar2, #sidebar1 { padding-top: 30px; }

#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]>

