* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.alt {
	display: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}

h1 {
	padding: 0 0 12px 0;
	font-size: 1.7em;
	font-weight: normal;
	color: #000066;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 1.1em;
	color: #0069b3;
}

h3,h4,h5,h6 {
	font-size: 1.2em;
}

p {
	font-size: 1.2em;
}

a {
	color: #000066;
}

a:hover {
    text-decoration: none;
}

fieldset {
	border: 0;
}

input {
	padding: 1px 0 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
}

select {
	padding: 1px 0 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
}

br.clear {
	clear: both;
}

/* Layout */
#maincontainer 
{
	width: 595px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#wrapper 
{

	
	
	/*
	float: left;
	width: 770px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	text-align: left;
	*/
}

/* Header */
/* Primary navigation */


/* Left column */
#leftcol 
{
	display:none;
	/*
	clear: both;
	float: left;
	width: 174px;
	padding: 6px 0 0 0;
	*/
}

#leftcol h1 {
	padding: 18px 0 0 0;
	font-size: 2.5em;
}

#leftcol h2 {
	padding: 14px 0 8px 0;
}

#leftcol ul {
	list-style-type: none;
	padding: 0 0 7px 0;
}

#leftcol ul li {
	display: inline;
	font-size: 1.1em;
}

#leftcol ul li.active {
	font-weight: bold;
}

#leftcol ul li a {
	text-decoration: none;
}

#leftcol ul li a:hover {
	text-decoration: underline;
}

#leftcol ul li.myo2 {
	padding: 0 12px 0 0;
	color: #000066;
	font-weight: bold;
}

#leftcol ul li.div {
	padding: 0 4px 0 4px;
}

#leftcol ul li.mail {
	padding: 0 4px 0 16px;
	background-image: url("images/icon_mail.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

#leftcol ul li.webtext {
	padding: 0 0 0 16px;
	background-image: url("images/icon_webtext.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

#leftcol ul.sidenav {
	padding: 0 0 0 0;
}

#leftcol ul.sidenav li {
	display: block;
	margin: 0 0 7px 0;
	padding: 0 0 0 18px;
	background-image: url("images/bullets/subnav.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

/* Right column */
#rightcol 
{
	/*
	display:none;
	
	float: left;
	width: 596px;
	*/

}


#breadcrumbs 
{
	display:none;
	
	/*
	width: 596px;
	height: 17px;
	margin: 0 0 18px 0;
	border-top: 1px #fff solid;
	padding: 4px 0 0 4px;
	background-color: #e6e8ed;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 592px;

	*/
}

#breadcrumbs a {
	padding: 0 16px 0 0;
	color: #333;
	background-image: url("images/bullets/breadcrumbs.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

#breadcrumbs ul {
	list-style-type: none;
}

#breadcrumbs ul li {
	display: inline;
	color: #333;
	font-size: 1.1em;
}