
* { padding: 0; margin: 0; }

html { height: 101%; }

body {
 background-color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

a 		{ color: darkblue; text-decoration:none; }
a:visited 	{ color: darkblue; text-decoration:none; }
a:hover 	{ color: blue; text-decoration:none; cursor:pointer; }
a:active 	{ color: darkblue; text-decoration:none; }

#content_left a 		{ color: darkblue; text-decoration:none; font-weight: bold;}
#content_left a:visited 	{ color: darkblue; text-decoration:none; }
#content_left a:hover 	{ color: blue; text-decoration:underline overline; font-weight: bolder; cursor:pointer; }
#content_left a:active 	{ color: darkblue; text-decoration:none; }

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header {
 background: url(bu.jpg) no-repeat 50% 50%;
 width: 900px;
 color: #333;
 padding: 10px;
 height: 50px;
 margin: 10px 0px 0px 0px;
}

/*** NAVIGATION ***/

.link {
  padding: 1px;
  margin-bottom: 5px;
}

#navigation {
 width: 900px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
}

#header-nav {
 padding: 5px;
 border-top: 1px solid silver;
 border-bottom: 1px solid silver;
 background-color: #EEEEFF;
 background: url(nav_t.jpg) no-repeat;
 font-weight: bold;
}

li { list-style-type: none; }

#header-nav li {
 display: inline;
 padding: 5px 10px 5px 10px;
}

.nav1st {
 text-align: center;
}

#header-nav a:hover {
 border-top: 1px solid blue;
 border-bottom: 1px solid blue;
 padding-top: 5px;
 padding-bottom: 5px;
}

.active {
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 font-weight: bolder;
}

.current {

}

/*** CONTENT ***/

#content_outer { 
 width: 900px;
 color: #333;
 background-color: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}

#content_left {
 color: #333;
 width: 130px;
 background-color: #f2edf3;
 border-top: 2px solid #a197ba;
 border-bottom: 2px solid #a197ba;
 padding: 15px;
 margin: 0px;
}

#content_inner { 
 float: right; 
 width: 700px;
 color: #333;
 background-color: white;
 padding: 20px;
 padding-left: 30px;
 padding-right: 10px;
 margin-bottom: 20px;
}

h1 { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 30px;
 padding: 10px; }
h2 { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 padding: 10px; }
p  { padding: 10px; 
     text-align: justify }

/*** FOOTER ***/

#footer { 
 clear: both;
 margin-left: 10px;
 width: 880px;
 color: silver;
 border-top: 1px solid silver;
 background: url(nav_b.jpg) no-repeat;
 text-align: center;
 padding: 5px;
}

/*** IMAGES ***/

image {  }

.flLeft  { float: left;  }
.flRight { float: right; }

/*** FORMS ***/

fieldset { border: 0px; }
legend { color: white; }

label { 
 width: 150px;
 clear: left;
 float: left;
 height: 20px;
 margin: 0px;
 margin-bottom: 2px;
}

input {
 width: 600px;
 height: 20px;
 border: 1px solid #D6D3E9;
 background-color: white;
 margin: 0px;
 margin-bottom: 2px;
}

textarea {
 width: 600px;
 border: 1px solid #D6D3E9;
 background-color: white;
}

.submit {
 width: 600px;
 height: 22px;
 border: 1px solid #C6C3D9;
 background-color: #F6F6FF;
 cursor:pointer;
 margin: 0px;
 margin-top: 5px;
}
