/*Elements*/

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #0099CC;
	margin-top: 20px;
	margin-bottom: 10px; 
	margin-right: 25px;
	margin-left: 25px;
}

h1 {
	color : #006633; 
	font-weight : bold;
	font-variant: small-caps;
	font-size: 130%;
	background-color: #cff;
}

h2 {
	color : #006633; 
	font-weight : bold;
	font-variant: small-caps; 
	font-size: 120%;
	background-color: #cfc;
}

h3 {
	color : #006633; 
	font-weight : bold; 
	font-variant: small-caps;
	font-size: 110%;
	background-color: #cff;
}

h4 {
	color : #006633; 
	font-weight : bold; 
	font-variant: small-caps;
	font-size: 105%;
	background-color: #cfc;
}


.img { border: 2px solid #036; }

#pagetitle {
	margin-top: 1px;
	margin-bottom: 1px; 
	margin-right: 1px;
	margin-left: 1px;
}

ul {  line-height : 130%; }
ol {  line-height : 130%; }
li {  line-height : 130%; }

/*class selectors - font specifications*/

.smallfont { font-size : smaller; }
.bold   {  font-weight: bold; }
.italics  {  font-style: italic; }
.bi  { font-style: italic; font-weight: bold; }

/*class selectors - color specifications*/

.blue { color : #0000FF; font-weight : bold; }
.red { color : #FF0000; font-weight : bold; }
.dg { color : #006633; font-weight : bold; }
.hrcolor   { color: #009933; }

/*class selectors - background color specifications*/

.bg-blue { background-color: #0099CC;  }
.bg-green { background-color: #006633;  }
.bg-nav { background-color: #99CC99;  }
.bg-lt-blue { background-color: #CFF;  }
.bg-lt-gr { background-color: #66CC66;  }
.bg-yellow { background-color: #ffc;  }
.bg-white {background-color: white; }

#url {
	margin-left: 130px;
	color: #ffffff; 
	font-size : smaller;
}

#page { background-color: white; padding: 15px 25px 30px 20px; }
#page a:link { color: #003366; font-weight: bold; }
#page a:visited { color: #336633; font-weight: bold; }
#page a:active { color: #003366; text-decoration: none; font-weight: bold; }
	
#nav {font-size: smaller;}

#pg-bmargin {padding-bottom: 50px;}

.skip {color: #0099CC; font-size: 50%; background-color: #0099CC; }
