@charset "utf-8";

body
{
	background: #666666;
	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: #102536;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.partnership #container
{
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #102536;
	text-align: left;
	background-image: url(../images/green011.gif);
	overflow: visible;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

h1, h2, h3, h4, h5, h6, pre, code
{
	font-size:         1em;
	margin-top:        1em;
	margin-bottom:     1em;
}

a
{
	Color:             #996600;  /*dark tan */
	text-decoration:   none;
	font-weight:       bolder;
}

a:visited
{
	color:             #336600; /* green */
}

a:hover
{
	background-color:  #996600;
	color:             #FFFFFF;
}

a img
{
	border:            none;
}

p
{
	margin-bottom:     0.5em;
	line-height:       120%;
}

ul
{
	padding:           0px;
	list-style-type:   none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}

.partnership #header
{
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	background-image: url(../images/yello045.gif);
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;  /* dark greem */
	border-right-color:  #666600;  /* light green */
	border-bottom-color: #666600;  /* light green */
	border-left-color:   #CCCC99;  /* dark greem */
	background-repeat: repeat;
	overflow: hidden;
}

.partnership #header h1
{
	color: #060;
	font-size: 36px;
	font-variant: small-caps;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.partnership #header h2
{
	color: #060;
	font-size: 24px;
	font-variant: small-caps;
}

.partnership #mainContent
{
	width: 800px;
	margin-top: 5px;
	margin-bottom: 10px;
	height:auto;
	background-image: url(../images/yello045.gif);
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;  /* dark greem */
	border-right-color:  #666600;  /* light green */
	border-bottom-color: #666600;  /* light green */
	border-left-color:   #CCCC99;  /* dark greem */
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	padding: 10px;
}

.partnership #container #mainContent #registration_form
{
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

.partnership #container #mainContent #submit_request_form
{
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

.partnership #container #mainContent #select_name
{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.partnership #container #mainContent h1
{
	text-align: left;
	color: #102536;
	margin-left: 25px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-right: 25px;
	font-size: 24px;
}

.partnership #container #mainContent #partner
{
	margin-right: auto;
	margin-left: auto;
}

.partnership #container #mainContent p
{
	color: #102536;
	font-size: medium;
	text-align: left;
	padding-left: 25px;
}

.partnership #container #mainContent ul li
{
	color: #102536;
	list-style-position: outside;
	margin-left: 25px;
	text-align: left;
	list-style-type: square;
	margin-top: 10px;
}

.partnership #container #mainContent ol li
{
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.partnership #container #mainContent h3
{
	padding-left: 25px;
}

.partnership #container #mainContent #myrequests
{
	margin-right: auto;
	margin-left: auto;
	float: left;
}

.partnership #footer
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 20px;
	background-image: url(../images/yello045.gif);
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;  /* dark greem */
	border-right-color:  #666600;  /* light green */
	border-bottom-color: #666600;  /* light green */
	border-left-color:   #CCCC99;  /* dark greem */
	background-repeat: repeat;
}

.partnership #footer p
{
	font-style: italic;
	font-weight: bold;
	color: #102536;
	font-size: small;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.warning
{
	text-indent: -3em;
	margin-left: 3em;
	font-weight: bold;
}
.redtext {
	 color: #F00 ;
}

.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 its child floats */
{
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

#list_events li
{
	font-size: 14px;
}

#Reports #container #mainContent table tr th
{
	text-align: left;
}
