@charset "utf-8";

/*this is for the whole page, sets default font attributes and centers page in browser.*/
body {
	margin: 25px 25px 15px 25px;
	padding: 0px;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image:url(images/bkg-wall.jpg);
}
/*attributes for default links, no underlines, */
a:link, a:active, a:visited {
	text-decoration: none;
	Color:#333333;
}

/*attributes for hovering over default links, no underlines & changes color */
a:hover {
	text-decoration:none;
	COLOR: #006393;
}

/*classes for different colored text and link behavior*/
.white, .white a:link, .white a:visited {
	COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}
.white a:hover {
	COLOR: #CECECE;
}
.blue, .blue a:link, .blue a:visited {
	COLOR: #006393;
	TEXT-DECORATION: none;
}
.blue a:hover {
	COLOR: #B56948;
}
.brown, .brown a:link, .brown a:visited {
	COLOR: #B56948;
}
.brown a:hover {
	COLOR: #006393;
}
/*these are for the main header tags, customize these for headers over creating new style*/
h1 {
	margin-top: 0px;
	margin-bottom:10px;
	font-size: 1em;
}
h2 {
	margin-top: 0px;
	margin-bottom:0px;
	font-size: 1em;
}
h3 {
	font-size: 1.3em;
	font-weight:normal;
	COLOR: #006393;
	margin-top: 0px;
	margin-bottom:0px;
}
/*if need to change space above or below all paragraphs*/
p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Unordered List, if you're making a bulleted list, this changes indent and such.*/
ul {
	margin-top:0px;
	padding-left:20px
}

/*this is the outer container, telling it margins from the edges of browser. */
.container {
	margin: 0 auto;
}
.content {
	width:1000px;
	font-size:1.2em;
	line-height:1.3em;
	background-color:#FFFFFF;
	text-align:left;
}
.footer {
	text-align:center;
	padding-top:5px;
}
.fltright {
 float:right;
 }

/*padding can be applied to a td (cell) tag or to image if placing it within a box*/
.padding {
	padding-left: 15px;
	padding-right: 15px;
}
.paddingright {
	padding-right: 15px;
}
.label {
	line-height:1.5em;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat:no-repeat;
	background-image:url(images/bkg-label.jpg);
}
#scbuttons {
	float:right;
	width:165px;
	padding-left:5px;
}
#scbuttons p {
	margin-top:0px;
}
.dimmed a:hover{
opacity:.4;
}
