/* default font size*/
@import url(small.css);

* { 
margin: 0px; 
padding: 0px; 
}

BODY, TD, P  { font-family : verdana, helvetica, arial, sans-serif; color : #2A2323; line-height : 1.5em;}

P {margin-top : 0; margin-bottom : 1em;}

BODY {
  margin : 0;
  color : #2A2323;
  background : #9B93C7;
  text-align: center;
}

ul, ol { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

h1 {font-weight : bold; font-size : 22px; color : #323380; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #C18400; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #C18400; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #C18400; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #C18400; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #C18400; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

A  {color : #22377E; font-weight : normal; text-decoration : underline;}
A:Visited  { color : #22377E; font-weight : normal; text-decoration : underline;}
A:Active  { color : #22377E; font-weight : normal; text-decoration : underline;}
A:Hover  { color : #22377E;	font-weight : normal; text-decoration : none;}

hr {
  width : 85%;
  text-align : center;
  margin : 5px auto;
  border : 0;
  border-bottom : 2px dotted #9D8E01;
  color : fff;
  background : none;
}

div#wrapper {
   width: 832px;
   min-height : 500px;
   margin: 20px auto 20px auto;
   background : #fff;
   text-align: left;
}

div#header {
  width : 832px;
  height : 344px;
  position : relative;
}

img#preventfall {
  position : absolute;
  bottom : 0;
  right : 0;
}

div#nav_wrap {
  width : 832px;
  height : 31px;
  background : #34388D;
  position : relative;
}

img#slogan {
  position : absolute;
  top : 0;
  left : 70px;
}

ul#topnav {
  font: normal 12px Verdana, Arial, sans-serif;
  color : #fff;
  margin : 4px 0 0 0;
  padding : 0;
  list-style: none;
  float : right
}

ul#topnav li {  
  margin : 0;
  padding : 0;
  display : inline;
  float : left;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#topnav li { float : left; height: 1%;} 
 * html ul#topnav li a { height: 1%;} 
/* End */

ul#topnav li a, ul#topnav li a:link, ul#topnav li a:visited
{
  text-decoration: none;
  display : inline;
  font-weight : bold;
  padding : 5px 10px;
  color : #fff;
  float : left;
}

ul#topnav li a:hover {
  color : #E2E6F1;
}

div#sidenav {
  float : left;
  width : 175px;
  padding-top : 10px;
}

ul#snav {
  font: normal 13px "Trebuchet MS", Verdana, sans-serif;
  color : #000;
  margin : 0;
  padding : 0;
  list-style: none;
  width : 175px;
}

ul#snav li {
  list-style: none;
  margin : 0;
  padding : 0;
  width : 175px;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#snav li { float : left; height: 1%;} 
 * html ul#snav li a { height: 1%;} 
/* End */

ul#snav li a, ul#snav li a:link, ul#snav li a:visited
{
  text-decoration: none;
  font-weight : normal;
  padding : 5px 7px;
  color : #000;
  display : block;
  }

ul#snav li a:hover {
  background : #323380;
}

div#sidenav img {
  margin-bottom : 10px;
}

div#memberlogin {
  float : right;
  font-size : 10px;
}

div#footer {
  border-top : 3px solid #343B89;
  padding : 5px 20px;
  text-align : center;
  font-size : 11px;
  line-height : 1.2em;
  background : #fff;
}

div#content_wrap {
  clear : both;
  background : #fff url(images/bg_content.gif) top left repeat-y;
  width : 100%:
}

div#content {
  margin : 0 0 0 185px;
  padding : 15px 15px;
}

div#sidebar_right {
	clear : right;
	float : right;
	width : 200px;
	padding : 5px;
	background : #E2E6F1;
}

div#resizer {
  float : right;
  font-size : 0.9em;
}

input#sizeup {
color : #fff; width: 28px; height : 16px; background : #fff url(images/bt_txtup.gif) no-repeat left center;
border : 1px solid #fff;
}

input#sizedown {
color : #fff; width: 21px; height : 16px; background : #fff url(images/bt_txtdown.gif) no-repeat left center;
border : 1px solid #fff;
}

div.sidebar_right {
  float : right;
  width : 175px;
  background : #E4E4F2;
  padding : 3px;
}

div.sidebar_right p {
  font-size : 10px;
}

div.sidebar_right h3 {
  color : #323380;
  margin : 0;
}

div.clear {
  clear :both;
}

table {
  padding : 0;
  border : 1px solid #ccc;
  border-width : 1px 1px 0 0;
}

table th {
  background : #e7e7e7;
  font-weight : bold;
  font-size : 14px;
  border : 1px solid #ccc;
  border-width : 0 0 1px 1px;
  padding : 2px;
}

table td {
  vertical-align : top;
  border : 1px solid #ccc;
  border-width : 0 0 1px 1px;
  padding : 2px;
} 

.rowA {background : #fff}
.rowB {background : #E2E6F1;}

div#norlink {
  text-align : center;
  font-size : 9px;
  color : #000;
}

div#norlink a {
  color : #000;
  font-weight : normal;
  text-decoration : none;
}
