/* * * * * * * * * * * * * * * * * * * * * * */
/* HTML TAGS (See also form and link styles) */
/* * * * * * * * * * * * * * * * * * * * * * */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	background: RGB(255,255,255);
	height: 100%;
	width: 100%;
}
li { padding-top: 5px;}

input { font-size: 13px;}

#mainTable {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	background: rgb(255,255,255);
}

td#leftContent {
	width: 186px;
	vertical-align: top;
	padding: 8px 0px 0px 0px;
	text-align: center;
}
td#leftContent table#tableHanger {
	width: 160px;
	background: rgb(255,255,255) 
	padding: 0px 0px 0px 0px;

}
td#boxSlideShow {
	width: 412px;
	height: 282px; 
	background: rgb(255,255,255) url(picture_library/home/ss_homepage/1.jpg) no-repeat center;  
}
td#boxSlideShow img {
	border: solid rgb(163,163,120);
}
td#rightContent {
	padding: 8px 0px 0px 8px;
	vertical-align: top;
}

td#rightContent table#spindle {
	width: 170px;
	padding: 0px 0px 0px 4px;
	background: rgb(255,255,255);
}

td#boxMission {
	margin-top: 2px;
	border: solid rgb(255,255,255);
	border-width: 10px 0px 0px 0px;
	background: rgb(210,210,193);
	vertical-align: top;
	padding: 0px 0px 0px 2px;
}
td#boxMission span#interior {
	padding: 0px 0px 0px 2px;
	margin-right: 4px;
	border: solid rgb(102,136,135);
	border-width: 0px 0px 0px 0px;
}
td#boxMission span#textMission {
	padding: 0px 0px 0px 0px;
	border: solid rgb(170,170,133);
	border-width: 0px 1px 0px 1px;
}
td#login  {
	height: 45px;
	padding: 5px 16px 0px 0px;
	font-size: 11px;
	color: rgb(51,51,51);
	vertical-align: top;
	text-align: right;
}
td#login div#boxLogin {
	width: 	450px;
	height:	25px;
	background: rgb(232,232,224);
	border: solid rgb(227,227,217);
	border-width: 4px 4px 4px 4px;
	float: right;
	vertical-align: top;
	padding: 0px 10px 0px 0px;
}
td#login div#logout {
	color: rgb(153,153,102);
	float: right;
	padding: 0px 0px 2px 0px;
}
td#login div#topLinks  {
	width: 	365px;
	height:	18px;
	font-size: 11px;
	background: rgb(232,232,224);
	border: solid rgb(227,227,217);
	border-width: 4px 4px 4px 4px;
	float: right;
	vertical-align: top;
	padding: 4px 2px 0px 12px;
}
td#login div#topLinks  a {
	font-size: 11px;
	color: rgb(102,102,102);
	background: rgb(255,255,255);
	text-decoration: none;
}
td#login div#topLinks  a:hover {
	font-size: 11px;
	color: rgb(92,92,92);
	background: rgb(227,227,217);
	text-decoration: none;
}
td#title  {
	vertical-align: bottom;
}
td#btmLinks {
	height: 40px;
}
td#btmLinks a {
	color: rgb(51,51,51);
	font-size: 11px;
	text-decoration: none;
}
td#btmLinks a:hover {
	color: rgb(0,153,0);
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
