
.defaultstyle, body, html {
	margin:0;
	padding:0;
	color:#000;
	font-family:verdana,arial;
	line-height: 1.3;
	font-size:10pt;
}

body {
	width:780px auto;
}

td { font-family:verdana,arial; font-size:10pt; color:black; }

A:link { text-decoration:underline; color:#314D9C }
A:visited { text-decoration:underline; color:#314D9C }
A:hover { text-decoration:none; color:#FF0000 }

input, textarea { border: 1px solid black; margin-top: 5px; padding: 2px; font-size: 10px; font-family: Verdana; }
input.noborder { border: 0px solid black; margin-top: 5px; padding: 2px; font-size: 10px; font-family: Verdana; }
#fieldon { background-color:#87BE9F; border:1px solid black; padding:2px; }
#fieldoff { background-color:#FFFFFF; border:1px solid black; padding:2px; }

xul { text-align: left; margin-left: 30px; margin-right: 10px; margin-top: 5px; margin-bottom: -5px; }
xli { list-style:disc; padding-bottom: 10px; }
x.ins li { list-style:inside square; padding-bottom: 10px; }


/* MAIN LAYOUT */
#wrap {
	background-image: url(images/bg_yellow.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin:0 auto;
	width:780px;
	display:block;
}

#wrapbottom {
	background-image: url(images/menubottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin:0 auto;
	width:780px;
	display:block;
}

#header {
	background:#ddd;
	height:150px;
	border: 0px solid red;
}

#header h1 {
	padding:0px;
	margin:0;
}

#main {
	background:#FFFFFF;
	background-image: url(images/maincorner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
	width:628px;
	text-align:left;
	_height: 1050px;
	min-height: 1050px;
	border:0px solid red;
}

#maincontent {
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	overflow:hidden;
	border:0px solid green;
	width:620px;
}

#main h2, #main h3, #main p {
	padding:0 0px;
}

#sidebar {
	background: #FFFFFF url(images/bg_yellow.jpg) repeat-y top left;
	float:left;
	width:150px;
	text-align:left;
	border:0px solid red;
}

#sidebar ul {
	margin-bottom:0;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar li {
	background-image: url(images/kitebullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	word-wrap:break-word;
}

#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}

#sidebarcontent {
	padding:5px;
}

#sidemenu {
	font-weight: normal ! important;
}

#footerkeep {
	background: url(images/bg_yellow.jpg) repeat-y top left;
	clear:both;
}

#footerkeep p {
	padding:5px;
	margin:0;
}

#footer {
	font-size: 10px;
	line-height: 1.3;
	text-align: center;
	color:#FFFFFF;
	margin-bottom:10px;
	margin-left:410px;
	margin-top:10px;
	padding-top:0px;
	padding-bottom:10px;
}

A:link.footerlink { text-decoration:underline; color:#FFFFFF }
A:visited.footerlink { text-decoration:underline; color:#FFFFFF }
A:hover.footerlink { text-decoration:none; color:#FFFFFF }

/* END MAIN LAYOUT */




.pagetitle, h1 {
	font-size: 18pt;
	font-weight: bold;
	color:#314D9C; 
}

.subheading, h2 {
	font-size: 12pt;
	font-weight: bold;
	color:#314D9C; 
}

hr {
	color:#314D9C;
	background-color:#314D9C;
	height:1px;
}

#boxright {
	width: 150px;
	float:right;
	padding:5px;
}

#boxleft {
	width: 150px;
	float:left;
	padding:5px;
}

#boxtop {
	height:20px;
	width: 150px;
	background: url(images/box_top.jpg) no-repeat top left;
	text-align:center;
	font-weight:bold;
}

#boxcontents {
	width: 150px;
	background: url(images/box_bg.jpg) repeat-y top left;
	padding:5px;
	text-align:left;
}

#boxbottom {
	height:9px;
	width: 150px;
	background: url(images/box_bottom.jpg) no-repeat top left;
	text-align:left;
}