/* CSS Document */

/*PAGE LAYOUT

WHEN MODIFYING STYLE FILE, MAKE SURE TO ALSO MODIFY THE PRINTSTYLE FILES IN THE SAME WAY, CHECK THAT THEY STILL PRINT OKAY

*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right:0px;
	padding-bottom: 0px;
        background-color:#FFFFFF;
}
#content{width:800px}
#logo{float:left; background-image:url(A2antenna.jpg); width:234px; height:213px;}
#topheader{float:right; width:566px; height:87px; background-color:#F0F0F0; position:relative; padding-top:10px;}
#toplogo{position:absolute; right:10px; top:10px;}
#menu{float:right; width:566px; height:32px; background-image:url(bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:566px; height:32px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:526px;}
#leftpanel{float:left; width:274px;}
#footer{float:left; width:800px; background-color:#F0F0F0; padding-left:10px; padding-right:10px; padding-top:2px;padding-bottom:2px;}

* html #leftpanel{display:inline-block;margin-left:-3px;}
* html #submenu{margin-top:-1px;ma\rgin-top:-1px;display:inline-block;}
* html #topheader{height:97px;he\ight:87px;margin-left:-3px;marg\in-left:0px;display:inline-block;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 1.0em Arial, sans-serif;
	color: #666666;
        font-size: 13px;
        text-align:justify;
}

.bodytext a{
	font: 1.0em Arial, sans-serif;
        color:#666666;
        font-size: 13px;
        font-weight:bold;
	text-decoration:none;
}
.bodytext a:hover{
	text-decoration:underline;
}

.headertext {
         font: 1.0em Arial, sans-serif;
         color: #666666;
         font-size:12px;
}

.titletext {
	font: 1.0em Arial, sans-serif;
	font-size:33px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 1.0em Arial, sans-serif;
	font-size:33px;
	font-weight:bold;
	color:#FFFFFF;
}
.graytitle {
        font: 1.0em Arial, sans-serif;
        font-size:33px;
        font-weight:bold;
        color:#F0F0F0;
}
.smallgraytitle{
        font:1.0em Arial, sans-serif;
        font-size:15px;
        font-weight:bold;
        color:#666666;
}
.smallgraytitle a{
        font:1.0em Arial, sans-serif;
        font-size:15px;
        font-weight:bold;
        color:#666666;
        text-decoration:none;
}
.smallgraytitle a:hover{
        text-decoration:underline;
}

.smallredtitle{
        font:1.0em Arial, sans-serif;
        font-size:15px;
        font-weight:bold;
        color:#CC0000;
}

.smallredtitle a{
        font:1.0em Arial, sans-serif;
        font-size:15px;
        font-weight:bold;
        color:#CC0000;
        text-decoration:none;
}

.smallredtitle a:hover{
        text-decoration:underline;
}


.smalltitle {
	font: 1.0em Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smalltitle a{
	font: 1.0em Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
        text-decoration:none;
}
.smalltitle a:hover{
        text-decoration:none;
}
.smallwhitetext {
	font: 1.0em Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 1.0em Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 1.0em Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 1.0em Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}

.graytext {
        font: 1.0em Arial, sans-serif;
        font-size: 13px;
        color:#666666;
        }
.graytext a{
	font: 1.0em Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
.graytext a:hover{
	text-decoration:underline;
}

.graytextbib {
        font: 1.0em Arial, sans-serif;
        font-size: 13px;
        color:#666666;
        text-align:justify;
        }
.graytextbib a{
	font: 1.0em Arial, sans-serif;
	font-size: 13px;
	color:#666666;
        text-align:justify;
	text-decoration:none;
}
.graytextbib a:hover{
	text-decoration:underline;
}

.smallredtext {
	font-family: 1.0em Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font-family: 1.0em Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}

.lst {
	border-spacing: 30px 5px;
	text-align: left;
}
.lstrow {
	vertical-align: top;
}