/*
====================================================
===  UNIVERSAL    ==================================
====================================================
*/	

body {
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 63.125%;		/* translate 1.0em to 10px, 1.5em to 15px, etc. */
	color: #222;
	margin: 0;
	padding: 0;
	background: #ffffff;
	}
	
ul li {
	list-style: none;
	}
	
#fill-expand {
	width: 100%;
	height: 100%;
	float: left;
	background: #ffffff;
	margin: 0;
	padding: 0;
	}

#frame {
	width:764px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding: 0px;
	text-align: left;
    background: #ffffff;
	}
	
/*
====================================================
===  LEFT COLUMN  ==================================
====================================================
*/	
	
#nav {
	margin-top: 59px;
	}
	
#loginblurb {
	padding: 0;
	margin-top: 150px;
	_margin-top: 70px;  /* hack for above line--visible only in IE */
	}
	
#menuleft {
	width: 155px;
	_width: 139px;  /* hack for above line--visible only in IE */
	height: 465px;
	padding: 0px;
	float: left;
	background: url(images/coloredtiles.gif) top left no-repeat #99b2cc;
	border-bottom: 2px solid #336699;
	}
	
#menuleft ul {
	margin: 0;
	padding: 0;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: -0.08em;
	}
	
#menuleft li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
	}
	
#menuleft li:hover {
	/* list-style: url(images/bullet_menuleft_nav_over.gif); */
	}
	
#menuleft a {
	display: block;
	padding: 1px 0 1px 30px;
	border: none;	
	width: 125px;
	color: #336699;
	border-bottom: 0px solid #f4f4ef;
	background: url(images/bullet_menuleft_nav.gif) no-repeat;
	background-position: 8% 50%;
	}
	
#menuleft a:hover {
	background: url(images/bullet_menuleft_nav_over.gif) no-repeat;
	background-position: 8% 50%;
	}

/*
====================================================
===  CONTENT DIV  ==================================
====================================================
*/	

#content {
	width: 593px;
	margin: 0 0 0 12px;
	_margin: 15px 0 0 12px;  /* hack for above line--visible only in IE */
	float: left;
	color: #000000;
	font-size: 1.2em;
	line-height: 1.5em;
	}
	
#content-home {      /* applies only to content area on home page */
	width: 593px;
	/* height: 465px; */
	padding-left: 12px;
	padding-top: 18px;
	float: left;
	color: #000000;
	font-size: 1.4em;
	line-height: 1.4em;
	}

#contentright {
	width:175px;
	padding:0px;
	float:left;
	background:#fff;
	}

#contentheader {
	width: 100%;
	height: 142px;
	background: url(images/header.gif) no-repeat;
	}
	
/*
p,h1,pre {
	margin:0px 0px 0px 0px;
	}
*/

#sslfloat {
	width: 148px;
	height: 313px;
	float: right;
	padding-left: 10px;
	padding-top: 2px;
	}
	
#minibar {
	width: 148px;
	height: 100%;
	float: right;
	margin: 50px 2px 10px 10px;
	padding: 10px;
	font-size: .4em;
	background: #eeeeee;
	}
	
#minibar h1 {
	margin: 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #b31b1b;
	}
	
#minibar ul {
	margin: 0;
	padding: 0;
	font-size: 2.0em;
	}
	
#minibar li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
	}

h1 {
	font-size: 14px;
	padding-top: 10px;
	}
	
#content h1 {
	font-size: 1.8em;
	margin: 0 0 0 0;
	color: #b31b1b;
	font-weight: bold;
	}

h2 {
	font-size: 1.2em;
	color: #336699;
	margin: 25px 0 10px 0;
	}
	
ul.bulleted li {
	list-style-type: square;
	}

.breadcrumbs {
	font-size: .8em;
	color: #bbbbbb;
	}
	
.thanks {
	font-size: 1.5em;
	font-weight: bold;
	color: #336699;
	}
	
/*
==========================
HEADLINES
==========================
*/

#headlines {
	margin-top: 40px;
	}
	
#headlines h1 {
	color: #950202;
	font-size: 1.2em;
	}
	
#headlines ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .8em;
	}

#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
	}

#contentright p { font-size:10px}

#privacypolicy {
	position: absolute;
	top: 17px;
	right: 51%;
	margin-right: -385px;
	text-align: right;
	}
	
#privacypolicy a {
	border-bottom: 0px;
	color: #597119;
	text-decoration: none;
	}

#loginlink {
	position: absolute;
	top: 134px;
	right: 51.5%;
	margin-right: -385px;
	font-size: 1.6em;
	letter-spacing: -0.03em;
	text-align: right;
	}
	
#loginlink a {
	border-bottom: 0px;
	color: #ffffff;
	text-decoration: none;
	}

/*
====================================================
===  FOOTER DIV   ==================================
====================================================
*/	

#footer {
	width: 100%;
	float: left;
	background: #eeeeee;
	margin: 40px 0 0 0;
	padding: 15px 0 15px 0;
	}
	
#footer-content {
	color: #aaaaaa;
	font-size: .9em;
	text-align: center;
	padding: 0;
	/*
	width: 764px;
	*/
	}
	
#footer a {
	border-bottom: 1px solid #eeeeee;
	color: #666666;
	text-decoration: none;
	}
	
#footer a:hover {
	border-bottom: 1px solid #aaaaaa;
	}

a {
	border-bottom: 1px solid #e5cfcf;
	color: #b31b1b;
	text-decoration: none;
	}

a:hover {
	border-bottom: 1px solid #ffffff;
	color: #b31b1b;
	}

a.explain {
	font-size: .7em;
	color: #555555;
	}	


/*
====================================================
===  FORMS        ==================================
====================================================
*/

form {
  background:#eee;
  width: 375px;
  margin:.75em 0 1.5em;
  padding:5px 10px 8px;
  }
  
input, textarea, select {
  margin:1px 0;
  font:100%/1.2em Monaco,Monospace;
 
input.text {
  background:#fff;
  border:1px solid #ccc;
  border-color:#aaa #eee #eee #aaa;
  color:#333;
  }
  
form input.button {
  padding:2px;
  border:2px solid #69c;
  border-color:#69c #369 #369 #69c;
  background:#ccb;
  color:#000;
  font:bold 100% Verdana,Sans-serif;
  }