/* CSS Document */

/* **************************************************************************** */
/* GLOBAL PAGE ATTRIBUTES														*/
/* **************************************************************************** */	

html, body {
	margin: 0;
	padding: 0;
	background-image: url(/images/universal/body_background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Tahoma;
	font-size:small;
	color:#FFFFFF;
	}
	
#page{
  margin-left: 10px;
	margin-right: auto;
	width: 1000px;
	text-align: left;
  line-height: 18px;
  font-size: small;
}

/* **************************************************************************** */
/* GLOBAL TEXT ATTRIBUTES														*/
/* **************************************************************************** */	

/*
h1, h2, h3, h4, h5, h6, p {
	padding: 0 20px 0 20px;
}
*/
h1 {
	display: block;
	font-size: x-large;
	font-weight: lighter;
	margin-top: 0;
	background-color: #586ea2;
	border-bottom: 1px solid #ffffff;
	padding: 0px 20px 10px 20px;
	}

h2 {
	font-size: large;
	font-weight: normal;
	margin-top: 10px;
}

h3 {
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
}

a {
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:visited {
  color:#0000CC;
  }


.black {
	color: #000000;
	}

.note {
	color: #ffe19b;
	}


#calendar td
{
	border-color: #ffffff;
	font-size: x-small;
	text-align: center;
  background: #586ea2;
  width:100px;
}

#calendar .cell_light
{
  background: #7b8db7;
}

#calendar .table_header {
	font-size: x-large;
	background: #abb8d7;
	}


/******************************************************************************/
/* SUPPORT FOR "SKIP NAVIGATION" FUCTION									  */
/******************************************************************************/	

.hide {
	display: none;
	}

/* **************************************************************************** */
/* MASTHEAD																		*/
/* **************************************************************************** */	

#masthead{
	background-image: url(/images/universal/header.jpg);
	background-repeat:no-repeat;
	height: 67px;
	text-align:right;
	width:1115px;
}

#masthead, #masthead p, #masthead img {
	margin: 0;
	padding: 0;
	}

#address
{
	font-size: x-small;
	font-weight: bold;
  padding-top:19px;
  float:left;
  width:980px;
}

#header_left_placeholder
{    
  float: left;
  width:352px;
}

#header_outer
{
margin-right:auto;
width:1000px;
}

/******************************************************************************/
/* NAVBAR																	  */
/******************************************************************************/

#navbar {
  margin-top:7px;
	height: 14px;
	float:left; 
	background-repeat:no-repeat;
  margin-left:160px;
  font-size:small;
  line-height:18px;
  width:800px;
  text-align:left;
	}

#navbar_links {
	font-size: small;
	font-weight: bold;
	word-spacing: 25px;
	margin:0 -250px 0 0;
	padding: 0;
	text-align: Center;
	vertical-align: top;
	}

#navbar a, #navbar a:visited {
	text-decoration: none;
	color: #586ea2;
	vertical-align: top;
	}

#navbar a:hover {
	text-decoration: none;
	color: #abb8d7;
	vertical-align: top;
}


/******************************************************************************/
/* SIDEBAR																	  */
/******************************************************************************/

#sidebar {
	float: left;
	width: 225px;
  padding: 5px;
	margin: 0;
	color:#586EA2;
	text-align:center;
	font-size:small;
	}

#sidebar h2
{
  padding:0px;
  margin:0 0 5px 0;
}

#sidebar a, #sidebar a:visited {
	font-size: medium;
	color: #7b8db7;
	font-weight: bold;
	text-decoration:none;
	}

#sidebar a:hover {
	color: #abb8d7;
	text-align: right;
	text-decoration:none;
}
	
#sidebar_right
{
  width:200px;
  float:left;  
}

/******************************************************************************/
/* CONTENT																	  */
/******************************************************************************/

#content {
	float: left;
	background-color: #7b8db7;
	width: 750px;
	}

#content-inner
{
  margin:0 20px;
}

#content img {
 	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	}

#content_bottom_img
{
  margin-top:60px;
}

#content .headshot_left
{
  float:left;margin:0 12px 0 0;
}

#content .headshot_right
{
  float:right;margin:0 0 0 12px;
}
