/* TEXT ELEMENTS */

*
{
	margin: 0;
	padding: 0;
}
p, ol, ul, dl
{
	font-size: 12px;
	line-height: 17px;
}

p
{
	margin-top: 15px
}

p.error
{
	font-weight: bold;
	color: #C00;
}

p.small
{
	font-size: 10px;
	line-height: 13px;
}

p.smallest
{
	font-size: 9px;
	line-height: 11px;
	color: #999;
}

p.quote
{
	color: #111;
}

p.quotee
{
	margin-top: 0;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

blockquote
{
	margin: 10px;
	padding: 10px;
	border: 1px solid #EFEFEF;
	background-color:#FEFEFE;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	
}
span.error
{
	font-weight: bold;
	color: #C00;
}
ul, ol
{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 30px;
}

ol ol
{
	margin-top: 5px;
	margin-bottom: 5px;
}

ul ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}
ul
{
	list-style-type: disc;
	list-style-image: url(../images/icons/li-arrow.gif);
}

dl
{

}

dt
{
	font-weight: bold;
	margin-top: 15px;
}

dd
{
	margin-top: 10px;
	padding-left: 20px;
}

h1
{
	color: #FF0000;
	font-size: 20px;
	margin-bottom: 10px;
}

h2, h3, h4, h5, h6
{
	color: #FF6000;
	margin: 10px 0 10px 0;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 15px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 13px;
}

a, a:link
{
	color: #045AA1;
	text-decoration: underline;
}

a:visited
{
	/*color: #901165;*/
	color: #045AA1;
}

a:active
{
	color: #E20A17;
}

a:hover
{
	color: #E20A17;
}



/* Structure Elements */

body
{
	margin: 5px 0;
	text-align: center;
	font-family: verdana, helvetica, tahoma, arial, sans-serif;
	min-width: 760px;
	font-size: 12px;
	background-color: #FFF;
	/*background-image: url(images/body_bg.gif);*/
}

#Wrapper
{
	position: relative;
	/*width: 90%;*/
	width: 760px;
	border: 2px solid #000;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	background-image: url(../images/layout/content-bg.gif);
}

#Header
{
	background-color: #FFF;
	background-image: url(../images/layout/header-bar-02.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
}

#Tagline
{
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #F00;
}

#ProgramLogos
{
	text-align: center;
}

#ProgramLogos img
{
	padding: 0 20px;
}

#HeaderBar
{
	background-color: #000;
	height: 15px;
	text-align: right;
}

#Logo
{
	padding: 5px;
	height: 110px;
}

#Content
{
	width: 570px;
	float: right;
	margin-right: 10px;
}

#Right
{
	display: none;
	float: right;
	width: 100px;
}

#Footer
{
	clear: both;
	text-align: center;
	font-size: 10px;
	padding: 1px 10px;
	border-top: 2px solid #000;
	background-color: #FFF;
	color: #000;
}

#Footer p
{
	margin: 0;
	font-size: 10px;
}

#FooterLeft
{
	display: inline;
	float: left;
	width: 240px;
	text-align: center;
}

#FooterMiddle
{
	display: inline;
	float: left;
	width: 240px;
	text-align: center;
}

#FooterRight
{
	display: inline;
	float: right;
	width: 240px;
	text-align: center;
}

#FooterRight
{
	text-align: center;
}
#NavContainer
{
	float: left;
	text-align: center;
}

#NavContainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
}

#NavContainer li
{
	margin: 0;
}


#NavContainer li.activesection
{
	background-color: #FFF;
}

#NavContainer a
{
	display: block;
	border-left: 4px solid #EFEFEF;
	padding: 5px 10px;
	width: 160px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	
}

#NavContainer a:hover
{
	background-color: #FFF;
	text-decoration: none;
	border-left: 4px solid #F00;
}

#NavContainer ul ul li
{
	margin: 0;
}

#NavContainer ul ul a
{
	display: block;
	padding: 5px 5px 5px 20px;
	width: 160px;
	text-decoration: none;
	font-weight: normal;
	
	color: #333;
}

#NavContainer ul ul a:hover
{
	text-decoration: none;
}

#NavContainer ul ul ul a
{
	display: block;
	padding: 5px 5px 5px 30px;
	width: 160px;
	text-decoration: none;
	font-weight: normal;
	
	color: #666;
}

#NavContainer ul ul ul a:hover
{
	text-decoration: none;
}


#NavContainer a.activepage
{
	background-color: #FFF;
	border-left: 4px solid #F00;
}

/* Extra Elements */
img.right
{
	margin: 5px 0 5px 5px
}

img.left
{
	margin: 5px 5xp 5px 0
}

.center
{
	text-align: center;
}
.clear
{
	clear: both;
}


table.SurveyTable td
{
	text-align: center;
}

form
{
}

fieldset
{
	border: 1px solid #EFEFEF;
	padding: 10px;
	margin: 10px 0 10px 0;
}

fieldset legend
{
	font-size: 13px;
	font-weight: bold;
	color: #045AA1;
	margin-bottom: 5px;
}

input, textarea, select
{
	padding: 0;
	margin: 1px;

	font-family: "Lucida Console", Monaco4, "Courier New", monospace;
	font-size: 13px;
}

select
{

}
input.button
{
	padding: 1px 5px;
	margin: 1px;
	font-family: verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 12px;
}

table#Partners
{
	border: 0;
	width: 100%;
}

table#Partners th
{
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #EFEFEF;
}

table#Partners td
{
	padding: 5px;
	border-bottom: 1px solid #EFEFEF;
	vertical-align: top;
}


table.Calendar th
{
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #EFEFEF;
}

table.Calendar td
{
	padding: 1px;
	border-bottom: 1px solid #EFEFEF;
	vertical-align: top;
}


a img, a:link img, a:visited img, a:active img, a:hover img
{
	text-decoration: none;
	border-bottom: ;
	margin: 2px;
}

div#Highlights
{
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 4px solid #FF0000;
	background-color: #FEFEFE;
	color: #FF0000;
}

div#Highlights h6
{
	margin-top: 0;
	color: #FF0000;
	font-size: 14px;
	text-align: center;
}

div#Highlights ul
{
	list-style-type: disc;
	list-style-image: url(../images/icons/bullet.gif);
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
}

div#FooterNav
{
	width: 760px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

div#FooterNav ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0 5px;
	padding: 0;
	font-size: 10px;
}

div#FooterNav ul li
{
	display: inline;
	margin: 0 5px;
}

a.star, a.star:link, a.star:visited, a.star:active, a.star:hover
{
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	padding-top: 7px;
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
}


table#Partners p
{
	margin-top: 5px;
}

div.PullPicture
{
	float: right;
	background-color: #EEE;
	border: 1px solid #DDD;
	padding: 5px;
	width: 250px;
	height: 100%;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.PullPicture p
{
	margin: 0;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	clear: both;
}

div.HighlightPicture
{
	background-color: #EEE;
	border: 1px solid #DDD;
	padding: 5px;
	width: 250px;
}

div.HighlightPicture p
{
	margin: 0;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
}

div.BigPicture
{
	text-align: center;
	background-color: #EEE;
	border: 1px solid #DDD;
	padding: 5px;
}

div.BigPicture p
{
	margin: 0;
	text-align: center;
}
