body, html {
                 padding: 0;
                 margin: 0;
                 background: #F4F2F9;
                 height: 100%; /* IE hack */
}

p, a {
      font-family: arial, geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: arial, geneva, sans-serif;
}

/* Bold Styling */
.standout {
                       font-weight: bold;
}

/* Red Star Styling(for forms) */
.star {
                 color: red;
}

/* Date Style */
.date {
	margin: 0;
	padding-top: 10px;
	text-align: center;
	color: blue;
}

/* Hide Skipnav  */
#skip {
	display: none;
}


/* Wrapper Style */
#wrapper    {
     background: #fff;
     color: #333;
     border: 1px solid #bbb;
     border-top: 5px solid #bbb;
     margin-left: 5%;
     margin-right: 5%;
     min-height:93.2%; /* Mozilla Hack */
     height:auto; /* Mozilla Hack */
     }
* html #wrapper{height:93.2%;} /* IE */

/* Page Header */
#header {
                  background: #fff url('images/cil.jpg') no-repeat center;
                  border-bottom: #ccc solid 1px;
                  height: 90px;
}

/*Top Navigation Bar */

#topnav ul {
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0;
	/* cancels gap caused by top padding in opera 7 */
	/* margin-left: 0;  */
	background-color: #F2F5FD;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: blue;
	width: 100%;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}

#topnav ul li {
	display: inline;
	padding: 10px 0 10px 0;
	/* Matches link padding except for left and right */
	font-weight: bold;
}

#topnav ul li a {
	padding: 5px 7px 5px 7px;
	color: blue;
	text-decoration: none;
	border-right: 1px solid #fff
}

#topnav ul li a:hover {
	background-color: #369;
	color: white;
	text-decoration: underline;
}

#topnav #active {
	border-left: 1px solid #fff;
}
/* End Top Navigation  */


/* Left Column */

#left {
	 position: relative;/*ie needs this to show float */
     float: left;
     width: 20%;
     margin-top: 0;
     background: #f3f5fc;
}

.leftheader {
     margin-left: 5px;
     color: #283D82;
     font-weight: bold;
     font-size: 0.8em;
}

#left img {
	text-align: center;
	border: none;
}

.middle {
	text-align: center;
}

#left p {
	font-size: 0.8em;
}


#otherleft {
	padding-left: 5%;
	}

#otherleft h3{
	font-size: 1.1em;
	color: #000099;
}

/* Left Menu */
ul#mainnav {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #C2DAFC;
}

ul#mainnav li {
	border-top: 1px solid #A5B5C6;
}

ul#mainnav li a:link, ul#mainnav li a:visited {
	text-decoration: none;
	/*make all of link area clickeable */
	display: block;
	width: 88%; /*IE Hack */
	padding: 6px 6%;
	font: bold 0.8em /1.5 arial, sans-serif;
	background-color: #6699CC;
	color: #fff;
}

ul#mainnav li a:hover {
	background-color: #43616b;
	color: #eee;
}
/* End left menu  */


/* Main Content */

#center {
	line-height: 1em;
   /*margin: 15px 4% 0 25%;
	margin-left: 200px;*/
        margin-left: 22%;
        padding-top: 3%;
}

html #center-inner {width:100%;overflow:hidden}

/* mac hide \*/
* html #center, * html #center p {height:1%}
/* end hide*/

#center p{
     font-family: arial, geneva, sans-serif;
     font-size: 0.8em;
     /*margin-top: 20px;*/
     padding-right: 5%;
     padding-left:2%;
}

#center ul {
      font-family: Arial, Geneva, sans-serif;
      font-size: 0.8em;
      list-style-image: url('images/red.jpg');
      padding-right: 5%;
}

/* Style Content */
#center h1 {
	font-size: 0.85em;
	color: #000099;
}

#center h2 {
	color: #9a9a9a;
	font-size: 0.75em;
}

#center li a {
	
}

#center ul {
	list-style-image: url(images/red.jpg);
}

.up{
	text-align: center;
	margin-top: 5%;
}


/* Page Footer */

#footer {
     clear: both;
     margin: 0 5% 5px 5%;
     border: #ccc solid 1px;
     background-color: #fff;
}

#footer p {
     font-size: 0.8em;
     text-align: center;
     padding: 0;
     margin: 5px;
}



/*  End Footer   */



/* Right Column */
#right {
	position:relative;/*ie needs this to show float */
	float:right;
	width: 25%;
	height: auto;
	overflow: visible; /*Creates scrollbar; can also use hidden*/
	background-color: #E1E8F2;
	border: 1px solid #5c6f90;
	margin-top: 0;
}

#right h2 {
	padding: 10px;
	font-size: 1em;
	color: #000099;
}

#right p {
	font-size: 0.8em;
	padding: 5px;
}

/* Form Styling  */
input.text {
	border: 1px inset #00008B;
	width: 180px;
}

input.btn {
	border: 1px outset #00008B;
}

form {
	padding: 5px;
}

/*form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}*/

form label {
	float: left;
	width: 10%;
}

/*textarea {
	font-size: 1em;
}*/

tr{
	 background: #f3f5fc;
}

td {
	font-family: arial, geneva, sans-serif;
	font-size: 0.75em;
}

td li {
	font-size: 1.2em;
}

textarea {
    font-size: 1.1em;
}

.blue {
	color: #8283FF;
}