/** Basic HTML elements **/

/*the background color of the body is the bit you see around the "outside" */
body {
  margin: 0px;
  background-color: #697172;
  text-align: center;
  font-size: 0.8em;
}
#container {
	width: 800px;
	padding: 0px;
	text-align: center;
	border: 0;
	position: relative;
	margin:0pt auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 553px;

}
/** Headings and top of page **/

#header {
	text-align: left;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	vertical-align: top;
	color: #33415D;
	padding-top: 40px;
	background-color: #FFFFFF;
	width: 100%;
}
#messageArea {
	font-size: 0.9em;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-style: normal;
	vertical-align: top;
	position: relative;
	border: 0;
	color: #33415D;
	text-align: right; 
	margin-right: 5px;
}
#mainMenu {
	width: 100%;
	background-color: #33415D;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	color: #FFFFFF;  	                                               
	height:22px;	 
	padding:5px 0px;
	/* Don't change this position attribute */	                                           		
	position:relative;	                                               
	visibility: hidden;
}

#mainMenu a:link, #mainMenu a:visited {
  text-decoration: none;
  font-size: 0.9em;
  padding:5px 12px;
 /* border-left: 1px solid #576178;
  border-right: 1px solid #1F2635;*/
  color: #FFFFFF;
}
#mainMenu a:hover {
    text-decoration: underline;
    background-color: #475470;
}
#mainMenu .activeMenuItem {
	/*background-color: #CED1D6;
	color: #33415D; */
	text-decoration: underline;
    background-color: #475470;                                         
}
/*
Style attributes of inactive menu items
*/
#mainmenu .inactiveMenuItem {		
	color:  #FFFFFF;
}
#submenu {		
    /* Background color of sub menu items */
	background-color: #FFFFFF;
	font-size: 0.9em;	
	/* Font & character properties of submenu items */	
	color: #33415D;                                          
	padding-top: 6px; 
	height: 23px; 
    /* Don't change this option */	
	visibility: hidden;
	width:100%;	    
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-align: right;
	/*font-variant: small-caps; */		
}
#submenu div {
	/* Don't change this option */
	white-space:nowrap;	  
}

#submenu a:link, #submenu a:visited {
	/*float: none;*/
	background-color: #FFFFFF;
	color: #33415D;
	/*float: right;*/
  	text-decoration: none;
  	/*display: block;*/
  	padding:2px 12px;
  	border-left: 1px solid #576178;
  	/*border-right: 1px solid #1F2635;*/
}
#submenu a:hover {
	text-decoration: underline;
}
/*this style exists to close off the submenu - put the last line at the end.*/
#submenu .closer {
	border-right: 1px solid #576178;                                      
}

/*page elements */
#title {
	border-bottom:2px solid #999999;
	color: #33415D;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:30px;
	font-style:normal;
	font-weight:bold;
	text-align:left;
	width:100%;
	padding-top: 22px;
	margin-bottom: 12px;
}
/*this is the same as a div element above, but for where we use classes still */
.title {
	color: #33415D;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:30px;
	font-style:normal;
	font-weight:bold;
	width:100%;
	padding-top: 22px;
	margin-bottom: 12px;
}
#heading2 {
	/*border-bottom:1px solid #999999;*/
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	margin-bottom:0px;
	padding-top:24px;
	width:100%;
	color: #33415D;
}

/** Content Elements **/

#content {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #33415D;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
#plainText {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}
#plainText a:link, #plainText a:visited {
  color: #000099;
  text-decoration: none;
}
#plainText a:hover {
  text-decoration: underline;
}
#blogContent ul {
	text-decoration: none;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	right: 0px;	
	top: 0px;
	padding: 0px 20px;
}
#blogContent a:link, #blogContent a:visited {
  color: #000099;
  /*text-decoration: none;*/
}
#blogContent a:hover {
  text-decoration: underline;
}
#blogTitle {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	font-weight: bold;
	padding-bottom: 12px;
}
/*this is the same as the div above, but for tables*/
.blogTitle {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	font-weight: bold;
	padding-bottom: 12px;
}
#blogContent {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	color: #33415D;
}
/*this is the same as the div above, but for tables*/
.blogContent {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	color: #33415D;
	font-size: 1em;
}
.blogContent ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	margin-left: 15px;
	margin-top: 6px;
}
#blogDetails {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	margin-bottom: 12px;
	font-size: 0.9em;
}
#blogTag {
	/*width: 100%;*/
	text-align: left;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	color: #33415D;
	margin-top: 6px;
	margin-left: 50px;
	margin-right: 5px;
}
#blogTag ul {
	text-transform: lowercase;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	right: 0px;	
	top: 0px;
}
#blogTag li {
	float:left;
	margin:0px;
	padding: 0px 15px 0px 0px;
}
#blogTag a:link, #blogTag a:visited {
  color: #33415D;
  text-decoration:none;
  display: block;
}
#blogTag a:hover {
    text-decoration: underline;
}
#addComment, #addComment a:link, #addComment a:visited {
	margin: 0px; 
	font-weight: bold;
	width: 100%;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	color: #33415D;
	text-decoration:none;
}
#addComment a:hover {
    text-decoration: underline;
}
.blueTable {
	background-color: silver; 
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 0.9em;
}
.whiteTable {
	background-color: white; 
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 0.9em;
}
#rightBox {
	float: right;
	width: 200px;
	border: groove 1px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 0.9em;
	padding-left: 2px;
}
#twitter_update_list {
	/*list-style-image: url(/images/bubble3-bullet.png); */
	list-style-image: url(/images/icons/bubble2.png);
	list-style-position: outside; 
	padding-left: 12px;
}
#footer {
	text-align: center;
	height: 40px;
	border-top: 2px solid #33415D;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	background-color: #FFFFFF;	
}
