body {
  	background-color: #e4dfdb;
  	font-family: Verdana, Arial, Sans;
  	padding: 0;
  	margin: 0;
 	margin-bottom: 100px;
	text-align: center;
}

#grand_wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.content {
  width: 780px;
  margin: 0 auto 0 auto;
  text-align: left;
  padding: 0;
}


/***************************************
 HEADER
***************************************/


.header {
  padding: 0;
  margin: 5px 0 0 0;
  width: 780px;
  height: 71px;
  background: url(images/greentop.jpg) no-repeat;
}

.header .search {
  position: relative;                                                                    
  left: 500px;                                                                           
  top: 32px;                                                                             
}                                                                                        

.header .q { 
  font-size: 9px;                                                                        
  height: 14px;                                                                          
  width: 125px;
  padding-top: 1px;
  padding-bottom: 1px;
  border: 1px solid #5E5A55;                                                             
  
  position: relative;                                                                    
  top: -8px;                                                                            
}                                                                                        

.header .menu {
  display: block;
  float: right;
  margin: 7px 25px 0 0;
}

.header .menu a {
  background-image: url("images/topnav_bullet.gif");                                              
  background-repeat: no-repeat;                                                                   
  background-position: center left;   
}

.header a, .header a:visited {
  margin: 0 0 0 15px;
  padding: 0 0 0 10px;

  color: #e4dfdb;
  text-decoration: none;
  font-size: 7px;
  font-weight: bold;
  letter-spacing: 1px;
}

.header a:hover {
  color: white;
}



.headerRightCorner {
  margin: 0;
  padding: 0;
  background-color: #636363;
  background-image: url("images/menu_corner_grey_right.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  border-top: 1px solid #e4dfdb;
}


/***************************************
 HEADER MENU
***************************************/

ul.headerMenu {
  width: 770px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 23px;
  background-color: #636363;
  background-image: url("images/menu_corner_grey_left.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}

ul.headerMenu li {
  display: block;
  float: left;
  border-right: 1px solid #e4dfdb;
}

ul.headerMenu li.first {
  margin-left: 13px;
}

ul.headerMenu li.last {
  border: 0;
}

ul.headerMenu li a {
  display: block;
  padding: 5px 15px 5px 15px;

  cursor: pointer;

  color: #eee;
  font-size: 10px;
  font-family: Verdana, Sans;
  text-decoration: none;
  font-weight: bold;
}

.headerMenuInitial { background-color: #636363; }
.headerMenuCurrent { background-color: #f8872f; }


ul.headerMenu ul {
  display: none;
  position: absolute;
  margin: 0;
  padding: 3px;
  border-top: 1px solid #fff;

  list-style-type: none;
  background-color: #b7b7b7;
}

ul.headerMenu ul li {
  display: block;
  float: none;
  margin: 0;
  
  /* IE hacks */
  border: 1px solid #b7b7b7;
  line-height: 14px;
  vertical-align: middle;
}

ul.headerMenu ul a, ul.headerMenu ul a:hover, ul.headerMenu ul a:active, ul.headerMenu ul a:visited {
  display: block;
  margin: 0 3px 0 3px;
  padding: 3px 3px 3px 5px;

  color: white;
  font-size: 9px;
  font-family: Verdana, Sans;
  text-decoration: none;
  font-weight: bold;
}

.headerMenuItemInitial { background-color: #b7b7b7; }
.headerMenuItemCurrent { background-color: #7f7f7f; }


/***************************************
 CATEGORY MENU
***************************************/

.categoryRightCorner {
  margin: 0;
  padding: 0;
  background-color: #636363;
  background-image: url("images/menu_corner_grey_topright.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.categoryMenu {
  width: 770px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 26px;
  background-color: #636363;
  margin-top: 5px;
  
  background-image: url("images/menu_corner_grey_topleft.png");
  background-repeat: no-repeat;
  background-position: top left;
  
}

.categoryMenu li {
  height: 18px;
  color: white;
  font-size: 6pt;
  float: left;
  text-align: center;
  padding: 8px 6px 0 6px;
  border-left: 1px solid white;
  
  background-repeat: no-repeat;
  background-position: top center;
}

.categoryMenu li.first {
  border-left: 0;
  margin-left: 10px;
  padding-left: 8px;
}

.categoryMenu a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#main_wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#header2 {
	padding-top: 1px;
	margin-bottom; 2px;
	margin-left: 0px;
	cursor: pointer;
	
}

#header3 {
	
}

#archive a {
	font-size: 9px;
    color: #E4DFDB;
    font-family: Verdana, Arial, San Serif;
	font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0px;
} 


#header2-image {
	position: relative;
	top: 0px;
	left: 0px;
	padding-bottom: 10px;
}

#threecolwrap {
	width: 780px;
	margin: 0 auto;
	padding-top: 8px;
	background-image: url("images/column_background.png");
	background-position: top right;
}

#twocolwrap {
	width: 100%;
	display: inline;
	clear: both;
}

#leftcontent {
	width: 198px;
	float: left;
	background:url(images/brownline_left.jpg) repeat-y left;
}

#leftcontent-inner {
  padding: 0 10px 0 5px;
}

/*********************
SPECIFIC ATTRIBUTES
*********************/


#leftcontent-headline {
	font-size: 11px;
    color: #2D2D2D;
    font-family: Verdana, Arial, San Serif;
	font-weight: bold;
    text-decoration: none;
    margin-top: 1em;
    margin-left: .875em;
   
}

#leftcontent-headline a {
	font-size: 11px;
    color: #2D2D2D;
    font-family: Verdana, Arial, San Serif;
	font-weight: bold;
    text-decoration: none;
    text-transform: none;
    margin-top: 0em;
    margin-left: 0em;
   
}

#leftcontent-headline a:hover {
	font-size: 11px;
    color: #CF3E11;
    font-family: Verdana, Arial, San Serif;
	font-weight: bold;
    text-decoration: none;
    text-transform: none;
    margin-top: 0em;
    margin-left: 0em;
   
}

.leftcontent p {
	font-size: 10px;
    color: #5D5D5D;
    font-family: Verdana, Arial, San Serif;
	font-weight: normal;
    text-decoration: none;
    margin-left: .875em;
    margin-top: 3px;
    margin-right: .5em;
    margin-bottom: 4px;
    
}

.leftcontent a {
	font-size: 9px;
    color: #244F91;
    font-family: Verdana, Arial, San Serif;
	font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 0em;
    margin-right: 0em;
}

.leftcontent a:hover {
	font-size: 9px;
    color: #CF3E11;
    font-family: Verdana, Arial, San Serif;
	font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0px;
    margin-left: 0em;
    margin-right: 0em;
}

#mainContent {
	width: 436px;
	float: left;
	background-color: #FFFFFF;
}

#mainContent_inner { 
  padding: 10px;
}

div.rounded-box1 {
    position: absolute;
    background-color: #FFFFFF;
    width: 27.1875em;
    margin: 0px;
}

div.rounded-box3 {
    position: absolute;
    background-color: #FFFFFF;
    margin: 0px;
}

/*********************
SPECIFIC ATTRIBUTES
*********************/


#mainContent-image {
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.mainContent-headline {
	font-size: 28px;
    color: #2D2D2D;
    font-family: Verdana, Arial, San Serif;
	font-weight: normal;
    text-decoration: none;
    margin-bottom: 16px;
  
}

.mainContent-headline2 {
	font-size: 11px;
    color: #2D2D2D;
    font-family: Verdana, Arial, San Serif;
	font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0em;
  
    
}

.mainContent-subheadline {
	font-size: 11px;
    color: #2D2D2D;
    font-family: Verdana, Arial, San Serif;
	font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 2em;
    margin-left: 0em;
   
}

.mainContent-lecture {
	font-size: 11px;
    color: #999999;
    font-family: Verdana, Arial, San Serif;
	font-weight: normal;
    text-decoration: none;
   
   
}

.mainContent p {
	font-size: 11px;
    color: #5D5D5D;
    font-family: Verdana, Arial, San Serif;
	font-weight: normal;
    text-decoration: none;
    margin: 0;
}

.mainContent a {
	font-size: 9px;
    color: #244F91;
    font-family: Verdana, Arial, San Serif;
	font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
   
    margin-left: 0em;
    margin-right: 0em;
}

.mainContent a:hover {
	font-size: 9px;
    color: #CF3E11;
    font-family: Verdana, Arial, San Serif;
	font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
   
    margin-left: 0em;
    margin-right: 0em;
}

#secondaryContent {
	width: 137px;
	float: right;
	padding-left: 8px;
}




/*********************
SPECIFIC ATTRIBUTES
*********************/


#secondaryContent-headline {
	font-size: 10px;
    color: #FFFFFF;
    font-family: Verdana, Arial, San Serif;
	font-weight: bold;
    text-decoration: none;
    margin-bottom: 5px;
   
}

#secondaryContent-headline a{
	font-size: 10px;
    color: #FFFFFF;
    font-family: Verdana, Arial, San Serif;
	font-weight: bold;
	text-transform: none;
    text-decoration: none;
    margin-bottom: 0px;
   
}

#secondaryContent-headline a:hover {
	font-size: 10px;
   	color: #244F91;
    font-family: Verdana, Arial, San Serif;
	font-weight: bold;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 0px;
   
}


.secondaryContent-date {
	font-size: 9px;
    color: #333333;
    font-family: Verdana, Arial, San Serif;
	font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    
}

.secondaryContent p {
	font-size: 10px;
    color: #FFFFFF;
    font-family: Verdana, Arial, San Serif;
	font-weight: normal;
    text-decoration: none;
    margin-top: 4px;
    margin-right: 5px;
    margin-bottom: 4px;
    
}

.secondaryContent a {
	font-size: 9px;
    color: #333333;
    font-family: Verdana, Arial, San Serif;
	font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0px;
    margin-left: 0em;
    margin-right: 0em;
}

.secondaryContent a:hover {
	font-size: 9px;
    color: #244F91;
    font-family: Verdana, Arial, San Serif;
	font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0px;
    margin-left: 0em;
    margin-right: 0em;
}




/***************************************
 FOOTER
***************************************/

.footer {
  postion: relative;
  width: 780px;
  height: 30px;
  padding-top: 17px;
  margin: 25px 0 10px 0;
  background-image: url("images/footer.jpg");
}

.footer p {
  margin: 0 25px 0 0;
  padding: 0;
  float: right;
}

.footer p, .footer a, .footer a:visited {
  color: white;
  font-size: 11px;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footerText {
  margin-left: 10px;
  color: #777;
  font-size: 10px;
}

.footerText a, .footerText a:visited {
  color: #777;
  font-size: 10px;
  text-decoration: none;
}

.footerText a:hover {
  text-decoration: underline;
}
