
#page
{
	width: 798px;
	margin: 0 auto;
}

/* Sidebar */

/* indicates that the sidebar is left aligned and 152 pixels wide */
#sidebar
{
	float: right;
	width: 152px;
}

#sidetabs
{
	font-size: 75%;
	margin-left: 12px;
	text-align:left;
}

#sidetabs a
{
	text-decoration: none;
	font-weight: normal;
	/*color:#808080;*/
	color:#404040;
	line-height: 2em;
	width: 100%;
}
#sidetabs a:visited
{
	text-decoration: none;
	font-weight: normal;
	/*color:#808080;*/
	color:#404040;
	line-height: 2em;
	width: 100%;
}

#sidetabs a:hover
{
	/*color: #808080;*/
	color:#404040;
}


/* Content pane */

#contentpane
{
	float: left;
	/*width: 646px;*/
	width:642px;
	/*border-right:#84c6ff solid thin;*/
	border-right:2px solid gray;
}

/*#corporatepage
{
	background-image: url('images/gradient.jpg');
	background-repeat:repeat-x;
}*/

/*#publicpage
{
	background-image: url('images/gradient.jpg');
	background-repeat:repeat-x;
}*/

/* Login */

#login
{
	padding: 20px 0 0 5px;
}

#sidemenu
{
	padding: 5px 0 0 5px;
}
/* indicates that the form div has a margin of 0 and has padding on the top (10px) and left (5px) */

#login form
{
	padding: 10px 0 0 5px;
}

.register, .forgot
{
	font-size: 75%;
	margin-left: 12px;
	text-align:left;
}


div .newboxed {
	float: left;
	/*width: 319px;*/
	width: 239px;
	/*border-right:2px solid gray;*/
}

div .newboxedr {
	float: right;
	/*width: 321px;*/
	width: 401px;
	border-left:2px solid gray;
}

.selected {
	font-weight:bold;
	font-size:1.3em;
	color:#006ec7;
	padding-left:20px;
}

.deselected {
	font-weight:bold;
	font-size:1.3em;
	color:white;
	padding-left:20px;
}
/* fieldset draws a box around its containing elements.  In this case, the border is turned off. */

#login fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

#login label
{
	font: 100% Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

#remembermelabel
{
	font-size: .8em;
	margin-right: 12px;
	text-align:right
}

#inputtext1, #inputtext2, #inputtext3, #rememberme
{
	width: 130px;
	margin-bottom: .5em;
	color: #666666;
}

#submitButton
{
	margin-top: .5em;
	margin-bottom: .5em;
	font: bold 100% Arial, "Times New Roman", Times, serif;
	color: #666666;
	margin-left: 10px;
}

#login a
{
	color: #000000;
}
