* {
	margin-top:0;
	padding-top:0;
	}

span.hidden {
	display:none;
}


body {
	font: 12px arial, verdana, sans-serif;
	background-color: #3a649d;
	background-image: url(../images/bg_main_1024.jpg);
	background-position: center top;
	background-repeat:repeat-y;
	color:#333333;
	margin: 0 auto;
}
#wrapper{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	_margin: 0 auto;
	/*border:1px solid yellow;*/
	}    

#header{
	width:1024px;
	_width:996px;
	height:60px;
	_height:30px;
	vertical-align:bottom;
	background-image: url(../images/bg_top_1024.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 0px;
	padding-right:/**/ 0px;
	padding-left: /**/ 0px;
	padding-top:15px;
	margin:0 auto;
	/*border:1px solid orange;*/
}            

#flasharea{
	position:relative;
	width:995px;
	background: #424f5d url(../images/mainHeader_bg.jpg) repeat-x;
	height:220px;
	_height:100px;
	border-top: 9px solid #424f5d;
	border-right: 9px solid #424f5d;
	border-bottom: 9px solid #424f5d;
	padding:0px;
	}

#flash{
	float:right;	
	width:760px;
	height:219px;
	position: relative;
	margin:0px;
/*border:1px solid green;*/
	}
	
#flash a{
	display:block;
	float:left;
	height:193px;
	width:190px;
	/*margin-top:28px;*/
	/*border:1px solid red;*/
}
	
#flash.title {
	height:20px;
}

#flash a.btn1{
	background-image:url(../images/header_security.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
}
#flash a.btn1:hover{
	background-image:url(../images/header_security.jpg);
	background-repeat:no-repeat;
	background-position:0 -195px;
}
#flash a.btn1_On{
	background-image:url(../images/header_security.jpg);
	background-repeat:no-repeat;
	background-position:0 -388px;
	border-bottom:9px solid #509AF2;
}

#flash a.btn2{
	background-image:url(../images/header_emergency.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
}
#flash a.btn2:hover{
	background-image:url(../images/header_emergency.jpg);
	background-repeat:no-repeat;
	background-position:0 -195px;
}
#flash a.btn2_On{
	background-image:url(../images/header_emergency.jpg);
	background-repeat:no-repeat;
	background-position:0 -388px;
	border-bottom:9px solid #509AF2;
}

#flash a.btn3{
	background-image:url(../images/header_convergence_btn.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
}
#flash a.btn3:hover{
	background-image:url(../images/header_convergence_btn.jpg);
	background-repeat:no-repeat;
	background-position:0 -195px;
}

#flash a.btn3_On{
	background-image:url(../images/header_convergence_btn.jpg);
	background-repeat:no-repeat;
	background-position:0 -388px;
	border-bottom:9px solid #509AF2;
}

#flash a.btn4{
	background-image:url(../images/header_critical.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
}
#flash a.btn4:hover{
	background-image:url(../images/header_critical.jpg);
	background-repeat:no-repeat;
	background-position:0 -195px;
}
#flash a.btn4_On{
	background-image:url(../images/header_critical.jpg);
	background-repeat:no-repeat;
	background-position:0 -388px;
	border-bottom:9px solid #509AF2;
}

#mainNav {
	width: 235px;
	list-style-type: none;
	height: 205px;
	_height: 200px;
	float: left;
	background-color: #000033;
	padding-top: 15px;
}

#mainNav ul {
	padding:0px;
	margin:0px;
}

#mainNav li { 
	background-color:#000033; 
	height: 50px; 
	list-style-type: none;
	}

#mainNav li a { 
	text-align:left; 
	text-decoration: none; 
	font: 16px arial, sans-serif;
	text-transform:uppercase;
	color: #ffffff; 
	display: block; 
	height: 25px; 
	padding: 8px 10px 0 20px; 
	text-transform:capitalize; 
	}

#mainNav li a:hover { 
	/*background-image:url(images/button_rollover.jpg);*/
	background-color: #424F5D; 
	background-repeat:repeat-y;
	}

#content{
	position:relative;
	width:1024px;
	height:300px;
	text-align:left;
	color:#444444;
	font-size: 11pt;
	background-image:url(../images/bg_content_1024.jpg);
	background-repeat:repeat-y;
	/*border:1px solid purple;*/
}

#main {
	position:relative;
	width:890px;
	/*_width:1024px;*/
	text-align:left;
	color:#444444;
	font-size: 11pt;
	padding-left:67px;
	padding-right:67px;
	background-color:transparent;
	background-image:url(../images/bg_content_1024.jpg);
	background-repeat:repeat-y;
	float:right;
	margin:0 auto;
}

#news {
	margin-left:57px;
	position:relative;
	width:162px;
	_width:182px;
	height:100%;
	text-align:left;
	padding:10px;
	color:#444444;
	font-size: 11pt;
	float:left;
	background-color:transparent;
}

#contentLeft{
margin-left:57px;
	position:relative;
	width:162px;
	_width:182px;
	text-align:left;
	padding:10px;
	color:#444444;
	font-size: 11pt;
	float:left;
	background-color:transparent;
	/*border:1px solid pink;*/
}

#contentRight{
	position:relative;
	width:692px;
	_width:722px;
	text-align:left;
	color:#444444;
	font-size: 11pt;
	padding:15px;
	background-color:transparent;
	float:right;
	margin-right:55px;
	/*border: 1px solid red;*/
}


#footer{
	position:relative;
	float:left;
	width:1024px;
	height:30px;
	_height:45px;
	line-height:15px;
	background-image:url(../images/bg_footer_1024.jpg);
	background-repeat: no-repeat;
	color:#ffffff;
	padding-top: 4px;
	/*border: 1px solid black;*/
	font-size:10px;
}

#footer a:link {
	font:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	}

#footer a:hover {
	font:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:underline;
}

#footer a:visited {
	font:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	}

h1 {
	font-size: 13pt;
}

h2{
	font-size:11pt;
	margin-top:20px
}

h6{
	line-height:3px;
}

.subtitle {
	font-size:10pt;
}

p {
	margin-top:0px;
}

a{
	color:#294AAC;
	text-decoration: none;
}

a:hover {
	color:#000033;
}

.newsclass {
	color:#3A649D;
	font-size:10pt;
}

.newsclass a {
	color:#004080;
	font-size:10pt;
	text-decoration:none;
}

.newsclass a:hover {
	color:#000033;
	font-size:10pt;
	text-decoration:none;
}

#softwareMainButton a {
	font:Arial, Helvetica, sans-serif;
	font-size:13pt;
	color:#333333;
	text-decoration: none;
	background-color: #B7C7D7;
	display: block;
	height: 25px;
	border-top:1px solid #000033;
}

#softwareMainButton a:hover { 
	background-color: #CCCCCC; 
	}
	
#softwareButtons a {
	font:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#333333;
	text-decoration: none;
	background-color: #B7C7D7;
	display: block;
	height: 20px;
	border-bottom:1px solid #000033;
}

#softwareButtons a:hover { 
	background-color: #CCCCCC; 
	}

.topicTable {
	font-size:10pt;
	color:#666666;
}

