/* YUI reset & fonts */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body { }
#Body {
	color: #204C8A;
}
a,
a:link,
a:visited {
	color: #204C8A;
}
a:hover {
	color: #333333;
}

/* Content Styles copied mostly from YUI base.css */
#Content h1,
#Content h2,
#Content h3,
#Content h4,
#Content h5,
#Content h6,
#Content strong,
#Content dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
#Content h2 {
	/* 22px via YUI Fonts CSS foundation. */
	font-weight: normal;
	font-size: 182%;
	color: #4C8B99;
}
#Content h3 {
	/* 16px via YUI Fonts CSS foundation. */
	font-weight: normal;
	font-size: 153.9%;
	color: #E59617;
	text-align: left;
}
#Content h4 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
	text-align: left;
}
#Content h1,
#Content h2,
#Content h3 {
	margin: 13px 0;
}
#Content optgroup {
	font-weight:normal;
}
#Content abbr,
#Content acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}
#Content em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}
#Content del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}
#Content blockquote,
#Content ul,
#Content ol,
#Content dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}
#Content ol,
#Content ul,
#Content dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}
#Content ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}
#Content ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}
#Content dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}
#Content th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}
#Content td {
	text-align: left;
}
#Content caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}
#Content sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}
#Content sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}
#Content p,
#Content pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of padding to render with contemporary native chrome */
#Content button,
#Content input[type="checkbox"],
#Content input[type="radio"],
#Content input[type="reset"],
#Content input[type="submit"] {
	padding:1px;
}
#Editable {
	text-align: justify;
}

textarea {
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	line-height: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}
.title {
}
.clear {
	clear: both;
}
.small-11 {
	font-size: 85%;
}
.row {
	background-color: #ffffff;
	padding: 8px 0 8px 8px;
}
.rowNoPad {
	background-color: #ffffff;
}
.rowAlt {
	background-color: #f2f2f2;
	padding: 8px 0 8px 8px;
}
.rowAltNoPad {
	background-color: #f2f2f2;
}
.loginFailed {
	background-color: #FFFFFF;
	color: #FF0000;
}
.inactive {
	color: #FF0000;
	font-style: italic;
}
.featuredLink {
	font-weight: bold;
	color: #c71d22;
}

/* Rich Text Styles */
.red {
	color: #FF0000;
}
.small {
	font-size: 77%;
}
.headerText {
	font-size: 108%;
	font-weight: bold;
}
.largeTitle {
	font-size: 123.1%;
	font-weight: bold;
}
.box {
	border: 1px solid #000000;
	padding: 1px;
}