h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #CC3300;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.blue a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: normal;
	color: #336699;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 2em;
}
.blue a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: normal;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 2em;
}

.blue a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: normal;
	color: #003399;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 2em;
}

.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 2em;
}

.list a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 2em;
}
.list a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 2em;
}

.list a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #003399;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 2em;
}

.dropcap { 
	float:left; 
	color: #333366; 
	/* font-size:44px; */
	font-size:150%; 
	line-height:15px; 
	padding-top:0px; 
	/* font-family: "Times New Roman", Times, serif; */
	/* font-family: "Arial", arial, arial narrow;  */
	font: 28pt/18pt verdana; 
} 

.dropcap2 { 
	float:left; 
	color: #333333; 
	/* font-size:44px; */
	font-size:120%; 
	line-height:5px; 
	padding-top:2px; 
	/* font-family: "Times New Roman", Times, serif; */
	/* font-family: "Arial", arial, arial narrow;  */
	font: 24pt/12pt verdana; 
} 
div#entry{
	margin: 0 20% 1 em 20%; padding: 0;
}
div#sidebar {
	position:inherit;
	top: 4em;
	right: 4em;
	left: 6em;
	bottom: 4em;
	width: 25%;
	font-size: 100%;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	line-height: 1.5em;
}
div#sidebar2 {
	position:inherit;
	top: 4em;
	right: 4em;
	left: 6em;
	bottom: 4em;
	width: 45%;
	font-size: 100%;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	line-height: 1.5em;
}
div#sidebar3 {
	position:inherit;
	top: 4em;
	right: 4em;
	left: 6em;
	bottom: 4em;
	width: 45%;
	font-size: 100%;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	line-height: 1.5em;
	margin-left: 3em;
}
.pagelet {
	padding: 6px 6px 6px 6px;
	background-image: url(/misc/inside/assets/interface/rcornerfold.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.hidden {
	color: #FFFFFF;
	text-align: left;
	font-size: xx-small;
	width: 1px;
	display: none;
}

input {
	background-color: #ffffcc; 
	font-size: 100%;
	border-width: 1px;
	border-bottom-color: #333333;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #333333;
	padding: .2em;
}

select {
	background-color: #ffffcc; 
	font-size: 100%;
	border-width: 1px;
	border-bottom-color: #333333;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #333333;
	padding: .2em;
}

/* list fix begins */
.dottedboxw ul {
	margin-left: 3em;
	list-style-position: outside;
	list-style-type: disc;
}
.dottedboxpurple ul {
	margin: 1em;
	list-style-position: outside;
	list-style-type: disc;
}
.dottedbox ul {
	margin: 1em;
	list-style-position: outside;
	list-style-type: disc;
}
/* end list fix */

