body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EDEDED;
    text-align: center;
}

p {
	font-size: 0.8em;
}

a {
	color: #069;
}

#TopRight {
	padding-top: 15px;
}

#TopRight p {
	font-size: 0.7em;
}

#TopNav {
	border-top: 1px #999 solid;
	margin-top: 19px;
	padding-top: 0;
	height: 20px;
}

#TopNav {
	background-color:#FFF;
	/*height: 23px;*/
}

#TopNav ul {
	list-style: none;
	margin:0;
	padding:0;
}

#TopNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#TopNav ul li a, #TopNav ul li span  {
	float: left;
	padding: 3px 8px 4px 8px;
	text-decoration: none;
	color: #fff;
	background: url(images/global/nav_divider_white.gif) no-repeat right center;
}

#TopNav ul li a:hover, #TopNav ul li span, #TopNav ul li a.Category   {
	background: none; /* removes it's own border */
	background-color: #CABFB6;
	color: #FFF;

	/*
		The next two definitions make the nav element cover the border of the one on the left
		Note: to go right:
			padding-right: 9px; /* adds one pix to the right
			margin-left: -1px; /* pulls back to the left to avoid shifting everything right
			left: 1px; /* Moves the whole element back right to position it over the border of the next element
			position: relative;
	*/
			padding-left: 9px; /*  adds one pix to the left */
			margin-left: -1px; /*  pulls back to the left to cover the border on the left, and avoid shifting everything right  */


	
}

#TopNav ul li.First a:hover, #TopNav ul li.First span, #TopNav ul li.First a.Category {
	margin-left: 0;
	padding-left: 8px;
}

#TopNav ul li.Last a, #TopNav ul li.Last span, #TopNav ul li.Last a.Category {
	background-image: none; 
}

#LeftNav {
	padding-left: 45px;
	padding-right: 36px;

}

#LeftNav h3 {
	margin-bottom: 10px;
	margin-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 7px;
}

#LeftNav ul {
	font-size: 0.7em;
	margin-top: 0px;
	margin-left: 2px;
	padding-left: 0px;
	margin-bottom: 40px;
}

ul.SeeAlso {
	list-style-image:  url(images/global/arrow_blue.gif);
}

ul.SeeAlso li {
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom: 15px;
}

ul.Downloads {
	list-style-type: none;
	list-style-image: none;
}

ul.Downloads li {

	margin-top: 0;
	margin-left: 15px;
	padding-left: 12px;
	margin-bottom: 5px;
}

ul.Downloads li img {
	margin-left: -16px;
	position: relative;
	left: -10px;
	top: 4px;
}

#BreadCrumb {
	font-size: 0.7em;
	color: #666;
	background-image:  url(images/global/dotted_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 6px;

}

#BreadCrumb a {
	color: #666;
}
.PicInText {
	float: right;
	margin-top: 25px;
	margin-left: 15px;
}
h3 {
	font-size: 0.8em;

}

ul {
	font-size: 0.8em;
	list-style-image:  url(images/global/list_circle.gif);
	margin-left: 0;
	padding-left: 20px
}

ul ul {
	font-size: 1em;
	list-style-type: square;
	list-style-image:  url(images/global/list_square.gif);
}


#footer {
	font-size: 0.7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
}

#footer , #footer a {
	color: #999;
}

#MainContent {
	padding-bottom: 40px;
}

#MainContainer {
	position: relative;
	width: 800px;
	background-image:  url(images/global/bg_shadow_left.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #fff;
	margin: 0px auto;
	text-align: left;
}

#MainContainer #RightShadow {
	margin-left: 6px;
	background-image:  url(images/global/bg_shadow_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#HomeLeft {
	padding-right: 15px;
}


#HomeLeft h1 {
	background-image:  url(images/global/dotted_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 6px;
}

#HomeLeft td {
	padding-bottom: 23px;
}

#HomeLeft h3, #HomeRight h3{
	margin-bottom: 0px;
}

#HomeLeft p{
	margin-top: 4px;
	font-size: 0.7em;
}

#HomeRight {
	padding-left: 15px;
	background-image: url(images/global/dotted_vertical.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#HomeRight table {
	margin-top: 12px;
}

#HomeRight p {
	margin-top: 12px;
	margin-bottom: 7px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
}

h1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.DataTable {
	border-collapse:collapse;
}

.DataTable th {
	text-align: left;
	color: #fff;
	padding: 5px 3px 5px 3px;
	font-size: 0.7em;
	background-color:#BBBBBB;
	border: 1px #999 solid;
}

.DataTable td {
	border: 1px #999 solid;
	padding: 14px 3px 7px 3px;
	font-size: 0.7em;
	font-family: verdana, arial, helvetica, sans-serif;
	vertical-align:top;
}

.DataTable tr.Alternate td {
	background-color: #F4F4F4;
}

.DottedSeperator {
	background: url(images/global/dotted_underline.gif) repeat-x 0px 30px;
	height: 40px;
}

.NewsTeaser {
	padding: 13px 13px 13px 13px;
	background:	#fef0c9 url('images/global/dot_on_white.gif') repeat-x top;
}

.NewsTeaser h2 {
	color: #C00;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
}

.NewsTeaser p {margin-top: 0px;}

.NewsTeaser h3 {margin-bottom: 0px;}				

/*
Homepage
---------------------------------------*/
#Home h1 span {color: #C00;}

#Home .TableWithMargin {
	margin-left: 16px;
	background-color:#FFF;
}

#Home h1 {
	background:url(images/global/dotted_underline.gif) repeat-x bottom; 
	margin-bottom: 65px;
	padding-bottom: 23px;
}

#Home p {font-size: 0.7em;}

#Home h2 {
	color: #C00;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
}

#Home h3 {margin-bottom: -20px;}

#Home #MainTable {margin-bottom: 115px;}

#Home td {vertical-align:top;}

