/* 
 * general site styles 
 */

body {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size: 0.9em;
	background-color: #000000;
	background-image: url(../../images/nav-bar-back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-image: url(../../images/gradient-blk-blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	padding-bottom: 20px;
}
#header {
	background-image: url(../../images/header3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 227px;
}
#container {
	
}
#navigation {
	background-image: url(../../images/background3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 155px;
}
#content {
	margin-right: 15px;
	margin-left: 15px;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	line-height: 1.7em;
	margin-right: 4px;
	margin-left: 4px;
}
h1 {
	font-size: 1.05em;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	word-spacing: 0.05em;	
	line-height: 1.2em;
	padding-top: 0.3em;	
	margin-right: 4px;
	margin-left: 4px;
}
h2 {
	font-size: 1em;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	word-spacing: 0.05em;
	padding-top: 0.7em;
	margin-right: 4px;
	margin-left: 4px;
	line-height: 1.5em;
}
h3 {
	font-size: 1em;
	font-weight: 400;
	color: #746470;
	letter-spacing: 0.1em;
	word-spacing: 0.05em;
	line-height: 1.2em;
	padding-top: 0.3em;
	margin-right: 4px;
	margin-left: 4px;
}
h4 {
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.1em;
	word-spacing: 0.05em;
	color: #555581;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 0.2em;
}
a:link {
	color: #E7BE8C;
	text-decoration: none;
}
a:visited { 
	color: #E7BE8C;
	text-decoration: none;
}
a:hover {
	color: #E7BE8C;
	text-decoration: underline;
}
li {
	font-size: 0.95em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
ul{
 list-style-type: disc;
}
ul ul{
 list-style-type: square;
}
ul ul ul{
 list-style-type: none;
}
select {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	color: #333333;
}
input {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	color: #333333;
}
textarea {
	color: #333333;
}
td.border-topLeft { 
    background: #B75F47 url(../../images/box-back.jpg) top;
	height: 28px;
}      
td.border-top {  
    background: #B75F47 url(../../images/box-back.jpg) top;
	height: 28px;
}
td.border-topRight { 
    background: #B75F47 url(../../images/box-back.jpg) top;
	height: 28px;
}
td.border-left {
	width: 10px;
	background-image: url(../../images/box-line-left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
td.border-center { 
}
td.border-right {
	width: 10px;
	background-image: url(../../images/box-line-right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
td.border-bottomLeft {
    background: url(../../images/box-corner-bl.gif) no-repeat bottom left;
} 
td.border-bottom {
	height: 10px;
	background-image: url(../../images/box-line-horz.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
td.border-bottomRight { 
    background: url(../../images/box-corner-br.gif) no-repeat bottom right;
  } 

/* 
 * navigation menu styles 
 */
.nav_item {

}



/* 
 * font size styles 
 */
.smaller {
	font-size: 0.8em;
}
.larger {
	font-size: 1.1em;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 0.04em;
	font-size: 0.75em;
	line-height: 1.4em;
	text-align: center;
	padding-top: 25px;
}
.footer a:link, .footer a:visited {
	color: #333;
	text-decoration: none;
}
.footer a:active, .footer a:hover {
	color: #999999;
	text-decoration: underline;
}

/* 
 * printing styles 
 */

.hideAtPrint {

}
