﻿/* Begin Global Page Layout Styles */
html
{
	height: 100%;
	padding: 0;
	margin: 0;
}

div, p, h1, h2, h3, h4, table
{
	margin:0;
	padding:0;
	border:none;
}
	 
body
{
	height: 100%;
	padding: 0;
	margin: 5px;
	font-family: Verdana;
	font-size: small;
	background-image: url('../images/VistaDC_mhedBG.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

th
{
	text-align: left;
	padding: 6px 0px 0px 0px;
}
.h1
{
	color:#4d4d4d;
	font-family: arial,verdana,helvetica;
	font-size: 190%;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
}
.h2
{
	color:Black;
	font-size: 150%;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
}
.h3
{
	color:Black;
	font-family: arial,verdana,helvetica;
	font-weight:normal;
	font-size: 135%;
	margin: 10px 0px 10px 0px;
}
.h4
{
	color:#4d4d4d;
	font-family: arial,verdana,helvetica;
	font-size: 135%;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}
strong
{
	font-weight: bold;
}
pre
{
	padding:10px;
	margin:10px;
}
code
{
	background: #dddddd;
	font-family: Lucida Console, Courier New;
	font-size:100%;
	line-height:100%;
	display:block;
	padding:10px;
	margin:10px;
}
/*override anchor styles for name attributes in IE. Equivalent to a[name] and a[name]:hover which is not recognized in IE*/
h3 a, h4 a, h3 a:hover, h4 a:hover
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
h1 a, h2 a, h1 a:hover, h2 a:hover
{
	text-decoration: none;
	color: #000000;
}
a[name]:hover, a[name]
{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
p
{
	margin: 0px 0px 10px 0px;
}
a:Link,a:visited,a:active
{
	color:#4d4d4d;
	text-decoration:none;
}
a:hover
{
	color:#4d4d4d;
	text-decoration:underline;
}
ul
{
	padding-left: 18px;
	line-height: 100%;
	margin: 0px 0px 5px 0px;
}
ol
{
	padding-left: 18px;
	line-height: 100%;
	margin: 0px 0px 5px 0px;
}

ol li
{
	padding-left: 0px;
	line-height: 140%;
	margin: 0px 0px 5px 10px;
}

li
{
	padding-left: 0px;
	line-height: 140%;
	margin: 0px 0px 5px 0px;
}
/*override global.css entry*/
ul ul
{
	line-height: 140%;
	margin: 0px 0px 5px 0px;
}

ul ul li, ul li ul li
{
	background: url('../images/space.gif') no-repeat left top;
	line-height: 140%;
}
hr
{
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
	width: 100%;
}
div.FontBase
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 140%;
	font-weight: normal;
}
* html div.FontBase
{
	font-size: 80%;
}

table.multicol
{
	border-collapse: collapse;
}
h2.subtitle
{
	font-weight: bold;
	font-size: 125%;
	margin: 0px 0px 5px 0px;
}
img.right
{
	float: right;
}
img.left
{
	float: left;
}
/*CLASSES*/
.borderRight
{
	border-right: solid 1px #cccccc;
}

.borderLeft
{
	border-left: solid 1px #cccccc;
}
.strong
{
	font-weight: bold;
}

.paddingleft
{
	padding-left: 10px;
}
.paddingright
{
	padding-right: 10px;
}
.right
{
	text-align: right;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.small
{
	font-size: 65%;
	font-family: Verdana;
}
.smaller
{
	font-size: 55%;
	font-family: Verdana;
}
.heading {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

.subheading{
	padding:.8em 0 0.5em 0;
	color:#0F2543;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:1.1em;
}
pre
{
	display:block;
	margin:15px 15px 15px 0;
	padding:10px;
	border:1px dashed #CCC;
	background-color:#FFF;
	color:#000;
}
.contentBulletList
{
    font-family:verdana,tahoma,helvetica;
	font-size:12px;
    font-weight:normal;
    text-align:left;
}
.bodyText
{
    font-family:arial,verdana,tahoma,helvetica;
	font-size:12px;
    font-weight:normal;
    text-align:left;
}
.bodyTextCenter
{
    font-family:arial,verdana,tahoma,helvetica;
	font-size:12px;
    font-weight:normal;
    text-align:center;
}
img { behavior: url(iepngfix.htc); } 
