/* CSS Document */
html,body {
	height: 100%;
}

body{
	font-size:62.5%; /*creates a scalable base font size of 10px at default browser settings base all other font sizes in EMs (1.1em = ~11px)*/
	border:0;
	margin:0;
	padding:0;
	background:#460268;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#000;
}

/*Some basic element defaults*/
form{display:inline;}
input.text_field, select{font-size:1em;  height:15px; vertical-align:middle; padding:0px 3px; border:1px solid #999999;}
select{text-align:left; padding:0;}
img{border:0;}
a{
	text-decoration:underline;
	outline: none;
	font-size:1em;
	font-weight:normal;
	color:#71328E;
}
.highlight {
	font-weight: bold;
	color: #71328E;
}
.ital {
	font-style: italic;
}


a:hover {
	color:#FFB22D;
	text-decoration: underline;
}
strong, b {
	font-weight: bold;
}
p{
	margin:0px 0px 6px;
	padding:0px;
	font-size:1.1em;/*default font size of  10px*/
}
p.spread_text{line-height:2em;}
H1 {font-size:2em}  /* displayed at 20px */
H2 {font-size:1.8em}  /* displayed at 18px */
H3 {font-size:1.5em}  /* displayed at 15px */
H4 {font-size:1.1em}  /* displayed at 11px */

.clear{clear:both; line-height:1%}

/*Structure*/

#container{
	width:589px;
	margin: 0px auto;
	padding: 0px 0px 30px;
}
#header{
	min-height:132px;
}
#top_nav{margin-top:16px; width: 589px; background-color: #460268; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px;}
#top_nav ul {list-style-type: none; margin: 0px; padding: 0px;}
#top_nav li {float: left; margin: 0px; padding: 0px; border-left: 2px solid #FFF;}
#top_nav li.first {border-left: none;}
#top_nav li a {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 6px 3px;
}
#top_nav li.first a {padding: 0px 6px 3px 0px;}
#top_nav li a:hover {color: #FEB22C;}
#content{
	min-height:400px;
	background-color:white;
	color:#000;
}
* html #content{
	height:400px;
}
div.interior_content_mod{
	background:#fff url(../images/nav_col_tile.gif) 0 0 repeat-y;
}
#copy_column{
	float:right;
	padding-bottom: 20px;
}
div.home_copy{
	width:370px;
}
div.home_copy h2,div.home_copy h3, div.home_copy h4, div.home_copy  p{
	margin:0 30px 10px 0;
}
div.interior_copy{
	width:414px;
}
div.interior_copy h2,div.interior_copy h3, div.interior_copy h4, div.interior_copy  p{
	margin:0 30px 10px;
}
#interior_secondary{
	margin:0 30px 30px;
}
#nav_column{
	float:left;
}
div.home_nav{
	width:176px; padding:0 0 0 21px; margin:0;
}
div.interior_nav{
	width:147px; padding:40px 14px 20px; color:#4F0F6F;
}
div.interior_nav hr{
	color: #FFB22D; background-color: #FFB22D; height: 2px; margin:14px 0;
}
div.interior_nav p{
	margin:0px 8px 10px;
}

#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 2em;
	text-align: center;
}
#footer a{color:#FFFFFF; text-decoration:none;}
p.leftBottomTxt {
	line-height:1.4em;
	font-size: 1em;
}
p.leftTopTxt {

	line-height:1.4em;
	font-size: 1em;
}
.subHead {
	font-weight: bold;
	color: #71328E;
	font-size: 1.5em;
}
.newsArticles {


	line-height:1.4em;
	font-size: 1em;
}
.testimony {
	color: #8F51AC;
}
.sm {
	font-size: .85em;
}
.tip {
	background-color: #CBBFD1;
	height: auto;
	width: 320px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #460268;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-weight: normal;
}
.footerLink {
	color: #FFFFFF;
}
#organization-tip a {
	display: block;
	background: #DACCE1;
	width: 164px;
	padding: 5px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #460268;
	height: 84px;
	border: 1px solid #460268;
	clear: left;
	font-size: 21px;
	margin-top: 20px;
}
#organization-tip a:hover, #organization-tip a:active {
	background-color: #FFF;
}
