/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif; /* background-color: #f0f0ff; */
	background-color: #E8CBD1;
	color: #000000;
	line-height: 1.166;
	margin: 0px 5 0 5;
	padding: 0px;
	background-image: images/rosesm2.gif;
	background: url(images/rosesm2.gif);
	font: 12px;
	font-size: small;
}

a{
	color: #004080;
	text-decoration: underline;
}

a:link{
	color: #800040;
	text-decoration: underline;
}

a:visited{
	color: #800040;
	text-decoration: underline;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Times New Roman,sans-serif;
	font-size: 180%;
	color: #800050;
	margin: 0px;
	padding: 2px;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 110%;
	color: #8A0045;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	background-color: #E8CBD1;
}


ul{
	list-style-image: url(images/bullet_cup.gif);
	padding: 2px;
	padding-top: 2px;
	list-style: url(images/bullet_cup.gif);
}

ul ul{
 list-style-type: disc;
}

hr {
	width: 80%;
	color: #800050;
	border-width: thin;
}


ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

A.sasmakepage:link
{
	COLOR: 800040;
	FONT: 12px arial;
	text-decoration : underline;
}
A.sasmakepage:visited
{
	COLOR: 800040;
	FONT: 12px arial;
	text-decoration : underline;
}
A.sasmakepage:active
{
	COLOR: 800040;
	FONT: 12px arial;
	text-decoration : underline;
}
A.sasmakepage:hover
{
	COLOR: 006699;
	FONT: 12px arial;
	text-decoration : underline;
}
.sasmakepagetable 
{  
	font-family: "Trebuchet MS", Verdana; 
	font-size: 12px; color: #000000; 
	background-position: center top; 
	background-color: #FFFFFF; clip:  rect(   ); 
	padding-top: 5px; 
	padding-right: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
	border-top: 1px solid #CAA2AA; 
	border-bottom: 1px solid #CAA2AA; 
	border-left: 1px solid #CAA2AA; 
	border-right: 1px solid #CAA2AA;}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	width: 98%;
	background: #800050;
	padding-left: 10px;
	padding-right: 10px;
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	text-align: center;
}

#navBar{
	float: left;
	width: 136px;
	margin: 0px 10px;
	padding: 2px;
	background-color: #800040;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8A0045;
}

#content{
	float: left;
	width: auto;
	background: transparent;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font: small;
	margin-left: 5px;
	padding-right: 10px;
}

#content #navbottom {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	float: left;
}
#content2{
	float: none;
	width: auto;
	background: transparent;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font: small;
	margin-left: 5px;
	padding-right: 10px;
}

#adBar {
	background-color: #8A0045;
	float: right;
	width: 120px;
}


/***********************************************/
/* Components                                  */
/***********************************************/


/*********** . table cell text styles ********/
.tdtext1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 5px;
	display: block;
	color: #1B3471;
}
.tdtext2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}
.smallnew {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}
 #navcontainer
{
margin: 10px 0 0 30px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	background: #fff;
	width: 80px;
	height: 18px;
	border-top: 1px solid #E8CBD1;
	border-left: 1px solid #E8CBD1;
	border-bottom: 1px solid #E8CBD1;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #800030;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
	color: Black;
	background: #FFE4E1;
}

#navcontainer a:active
{
	background: #FFE4E1;
	color: Black;
}

#navcontainer li#active a
{
	background: #F5F5F5;
	border: 1px solid #c60;
	color: Black;
}

