/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #004954;
	color: #000;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	font-weight: lighter;
}

h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #004954;
	text-decoration: none;
	font-weight: 600;
}
/* Sets the style for visited links. */
a:visited {
	color: #663300;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}





#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	background-image: url(images/bg_left.jpg);
	background-repeat: repeat-y;
}

#outerWrapper #header {
	background-image: url(images/header.jpg);
	height: 191px;
	padding: 0px 0px 0px 0px;
}

#outerWrapper #contentWrapper {
  overflow: hidden;
}






#outerWrapper #contentWrapper #content {
	letter-spacing: 0.07em;
	width: 650px;
	position: relative;
	margin-left: 256px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px 0px 0px 0px;
}

#outerWrapper #contentWrapper #content p {
	font-size: 12px;
	line-height: 20px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 0px 0px 0px 0px;
}

#outerWrapper #contentWrapper #content ul {
	font-size: 12px;
	margin-left: 30px;
	margin-right: 40px;
	padding-top:5px;
	padding-left:17px;
	padding-bottom: 5px;
	line-height: 20px;
	list-style-type: square;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


#outerWrapper #contentWrapper #content h1 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 27px;
	font-weight: lighter;
	line-height: 24px;
	color: #444246;
}

#outerWrapper #contentWrapper #content h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #7A2426;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 22px;
	padding-right: 70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7A2426;
	margin-left: 30px;
	margin-right: 40px;
}





#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 0px 0px 0px 0px; 
	width: 256px;
	margin: 0px 0px 0px 0px;
}


#outerWrapper #contentWrapper #leftColumn1 ul{
	text-align:right;
	list-style-type: none;
	padding:0px 90px 0px 0px;
}


#outerWrapper #contentWrapper #leftColumn1 #nav1 a {
	display: block;
	font-weight: lighter;
	color:006666;
	font-size: 18px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006666;
	
	margin: 15px 0px 5px 0px;
	padding: 5px 3px 5px 0px;
	
	}


#outerWrapper #contentWrapper #leftColumn1 #nav1 a:hover {
	text-decoration: none;

}


#outerWrapper #contentWrapper #leftColumn1 #nav1 a:visited {
	text-decoration: none;
	color: #006666;
}


#outerWrapper #contentWrapper #leftColumn1 li#nav1_a a{
	display:block;
	font-weight: lighter;
	margin:0px 5px 0px 0px;
	padding:3px 0px 0px 0px;
	color: #333333;
	font-size: 12px;
}


#outerWrapper #contentWrapper #leftColumn1 li#nav1_a a:visited {
	color:#404040;
}




#outerWrapper #footer {
	font-family: "Courier New", Courier, monospace;
	
	list-style-type:none;
	
	background-color: #FFFFFF;
	background-image: url(images/footer.gif);
	height: 94px;
	font-size:11px;
	padding: 0px 0px 0px 256px;
	margin: 0px 0px 0px 0px;
}


#outerWrapper #footer #footer_nav {
	display:block;
	position: relative;
	font-weight: lighter;
	width:655px;
	height: 38px;
	background-image: url(images/nav_bot.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



#outerWrapper #footer #footer_nav a {
	margin: 0px 0px 0px 0px;
	font-weight:lighter;
	color:#7A2426;
}

#outerWrapper #footer #footer_nav ul{
	color:#330000;
	list-style-type : none;
	margin: 0px 0px 0px 0px;
}

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

#outerWrapper #footer li:hover{

	background-image: url(images/bot_nav_RO.jpg);
	background-repeat: repeat-x;	

}
.smallH2 {
	font-size: 10px;
	line-height: 10px;
}



li#ft_1 {
	font-size:14px;
	position:absolute;
	text-align:center;
	left: 0px;
	width: 53px;
	height: 28px;
	top: 0px;
	padding-top: 10px;	
}

li#ft_2 {
	font-size:14px;
	position:absolute;
	text-align:center;
	left: 54px;
	width: 65px;
	height: 28px;
	top: 0px;
	padding-top: 10px;
}

li#ft_3 {
	position:absolute;
	text-align:center;
	left: 544px;
	width: 110px;
	height: 28px;
	top: 0px;
	padding-top: 10px;
}

li#ft_4 {
	position:absolute;
	text-align:center;
	left: 372px;
	width: 122px;
	height: 28px;
	top: 0px;
	padding-top: 10px;
}

li#ft_5 {
	position:absolute;
	text-align:center;
	left: 496px;
	width: 160px;
	height: 28px;
	top: 0px;
	padding-top: 10px;
}

li#ft_6 {
	position:absolute;
	text-align:center;
	left: 522px;
	width: 133px;
	height: 28px;
	top: 0px;
	padding-top: 10px;
}
#outerWrapper #contentWrapper #content #mug img {
	margin-left: 30px;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
}


#outerWrapper #contentWrapper #content ul#nolines {
	border-top-style: none;
	border-bottom-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
}


#fill {

	margin-left: 30px;

}