@charset "utf-8";
/* CSS Document */

a:active     {  font-family: 'Arial Narrow'; font-size: 13px; color: #000000}
a:link       {  font-family: 'Arial Narrow'; font-size: 13px; color: #000000}
a:visited    {  font-family: 'Arial Narrow'; font-size: 13px; color: #000000}
body         {  font-family: Arial; font-size: 14px; color: #000000}
table        {  font-family: Arial; font-size: 14px; color: #000000}
td           {  font-family: Arial; font-size: 14px; color: #000000}
li
{
	font-size: 10px;
	font-family: 'Arial Narrow';
}
H1
{
	font-size: 24pt;
	color: red;
}
img{border:0;}
#Container
{
	width:100%;
	background-color:#FFF;
	color:#333;
	line-height: 130%;
	min-width:980px;
}

#Header
{
	background-image:url(../images/Printing_Header.jpg);
	height:130px;
	width:100%;
}
#Header img
{
	width:450px;
	padding:20px 0 0 10px;
}
#Menu
{
	background:url(../images/Printing_Menu.jpg) repeat-x;
	height:68px;
	width:100%;
}

#Menu ul
{
	list-style:none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: auto;
	color:#333;
	text-align:center;
}
#Menu ul li
{
	float:left;
	margin:0;
	padding: 0 15px 0 0;
	position:relative;
}
#Menu ul li a
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 2.0em;
	color:#333;
	padding:15px 0 20px 0;
	display:block;
	text-decoration:none;
	float:left;
	min-width:109px;
}
#Menu ul li a:hover
{
	background:url(../images/Menu_Mouse_Over.png) no-repeat center top;
}

#Body
{
	position:relative;
}

.SideBar_Container
{
	float:left;
	width:270px;
	margin:0;
	padding:0;
}
.SideBar_Top
{
	width:270px;
	height:45px;
	padding:0px;
	background-image:url(../images/Side_Top.jpg);
}
.SideBar
{
	width:270px;
	padding:0px;
	background-image:url(../images/Side_bg.jpg);
	position:relative;
	top:0;
}
.SideBar_Content, .SideBar_Content ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0 0 0 30px;
}

.SideBar_Content li{
  margin:0 0 0 10px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

.SideBar_Content .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}
.SideBar_Bottom
{
	width:270px;
	height:50px;
	background-image:url(../images/Side_Bottom.jpg);
}
#Content
{
	margin-left:270px;
}
#Footer
{
	background-image:url(../images/1x1.jpg);
	background-repeat:repeat-x;
	clear:both;
	margin:15px 20px 0 20px;
	text-align:center;
}
