/* CSS Document */
* {margin:0; padding:0;}
.leftcolumn {float:left; background-image:url(images/LeftMenu.png)}
.rightcolumn {padding-top:0px; padding-right:10px}
.topmenu {text-align:left; font-family:tahoma; color:white; font-size:13px; padding-left:90px; padding-top:8px; padding-bottom:8px; background-image:url(images/TopMenu.jpg)}
.style1 {font-family: Georgia, "Times New Roman", Times, serif; font-size:17px}
.style2 {min-height:650px; font-family: Georgia, "Times New Roman", Times, serif; font-size:12px}
.style3 {text-align:center; font-family:tahoma; color:white; font-size:13px; padding-top:10px; padding-left:275px; padding-bottom:2px; background-image:url(images/Footer.jpg)}
.style4 {text-align:center; font-family:tahoma; color:white; font-size:10px;}
a:link {text-decoration:none; color:white}
a:visited {text-decoration:none; color:#999999}
a:active {text-decoration:none; color:white}
a:hover {text-decoration:none; color:#999999}

a.sm:link {text-decoration:none; color:black}
a.sm:visited {text-decoration:none; color:#003300}
a.sm:active {text-decoration:none; color:black}
a.sm:hover {text-decoration:underline; color:#003300}

#main {margin:0 auto; width:878px}
#topmenu {margin:0 auto; width:878px}
#pushtotalk {margin:0 auto; width:878px}
#footer {margin:0 auto; width:878px}

#uswvideo {
	 position:fixed;
	 right:0px;
	 bottom:0px;
	 z-index:100;
	 width:352px;
	 height:352px;
	 overflow:auto;
	 }

body{
	 margin:0 auto;
     background-image:url(images/Background.jpg);
	 background-repeat:repeat-n;
	 background-size: 100%;
	 background-position:top center;
	}
	
h1 {
	text-decoration: underline;
	text-transform: uppercase;
	padding-top:18px;
    padding-right:10px;
    padding-bottom:0px;
    padding-left:0px;
    border:0px;
	}
