.fullsize {
	width: 95%;
}

a:link {
	text-decoration: none;
	color: #1683CD;
}
a:visited {
	text-decoration: none;
	color: #1683CD;
}
a:hover {
	text-decoration: underline;
	color: #1683CD;
}


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


.thinborder {
	border-style: solid;
	border-color: #7CC8EA;
	border-width: 1px;
}

.bar1 {
	background-repeat: no-repeat;
	background-position: right;
}

body {
	font-family: Tahoma;
	font-size: 11px;
	color: #333399;
	background-color: #1A76B7;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	line-height: 18px;	
}


input.tiny {
	font-family: Tahoma;
	font-size: 10px;
}
textarea.tiny {
	font-family: Tahoma;
	font-size: 10px;
}


input {
	font-family: Tahoma;
	font-size: 11px;
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
}
select {
	font-family: Tahoma;
	font-size: 11px;
}


li{
	list-style-image: url(images/bull3.gif);
}

li.bullet1 {
	list-style-image: url(images/bull1.gif);
}
li.bullet2 {
	list-style-image: url(images/bull2.gif);
}
li.bullet3 {
	list-style-image: url(images/bull3.gif);
}


/*  ///////////////////////////// */

#menu {
width: 150px; /* set width of menu */

} 

#menu ul { /* remove bullets and list indents */
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}

#menu li { /* remove bullets and list indents */
list-style-image: none;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: 11px Tahoma;
display: block;
border-width: 0pt;
border-style: solid;
border-color: white;
margin: 0;
padding: 5px 10px;
}

#menu h2 {
	color: #FFFFFF;
	background-color: #3399FF;
}

#menu a {
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	color: #3300FF;
	background-color: #99CCFF;
}

<!--[if IE]>
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
/*float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: 11px; 
/* if required use em's for IE as it won't resize pixels */
} 
<![endif]-->


