/*Elements*/

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #399;
	margin-top: 30px;
	margin-bottom: 20px; 
	margin-right: 50px;
	margin-left: 50px;
}

h1 {
	color : #063; 
	font-weight : bold;
	font-variant: small-caps;
	font-size: 130%;
	background-color: #cff;
}

h2 {
	color : #063; 
	font-weight : bold;
	font-variant: small-caps; 
	font-size: 120%;
	background-color: #cfc;
}

h3 {
	color : #063; 
	font-weight : bold; 
	font-variant: small-caps;
	font-size: 110%;
	background-color: #cff;
}

h4 {
	color : #063; 
	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; }
.sm { font-size : 85%; }

/*class selectors - color specifications*/

.blue { color : #00F; font-weight : bold; }
.red { color : #F00; font-weight : bold; }
.dg { color : #063; font-weight : bold; }
.hrcolor   { color: #093; }

/*class selectors - background color specifications*/

.bg-blue { background-color: #09C;  }
.bg-green { background-color: #063;  }
.bg-nav { background-color: #9C9;  }
.bg-lt-blue { background-color: #CFF;  }
.bg-lt-gr { background-color: #6C6;  }
.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: #036; text-decoration: underline; font-weight: bold; }
#page a:visited { color: #363; text-decoration: underline; font-weight: bold; }
#page a:active { color: #036; text-decoration: none; font-weight: bold; }
#nav {font-size: smaller;}
#pg-bmargin {padding-bottom: 50px;}
.skip {color: #09C; font-size: 50%; background-color: #09C; }
