/* CSS Styles */
.content {
    font-family : "Verdana", Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-weight : normal;
    color : #666666;
	line-height:20px;
	text-align:justify;
}

.smalltxt {
    font-size : 11px;
    font-weight : normal;
    color : #666666;
	font-family : "Verdana", Georgia, Times,serif;
}

.sublinks {
    font-size : 11px;
    font-weight : normal;
    color : #ffffff;
	font-family : "Verdana", Georgia, Times,serif;
}

a.sublinks {
	color:#FFFFFF;
	text-decoration:none;
}

a.sublinks:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.orangetxt {
    font-size : 11px;
    font-weight : normal;
    color : #FF3300;
	font-family : "Verdana", Georgia, Times,serif;
}

.mainimg{
	border:#666666 solid 1px;
}

/* ************************************************************************** */
/*                                                                            */
/*                             Layout CSS                                     */
/*                                                                            */
/* ************************************************************************** */

body {
	background:#E1E1E1;
	text-align:center;
	margin:20px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
a {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color: #FF3300;
    text-decoration:underline;
}
#wrapper1 {
	position:relative;
	text-align:left;
	width:971px;
	background:#FFF url("images/white_bkgnd.gif") repeat-y top right;
	border-left: #666666 solid 1px;
}
#wrapper2 {
	position:relative;
	text-align:left;
	width:970px;
	background:url("images/white_bkgnd.gif") repeat-y top left;
	border-right: #666666 solid 1px;
}
#header {
	background:#ffffff;
	padding:10px;
	margin:0;
	width:950px;
	text-align:left;
	color:#666666;
	border-left: #666666 solid 1px;
	border-right: #666666 solid 1px;
	border-top: #666666 solid 1px;
}
#header h1 {
	font-size:200%;
}
#header a:hover {
	color:#7A2875;
}
#maincol {
	position:relative;
	margin:0;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#ffffff;
	z-index:100;
}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#ffffff;
	z-index:99;
}
#centercol {
	position:relative;
	padding:0 220px;
}
#centercol a {
	text-decoration:none;
	color:#666666;
}
#centercol a:hover {
	text-decoration:underline;
	color:#FF3300;
}
#footer {
	position:relative;
	background:#ffffff;
	width:950px;
	clear:both;
	margin:0;
	padding:10px;
	border-bottom: #666666 solid 1px;
	text-align:right;
}

/* ************************************************************************** */
/*                                                                            */
/*                             Content CSS                                    */
/*                                                                            */
/* ************************************************************************** */

#logo{
	float:right;
	width : 277px;
	height : 75px;
	position:relative;
}
#date{
	position : relative;
	bottom : -10px;
	left : 0px;
	width : 703px;
	height : auto;
	padding-right : 10px;
	padding-left : 10px;
	padding-top : 5px;
	padding-bottom : 5px;
	text-align : right;
	background-color : transparent;
	border-top: solid 1px #666666;
	border-right: solid 1px #666666;
}

#ssgportal {
	position : relative;
	margin-top:10px;
	padding : 10px;
	top : 0px;
	left : 0px;
	width : 178px;
	height : 102px;
	border : #666666 solid 1px;
	font-size:10px;
	font:"Verdana", Geneva, sans-serif;
}

#ssgportal input.field {
    	font-size: 10px;
    	display: block;
    	padding: 1px;
    	border: solid 1px #666666;
    	width: 94px;
	}

#LwrLeft{
	position : relative;
	margin-top:10px;
	padding : 10px;
	top : 0px;
	left : 0px;
	width : 178px;
	height : 70px;
	border : #666666 solid 1px;
	line-height: 16px;
}

#navigation{
	position : relative;
	padding : 10px;
	top : 0px;
	left : 0px;
	width : 178px;
	height : auto;
	border : #666666 solid 1px;
}

#navservicessub {
	position:absolute;
	left:188px;
	top:44px;
	width:305px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:10px;
	line-height:16px;
	background:#FF3300;
	z-index:99;
	visibility: hidden;
}

#officenews{
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding-left:0px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	background:#ffffff;
	z-index:99;
}

#officenews ul {
	margin-left:1.5em;
	padding-left:0.5em;
	list-style-image:url(../images/bullet.gif)
}

#officenews li {
	padding-bottom:10px;
}

#textlinks{
	float : left;
	bottom : 0px;
	position : relative;
}
#copyright{
	float : right;
	bottom : 0px;
	position : relative;
}

