/* global */
html{height: 100%;}

body
{
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 0.9em;
	top: 2px;
	left: 2px;
}

p
{
	margin: 0px;
	padding: 6px 0px 4px 8px;
	line-height: 18px;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	clip: rect(2px,2px,2px,2px);
	word-spacing: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
}

img{border: 0px;}

h1
{
	margin: 0px;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: x-large;
	font-weight: normal;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
  text-decoration: normal;
  font-weight: normal;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 10px 0px; 
  padding: 6px 36px 0px 36px;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 14px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ width: 861px;
  margin-left: auto; 
  margin-right: auto;
  padding: 2px;
}

/* links above the logo */
#links
{ padding: 9px 0px 3px 19px;
  width: 742px;
  text-align: right;
  height: 22px;
  text-decoration: normal;
}

#links a, #links a:hover{
	text-decoration: underline;
}

/* logo */
#logo
{ padding: 0px;
  width: 861px;
  height: 155px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
}

#logo h1
{ padding: 8px 0px 0px 8px;
  font-family: verdana, arial, sans-serif;
  font-size: 150%;
  font-weight: normal;
  letter-spacing: .3em;
}

/* main content */
#content
{ width: 861px;
  height: auto;
  padding: 0px;
  text-align: justify;
  overflow: hidden;
} 

/* column 1 - contains menu, news, add links and other info */
#column1
{ width: 210px;
  float: left;
  padding: 0px 0px 0px;
}

#column1 h1{padding: 0px 0px 18px 0px;}

#menu, #addlinks
{
	position: relative;
	width: 210px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 200px;
}

#menu ul, #addlinks ul
{ margin: 0px auto; 
  padding: 0px; 
  list-style: none; 
  text-align: left; 
  width: 210px;
} 

#menu li, #addlinks li 
{ margin: 0px; 
  list-style: none; 
  float: left; 
} 

#menu li a, #addlinks li a 
{ float: left; 
  height: 12px;
  text-decoration: none; 
  padding: 4px 0px 8px 14px;
  width: 196px;
} 

#menu h1, #addlinks h1{padding: 0px 0px 14px 12px;}

.sidebaritem
{ position: relative;
  text-align: justify;
  margin: 0px 0px 15px 0px;
  padding: 8px 14px 11px 12px;
  width: 190px;
  float: left;
  height: 244px;
  min-height: 244px;
}

.sidebaritem[id]{height: auto;}

/* column 2 - page content */
#column2
{
	text-align: justify;
	padding: 4px 22px 4px 28px;
	width: 600px;
	float: left;
}
#column2 a
{
	text-align: justify;
	padding: 4px 2px 4px 10px;
	width: 600px;
	 border-bottom: 1px dotted;
}

#column2 h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
	margin: 20px 0px 12px 0px;
	border-bottom: 1px dashed;
}
#column2 h2
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	padding: 0px 0px 2px 10px;
	margin:8px 0px 2px 0px;
}
#column2 h3
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 12px 0px;
}

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{ padding: 0px;
  text-decoration: normal;
}

/* footer */
#footer
{
	float: left;
	padding: 18px 0px 0px 0px;
	width: 861px;
	text-align: center;
	height: 40px;
	}

#footer a
{	text-decoration: none;
	border-bottom: 1px dotted;
}
#footer a:hover{
	text-decoration: none;
	border-bottom: 1px dotted;
}




html{height: 100%;}

body
{ background: #F5F5F1 url(bg.gif) repeat-x;
  color: #3E4244;
}

blockquote
{ background-color: #F1F4F5;
  color: #3E4244;
  border-color: #D4DBDE;
}

#links, #links a
{
	background-color: transparent;
	color: #3C4042;
	text-decoration: underline;
}

#links a:hover
{ background-color: transparent;
  color: #FFFFFF;
}

#logo
{ background: #8D9299 url(mwise.jpg) no-repeat;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

#logo h1
{
	background-color: transparent;
	color: #8bdbfe;
}  

#content, #column2
{ background-color: #FFFFFF;
  color: #3E4244;
} 

#column1
{
	background-color: #FFFFFF;
	color: #3E4244;
} 

#column2 h1
{
	background: transparent;
	color: #005457;
	border-color: #F1F4F5;
}

#menu, #addlinks, .sidebaritem
{
	background: #cecece;
	color: #8BDBFE;
	padding: 0px;
}

#menu li a, #addlinks li a
{ background-color: transparent;
  color: #59535E;
  border-color: #FFFFFF;
} 

#menu li a:hover, #menu li a#selected, #addlinks li a:hover
{
	background-color: #8BDBFE;
	color: #333333;
	border-color: #FFFFFF;
} 

.sidebaritem a, #column2 a
{ background-color: transparent;
  color: #3E4244;
}

.sidebaritem a:hover, #column2 a:hover
{
	background-color: #8BDBFE;
	color: #3E4244;
}


#footer, #footer a
{
	background: #8D9299 url(footer.gif) no-repeat;
	background-color: #CCCCCC;
	color: #333333;
}

#footer a:hover
{
	background: #8BDBFE;
	color: #333333;
}

input, textarea
{ background-color: #FFFFFF;
  color: #3E4244;
  border-color: #616D7B;
}
