/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(imageslide/ngbkg2.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
a{
outline: none; /* the following >a< links Remove Dotted Border on Clicked Link */
border: none;
}
a:link img{
outline: none;
border: none;
}
a:visited img{
outline: none;
border: none;
}
a:hover img{
outline: none;
border: none;
}
a:active img{
outline: none;
border: none;
}
a:focus img{
outline: none;
border: none;
}
 #container {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	height: auto;
	float: none;
} 
#header {
	padding: 0;
	margin: 0px;
	height: auto;
	width: auto;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*#sideCenter {
	float: left; since this element is floated, a width must be given #ex2	{ border-radius: 20px } 
	#ex2	{ border-radius: 20px 3px; }   #ex3	{ border-radius: 20px 3px 8px 14px; }
	width: 520px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 850px;
	margin-top: 0px;
	padding: 0px;
	background-color: #E4F5FA;
	border-radius: 20px;
	}*/
#mainContent {
	text-align: left;
	height: 500px;
	width: 950px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}
/*.mainContent  {
	margin: 0;  zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/* padding: 10px 0; padding on this element will create space, just as the the margin would have, without the margin collapse issue 
	font-size: 11px;
	text-align: center;
	color: #00FF00;
	background-color: #E4F5FA;border-radius: 20px;
}*/ 
#footer {
	margin-top: 10px;
	width: 930px;
	padding: 0;
	background-color: #B6E1F2;
	border-radius: 20px;
	height: 75px;
	border-radius: 25px 3px;
	margin-right: auto;
	margin-left: auto;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	text-align: center;
	color: #333333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.copy {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	padding-right: 25px;
}
.copy a:link {
	color: #0000CC;
	background-color: #CCCCCC;
}
.copy a:visited  {
	color: #0000CC;
	text-decoration: none;
	background-color: #CCCCCC;
}
.copy a:hover {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;}
.copyimage {
	border-radius: 20px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.copybullet {
	font-size: 14px;
	padding-right: 45px;
	list-style-position: outside;
	list-style-type: disc;
}
.copynumber {
	font-size: 14px;
	padding-right: 45px;
	list-style-position: outside;
	list-style-type: decimal;
}
.copyred {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	padding-left: 20px;
	padding-right: 25px;
}
.reportlink  {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
}
.reportlink a:link {
	color: #000000;
	text-decoration: underline;
}
.reportlink a:visited  {
	color: #000000;
	text-decoration: underline;
}
.reportlink a:hover {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
}
.MainHD {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
