@import url("/css.php?css=inside");
@import url("/css.php?css=type");
@import url("/css.php?css=tools");


*
{
   margin: 0;
   border: 0;
   padding: 0;
   font-weight: normal;
   text-decoration: none;
}

body
{
   font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, sans-serif;
   font-size: 12px;
   line-height: 1.5em;
   color: #333;
	background: #EEF2F3;
}

div#page
{
   width: 780px;
   margin: 0 auto;
   background: #dce5e9 url("images/right-column.png") 100% 0% repeat-y;
}

/* -------------------------
   div#top
   =top
   -------------------------  */

div#top
{
   width: 100%;
   height: 31px;
   background-color: #406c78;
}

div#top ul
{
   list-style-type: none;
}

div#top ul li
{
   float: left;
   border-right: 1px solid #ccc;
}

div#top ul li a
{
   display: block;
   border-right: 1px solid #333;
   padding: 0 10px;
   color: #fff;
   font-size: 11px;
   font-weight: bold;
   line-height: 31px;
   text-transform: uppercase;
}

div#top fieldset
{
   float: right;
}

input#top-search
{
   margin: 5px 0;
   border: 1px solid #333;
   padding: 2px 3px;
   background-color: #eee;
   color: #999;
   font-size: 12px;
}

input#top-search:focus
{
   background-color: #fff;
   color: #000;
}

input#top-submit
{
   margin: 5px 5px 5px 0;
   border: 1px solid #333;
   padding: 0 3px 1px;
   background-color: #ccc;
}

* html input#top-submit
{
   height: 17px;
   margin: 5px 5px 6px 0;
   border: 0;
   padding: 0 3px;
}

/* -------------------------
   div#left-column
   =left
   -------------------------  */

div#left-column
{
   float: left;
   width: 532px;
   background: #6cb8d1 url("images/left-column.png") 0% 0% repeat;
}

/* -------------------------
   div#nameplate
   =nameplate
   -------------------------  */

div#nameplate
{
   width: 100%;
   height: 103px;
   background: #fff url("images/nameplate.png") 50% 50% no-repeat;
}

/* ----- div#logo -----   */

div#logo
{
   float: left;
}

div#logo a
{
   display: block;
   width: 343px;
   height: 103px;
   background: #fff url("images/logo.gif") 50% 50% no-repeat;
   text-indent: -9999px;
}

/* ----- div#quote -----   */

div#quote
{
   float: right;
   width: 188px;
   height: 103px;
   background-color: transparent;
}

div#quote p
{
   margin: 10px 20px 10px 0;
   color: #666;
   font-family: Georgia, Times, "Times New Roman", serif;
   font-size: 13px;
   font-style: italic;
   text-align: center;
}

/* ----- dl#special-projects -----   */

dl#special-projects
{
   float: left;
   width: 289px;
   margin: 20px 0 20px 20px;
}

* html dl#special-projects
{
   width: 269px;
}

dl#special-projects dt
{
   width: 207px;
   height: 18px;
   background: transparent url("images/special-projects.png") 50% 50% no-repeat;
   text-indent: -9999px;
}

dl#special-projects dd
{
   margin-top: 15px;
   color: #333333;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 11px;
   line-height: 1.2em;
}

dl#special-projects dd img
{
   float: left;
   margin-right: 10px;
   border: 1px solid #000;
}

/* ----- dl#study-tools -----   */

dl#study-tools
{
   float: right;
   width: 223px;
   height: 291px;
   background: transparent url("images/study-tools.png") 50% 0% no-repeat;
}

dl#study-tools dt
{
   width: 134px;
   height: 19px;
   margin: 50px auto 0;
   background: transparent url("images/study-tools-dt.png") 50% 50% no-repeat;
   text-indent: -9999px;
}

dl#study-tools dd
{
   width: 124px;
   margin: 0 auto;
   padding-left: 10px;
   padding-bottom: 4px;
   font-size: 10px;
   line-height: 12px;
   background: transparent url("images/bullet.png") 0% 1px no-repeat;
}

dl#study-tools dd a:hover
{
	text-decoration: underline;
}

dl#study-tools dd.more
{
   margin-top: 5px;
   padding: 0;
   background-image: none;
}

dl#study-tools ds
{
   width: 124px;
   margin: 0 auto;
   padding-left: 10px;
   font-size: 10px;
   line-height: 12px;
   background: #fff;
}


/* ----- ul@alpha-nav -----   */

ul#alpha-nav
{
   clear: both;
   width: 100%;
   list-style-type: none;
}

ul#alpha-nav li
{
   float: left;
}

ul#alpha-nav li a
{
   display: block;
   margin-right: 2px;
   padding: 0 15px;
   background-color: #cbae85;
   color: #000;
   font-size: 11px;
   line-height: 25px;
   font-weight: bold;
   text-transform: uppercase;
}

body.latest ul#alpha-nav li.latest a,
ul#alpha-nav li a:hover
{
   background-color: #f0c584;
}

/* -------------------------
   div#content
   =content
   -------------------------  */

div#content
{
   clear: both;
   padding-bottom: 25px;
   background-color: #f0c584;
}

div#content h1
{
   display: none;
}

div#content h2
{
   font-size: 18px;
   padding: 15px 15px 0 15px;
   color: #1f5654;
   font-weight: bold;
}

div#content p
{
   margin: 5px 15px;
   font-size: 11px;
   line-height: 1.2em;
}

div#content p.dateline
{
   color: #1f5654;
}

/* -------------------------
   div#right-column
   =right-column
   -------------------------  */

div#right-column
{
   float: right;
   width: 248px;
}

div#right-column h1
{
   width: 219px;
   height: 23px;
   margin: 15px 14px 15px 15px;
   background: transparent url("images/tools-trade.png") 50% 50% no-repeat;
   text-indent: -9999px;
}

/* ----- dl#tools -----   */

dl#tools
{
   margin: 20px;
}

dl#tools dt
{
   margin-top: 15px;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
   color: #406C78;
}

dl#tools dt a
{
	text-decoration : none;
}

dl#tools dt a:hover
{
	text-decoration : underline;
}

dl#tools dd a
{
   font-size: 11px;
   color: #000;
}

dl#tools dd a:hover
{
   color: #406c78;
}

dl#tools ds 
{
	font-size: 11px;
	color: #000000;
	text-decoration : underline;
}


/* -------------------------
   div#bottom
   =bottom
   -------------------------  */

div#bottom
{
   clear: both;
   background-color: #406c78;
   color: #ccc;
   line-height: 25px;
   text-align: center;
}

* html div#bottom
{
   height: 1%;
}

.hr
{
   clear: both;
}

.hr hr
{
   display: none;
}


/* ETCETERA --------------- */

img
{
	padding: 0px;
}

img.floatright
{
	border: 1px solid #8896a5;
	float: right;
	margin: 0 20px 5px 10px;
	background-color: #fff;
}

.clearer {
	clear:both;
}




