/* undohtml.css */
:link,:visited { text-decoration:none }
h1,h3,h4,h5,h6,pre,code { font-size:1em; }
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,tr,td
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

html {overflow-y: scroll;}

/* text -----------------------------------------------------------------------*/

body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 70.01%;
	color: #2a2b48;
}

table, tr, td, pre, code, li, ul,  input{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
}

h1{
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 8px;
  color: #5f62a2;
}

h2{
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 8px;
  color: #5f62a2;
}

p{
	margin: 0px 0px 10px 0px;
	font-size: 1.1em;
}

a:link {color: #06a811; text-decoration: none; font-weight: bold;}
a:visited {color: #06a811;	text-decoration: none; font-weight: bold;}
a:hover {color: #054d0a;text-decoration: underline; font-weight: bold;}
a:active {color: #06a811; text-decoration: none; font-weight: bold;}

hr{
	width: 650spx;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
}

li{
	margin: 20px;
	position: relative;
	left: 20px;
}

ul{
	margin-left: 20px;
}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
	background-color: #82dff9;
	background-image: url(images/background-gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
   text-align: center;
}

#header{
	width: 908px;
	height: 146px;
	margin: 0 auto;
	background-image:url(images/header.jpg);
	display: none;
}

#content{
	width: 908px;
	margin: 0 auto;
	background-image:url(images/content-repeat.jpg);
}

#footer{
	width: 908px;
	height: 5px;
	margin: 0 auto;
	background-image:url(images/footer.jpg);
	display: none;
}

#top-nav-purple-left{
	height: 28px;
	width: 4px;
	float: left;
	margin-left: 10px;
	background-image: url(images/purple-bar-left.gif);
	background-repeat: no-repeat;
	display: none;
}

#top-nav-purple{
	height: 28px;
	line-height: 28px;
	width: 440px;
	color: #5f62a2;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	background-image: url(images/purple-bar-repeat.gif);
	background-repeat: repeat-x;
	display: none;
}

#top-nav-purple-right{
	height: 28px;
	width: 4px;
	float: left;
	background-image: url(images/purple-bar-right.gif);
	background-repeat: no-repeat;
	display: none;
}

#top-nav-green-left{
	height: 28px;
	width: 4px;
	float: left;
	margin-left: 10px;
	background-image: url(images/green-bar-left.gif);
	background-repeat: no-repeat;
	display: none;
}

#top-nav-green{
	height: 28px;
	line-height: 28px;
	width:420px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	background-image: url(images/green-bar-repeat.gif);
	background-repeat: repeat-x;
	display: none;
}

#top-nav-green a{
	color: #ffffff;
	display: none;
}

#top-nav-green-right{
	height: 28px;
	width: 4px;
	float: left;
	background-image: url(images/green-bar-right.gif);
	background-repeat: no-repeat;
	display: none;
}

#content-container{
	clear: both;
}

#content-left{
	width: 188px;
	margin: 10px;
	float: left;
	background-image: url(images/left-nav-repeat.gif);
	background-repeat: repeat-y;
	display: none;
}

.content-left-header{
	width: 188px;
	height: 28px;
	line-height: 28px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	font-size: 1.2em;
	background-image: url(images/left-nav-header.gif);
	background-repeat: no-repeat;
	display: none;
}

.content-left-items{
	width: 188px;
	text-align: left;
	line-height: 25px;
	padding-bottom: 10px;
	display: none;
}

.content-left-items a{
	color: #46487b;
	margin-left: 10px;
	display: none;
}

#content-right{
	width: 650px;
	float: left;
	text-align: left;
	padding: 10px 10px 20px 10px;
	margin-left: 8px;
}

.greenbutton{
	width: 240px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	background-image: url(images/button-background.gif);
	background-repeat: no-repeat;
}

.greenbutton a{
	color: #ffffff;
	margin: auto;
}
