﻿body 
{
	margin:0;
	padding:0;
	font-family:Tahoma;
	font-size:12px;
	color:#666666;
	background-color:#42494f;
}

.MainWindow
{
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:White;
}

.CenterTable
{
	margin:0 auto 0 auto;
}
.Footer
{
	background-image:url(images/footer_background.gif);
	background-repeat:repeat-x;
	height:54px;
}
.GrayArea
{
	background-image:url(images/gray_background.gif);
	background-repeat:repeat-x;
	height:159px;
}
.ContentTable
{
	margin:15px 10px 0 20px 0;
}
.ContentTable td
{	
	padding:15px;
}
.ListTable td
{
	padding:5px;
}
.LeftCol{
	position:relative;
	float:left;
	left:20px;
	margin:15px 0 0 0;
}
.RightCol{
	float:right;
	margin:15px 20px 0 0;
	}
p
{
	color:#666666;
	margin:4px 10px 0 10px;
	padding:0 30px 0 0;
	line-height:18px;
}
a:link
{
	color:#1f90ec;
	text-decoration:none;
	line-height:18px;
}
a:visited
{
	color:#1f90ec;
	text-decoration:none;	
	line-height:18px;
}
a:hover
{
	color:#e4b40d;
	text-decoration:underline;	
	line-height:18px;
}

.LeftDiv
{
	background-image:url(images/div_small.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.SubFooter
{
	height:100%;
}
h1
{
	
	color:#0972c8;
	font-family:Trebuchet MS;
	font-size:26px;
	font-weight:300;
	margin:0;
	padding:0;
	letter-spacing:-1px;
	line-height:24px;
}
h2
{
	color:#666666;
	font-family:Trebuchet MS;
	font-size:18px;
	font-weight:300;
	margin:0 0 0 10px;
	padding:0;
	letter-spacing:-1px;
	line-height:20px;
}
.UpperNav
{
	margin:10px 50px 0 0;
	float:right;
	color:#e1f4ff;
}
.UpperNav a:link
{
	color:#e1f4ff;
	text-decoration:none;
	font-weight:bold;
}
.UpperNav a:visited
{
	color:#e1f4ff;
	text-decoration:none;
	font-weight:bold;
}
.UpperNav a:hover
{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

h3
{
	color:#666666;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	margin:25px 0 0 0;
	padding:0;
	line-height:12px;
}

.Staff
{
	margin:10px 5px 0 30px;
	padding:0;
	list-style-image:url(images/person.png);
	list-style-position:outside;
}
.Staff li
{
	padding:0 0 4px 5px;
	line-height:16px;
	margin:0;
	
}

ul
{
	margin:10px 5px 0 30px;
	padding:0;
	list-style-image:url(images/arrow.png);
	list-style-position:outside;
}
li
{
	padding:0 0 6px 5px;
	line-height:18px;
	margin:0;
	
}
.InputBox
{
	background-color:White;
	border:1px solid #85b9e3;
	width:200px;
	font-size:12px;
	color:#666666;
	font-family:arial;
	
}
.InputBox1
{
	background-color:White;
	border:1px solid #85b9e3;
	width:165px;
	font-size:12px;
	font-family:arial;
	color:#666666;
	
}
.SearchBox
{
	background:url(images/background_search.gif) no-repeat top left;
	width:165px;
	height:29px;
	border:none;
	outline:none;
	padding:0 0 0 10px;
	position:relative;

	color:#666666;
}
.WhiteList
{
	color:White;
	margin:15px 0 0 20px;
	padding:0;
	font-weight:bold;
	font-size:14px;
	list-style-type:none;
	text-align:left;
}
.WhiteList li
{
	 list-style-image:none;
	 margin:0 10px 0 0;
	 padding:13px 0 13px 0;
	 background-image:url(images/hdviw.png);
	 background-position:bottom;
	 background-repeat:no-repeat;
	 text-align:center;
}
.WhiteList a:link
{
	text-decoration:none;
	color:White;
}
.WhiteList a:visited
{
	text-decoration:none;
	color:White;
}
.WhiteList a:hover
{
	color:#b6e0fa;
}


.box_c{
	height:20px;
	vertical-align:top;
	background-image:url(images/box_tile.gif);
	background-repeat:repeat-x;
}
.box_tl{
	background-image:url(images/box_tl.gif);
	width:7px;
	float:left;
	height:8px;
}
.box_l{
	background-image:url(images/box_l.gif);
	background-repeat:repeat-y;
	width:7px;
	vertical-align:top;
}
.box_bl{
	background-image:url(images/box_bl.gif);
	height:7px;
	width:7px;
	float:left;
}
.box_b{
	background-image:url(images/box_b.gif);
	background-repeat:repeat-x;
	height:7px;
}
.box_br{
	background-image:url(images/box_br.gif);
	background-repeat:repeat-x;
	height:7px;
	width:7px;
	float:right;
}
.box_r{
	background-image:url(images/box_r.gif);
	background-repeat:repeat-y;
	width:7px;
	vertical-align:top;	
}
.box_tr{
	background-image:url(images/box_tr.gif);
	background-repeat:repeat-y;
	width:7px;
	height:8px;
	float:right;
}
.box_t{
	background-image:url(images/box_t.gif);
	background-repeat:repeat-x;
	height:8px;
}

hr{
	
	color:#7acaf4;
	border-style:solid;
	border-bottom:none;
	border-right:none;
	border-left:none;
	margin:0 auto 0 auto;

}

.nopadding td
{
	padding:0;
}
.nopadding img
{
	padding:4px;
}
.Advocacy
{
	margin:0 0 0 323px;
	width:264px;
}
.AdvocacyTop
{
	background-image:url(images/advocacy_top.gif);
	background-repeat:no-repeat;
	width:264px;
	height:52px;
	
}
.EventsTop
{
	background-image:url(images/events_top.gif);
	background-repeat:no-repeat;
	width:264px;
	height:53px;
	
}
.AdvocacyContent
{
	background-image:url(images/advocacy_tile.gif);
	width:264px;
	height:274px;
}
.AdvocacyBottom
{
	background-image:url(images/advocacy_bottom.gif);
	width:264px;
	height:8px;
}


.AdvocacyLinks
{
	font-size:12px;
	line-height:8px;
	font-weight:bold;
	padding:10px;	
}
.AdvocacyLinks a:link
{
	 line-height:14px;
}
.AdvocacyLinks a:visited
{
	color:#1f90ec;
}
.AdvocacyLinks a:hover
{
	 color:#1f90ec;
	 text-decoration:none;
}
.advDate
{
	font-size:10px;
	font-weight:bold;
	
}
