@charset "utf-8";


/****************************************************/
/* INNER LAYOUT                                     */
/****************************************************/

#sidebar1Inner {
	float: left; /* since this element is floated, a width must be given */
	width: 379px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
* html #sidebar1Inner { /* this is to fix IE 6.0 bug */
	display: inline; 
	margin-right: -370px; 
}
#mainContentInner {
	margin: 0 0 0 390px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 189px;
	height: auto;
} 
* html #mainContentInner {
	margin: 0px 0px 0px 387px;
}

.loginView
{
	/*font-size: .8em;*/
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0082c8;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}

.titleTextStyle
{
	background-color: #0082c8;
	font-weight: bold;
	font-size: 1.0em;
	color: White;
}

.instructionTextStyle
{
	font-style: italic;
	color: Black;
}

.textboxStyle
{
	font-size: 0.8em;
}

.loginButtonStyle
{
	background: #FFFBFF;
/*
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
*/
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #284775;
}
/* used for printing links 
#sidebar1Inner a:link:after, #sidebar1Inner a:visited:after {
   content: " [" attr(href) "] ";
   font-size: 0.7em;
   }
   
#sidebar1Inner a[href^="/"]:after {
content: " (http://www.alistapart.com" attr(href) ") ";
}
*/
