/* This is the base style sheet that is used anytime in Gallery.

   If you would like to customize the styles please create
   copy of this file called

     "base.css" (same name without ".default")

   If that file is found in this directory it will be
   used instead of this one.

   Some of the styles below are overridden by specific
   album properties.

   $Id: base.css.default 14491 2006-09-09 19:13:40Z jenst $
*/


/*
   default text styles - background and colors overridden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/

body {
	background-color: #900038;
}
a:link {
	color: #900038;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #900038;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #900038;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #900038;
}
#navlinks a:link {
	color: #000000;
	text-decoration: none;
}
#navlinks a:visited {
	text-decoration: none;
	color: #000000;
}
#navlinks a:hover {
	text-decoration: none;
	color: #F40903;
}
#navlinks a:active {
	text-decoration: none;
	color: #F40903;
}
.bottomline {	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
.links1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
/*p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	padding: 0 20px 0 20px;
}*/
.tableformat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	padding: 0 20px 0 20px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2C432E;
}
.leftright {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	padding: 0 20px 0 20px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #576a79;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 20px 0 0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #576a79;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 20px 0 0;
}
.headerText {
	vertical-align: middle;
	padding-right: 20px;
	font-family: Times New Roman;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	
}

.testimonial {
	border-style: solid;
	border-color: #000000#;
	border-width: 1px;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	padding: 10px 20px 10px 20px;
	margin-top:20px;

}
#leftnav {
	text-decoration : none;
	width: 173px;
}

#leftnav ul {
	margin: 0;
	/*removes indent IE and Opera*/
	padding: 0;
	/*removes indent Mozilla and NN7*/
	list-style-type: none;
	/*turns off display of bullet*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	background-color: #cccccc;
}

#leftnav li {
	margin: 0 0 3px 0;
	background-color: #cccccc;
}

#leftnav a {
	/*/*/display: block;
	padding: 6px 2px 6px 10px;
	width: 161px;
}

#leftnav a:link, #leftnav a:visited {
	color: #000000;
	/*/*/color: black;
	text-decoration: none; /* */
}
#leftnav a:hover {
	color: #900038;
}

#uberlinkleft a:link, #uberlinkleft a:visited, #uberlinkleft a:hover {
	/*/*/color: #900038; /* */
}

#login { text-align: center; }
#login fieldset {text-align: left; border:1px solid #900038;}
#login legend {padding: 0.2em 0.5em; border: 1px solid #900038; background: #900038; color: #fff; font-weight: bold;}