#container {
	display: block;
        margin-right: auto;
        margin-left: auto;
	width: 955px;
	padding-top: 7px;
}

#toolbar {
	display: block;
	clear: both;
}

#toolbar .logo {
	float: left;
}

#toolbar .tools {
	float: right;
}

#content {
	display: block;
	clear: both;
}

li {
	list-style-position: outside;
}

h1, h2 {
	font-weight:600;
	color: #444;
	background: none;
}

h1 {
	font-size: 1.4em;
	background-image: url(http://images.frontiernet.net/common/h1_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

h2 {
	font-size: 1.2em;
}

#container a {
	color: #C43012;
	background:none;
	text-decoration: none;
}

#container a:hover {
	text-decoration: underline;
}

html>body #container #colright {
	width: 725px; /* ie5win fudge ends */
}

.red {
	color: #C43012;
	background:none;
}
.spacer {
	line-height: 0px;
	font-size: 0em;
	clear: both;
}

.header {
	font-weight: bold;
}

#footer {
	font-size: 11px; 
	line-height: 1.2em; 
	margin: 12px;
}

#footer a {
	color: #333333; 
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#loginbox {
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(http://images.frontiernet.net/common/login_bkg.jpg);
	background-repeat: repeat-y;
}


/* aquired from http://www.frontieronline.com//CSS/StyleSheet.css */

body 
{
    MARGIN-TOP: 0px;
    MARGIN-LEFT: 0px;
    COLOR: #333333;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}


/*Brand Bar*/
#BrandBar 
{
	
	color: #0054a6;
	font-size: 10pt; 
	font-family:  Arial; 
	font-weight: normal;  
	vertical-align: top;
} 

DIV#BrandBar A
{
	color: #0054a6;
	font-size: 10pt; 
	font-family:  Arial; 
	font-weight: normal;  
} 
DIV#BrandBar A:visited
{
	font-size: 10pt; 
	font-family:  Arial; 
	font-weight: normal;  
} 
/*End Brand Bar*/


