/* Base Styles For All Pages */

/* Blue
--------------------------------*/
body.blue{
	background-color: #000033;
	background-image: url("../images/background.gif"); background-repeat: repeat;
	}
}
/* Text
---------------------------------------*/
.content {
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #000000; 
font-size: 11px; 
line-height: 18px;
}
.textSmallWhite {
	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textSmallBlue {
	FONT-SIZE: 10px; COLOR: #000033; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.textTitle {
	FONT-SIZE: 36px;
	COLOR: #000066;
	FONT-FAMILY: "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-weight: normal;
	font-variant: small-caps;
	line-height: normal;
	font-style: normal;
}
.textTitle2 {
	FONT-SIZE: 24px;
	COLOR: #000066;
	FONT-FAMILY: "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-weight: normal;
	font-variant: small-caps;
	line-height: normal;
	font-style: normal;
}
.textTitle3 {
	FONT-SIZE: 18px;
	COLOR: #000066;
	FONT-FAMILY: "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-weight: normal;
	font-variant: small-caps;
	line-height: normal;
	font-style: normal;
}	
.textBeginParagraph {
	FONT-SIZE: 32px;
	COLOR: #000066;
	FONT-FAMILY: "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
}
/* Links
----------------------------------------------- */
a:link, a:visited {
  border-bottom: 1px dotted #194A82;
  color:#194A82;
  text-decoration:none;
}
a:visited {
  border-bottom-color-dotted:#969;
  color:#939;
  }
a:hover {
  border-bottom:1px solid #f00;
  color:#f00;
  }
/* Resources
------------------------------------ */
#resources {
	width: 660px;
	height: 10px;
	background: #b8d0e6 url("../images/resources_corner.gif") no-repeat bottom right;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: right;	
}
#resources img.plus {
	padding-right: 24px;
}
#resources-links {
	padding: 15px;
	background: #c9dced;
	text-align: left;
}
/* Lists
------------------------------------ */
ul {
  margin:.5em 0em 1em;
  padding: 0;
  list-style-type:none;
}
ul li {
  background:url("../images/sidebar_bulletstar.gif") no-repeat 8px .6em;
  margin:0;
  padding:0 0 0 20px;
  line-height: 2em;
} 

