@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #FF0000;
	font-size:10px;
}
a,  a:link, a:visited {
  color: #FF0000;
  text-decoration: none;
}

/* Sets the style for links on mouseover. */
a:hover {
  color: #027ABB;
  text-decoration: none;
}
a.head,  a.head:link, a.head:visited {
  text-decoration: none;
}

/* Sets the style for links on mouseover. */
a.head:hover {
  text-decoration: none;
}
.oneColFixCtr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
}
.oneColFixCtr #mainContent {
}
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background-color:#9FF;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

#content {
	background-image:url(flower.jpg)
}

#pdf {
	background-color: #E8ECFB;
	text-align:center;
	min-height: 500px;
}

.boxgrid{ 
				width: 425px; 
				height: 550px; 
				margin: 5px; 
				float:left; 
				background:#FFFFFF; 
				border: solid 2px #8399AF; 
				overflow: hidden; 
				position: relative; 
			}

				
			#main-content       { width: 47%; padding: 0 1%; float: left; }

#main-sidebar       { width: 47%; padding: 0 1%; float: right; }

#page-wrap		    { max-width: 960px; min-width: 560px; margin: 0 auto; position: relative;
                      background: white url(../images/bg.png) top center repeat-y; overflow: hidden; }