body
{
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(images/main_bg.png);
	text-align:center; /* this is necessary in IE7 to center the contents */
	font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif;
	font-size:14px;
	color: #CCCCCC;
	margin: 0px;
}

h1
{
	font-size: 20px;
}

a:link 
{
	/*color:#666666;*/
	/*color:#006600;*/
	color:#EBFBC4;
	text-decoration:none;
}

a:hover
{
	/*color:#F4FDDD;*/
	/*color: #EBFBC4;*/
	/*color:#669966;*/
	color:#FFFFFF;
	text-decoration:none;
}

a:visited 
{
	/*color:#595959;*/
	/*color:#666666;*/
	color:#669900;
	text-decoration:none;
}

table.prettytable 
{
	margin: 0em 1em 1em 1em;
	background: whitesmoke;
	border-collapse: collapse;
	color: black;
}

table.prettytable th, table.prettytable td 
{
	border: 1px silver solid;
	padding: 0.2em;
}

table.prettytable th 
{
	/*background: gainsboro;*/
	background: #666666;
	text-align: left;
	color: #CCCCCC;
}

table.prettytable caption 
{
	margin-left: inherit;
	margin-right: inherit;
}

img.noborder
{
	border-style: none;
}

img.noborder_center
{
	border-style: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

a.nohighlighting
{
	color: #CCCCCC;
}

.figure_text
{
	padding: 0px 50px 0px 50px;
	font-size: 10px;
	text-align: justify;
}

.smaller_text
{
	font-size:smaller;
}

li
{
	padding-bottom: 10px;
}

.float_right
{
	float:right;
}

/*
html, body
{
	height: 100%
}
*/

/*** BEGIN CLEAR FIX ***/
/* clear fix allows the body background to expand with content */
.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*** END CLEAR FIX ***/

#body_header
{
	background-image: url(images/body_header.png);
	width: 916px;
	height: 72px;
	margin:0px auto 0px auto;
}

#body_header img
{
	float: left;
	padding-left: 42px;
}

#body_footer
{
	background-image: url(images/body_footer2.png);
	background-repeat:no-repeat;
	width: 916px;
	height: 67px;
	margin:0px auto 0px auto;
}

#body_footer_left
{
	float: left;
	width: 234px;
	padding: 18px 0px 0px 9px;
}

#body_footer_right
{
	float: right;
	width: 658px;
}

#body_footer_content
{
	text-align:center;
	padding: 32px 0px 0px 9px;
	color: Black;
	font-size: 9px;
	font-family: Arial;
}

#body_footer_content a:link
{
	color:#006600;
}

#body_footer_content a:hover
{
	color: #EBFBC4;
}

#body_footer_sourceforge
{
	padding: 2px 0px 0px 5px;
}

/*** BEGIN BODY MENUBAR ***/
#body_menubar
{
	font-family: Arial, "Trebuchet MS", Verdana, Sans-Serif;
	background-image: url(images/body_menubar.png);
	background-repeat:no-repeat;
	width: 916px;
	height: 65px;
	margin:0px auto 0px auto;
}

#body_menubar ul 
{
	display:block;
	font-size:14px;
	height:65px;
	list-style-type:none;
	margin:0pt 0pt 20px;
	overflow:hidden;
	padding:0pt 0pt 0pt 258px;
}

#body_menubar li 
{
	display:block;
	float:left;
}

#body_menubar li a 
{
	background-position:50% 100%;
	background-repeat:no-repeat;
	color:#006600;
	display:block;
	float:left;
	font-weight:bold;
	height:61px;
	padding:4px 17px 0pt;
	text-decoration:none;
	text-transform:lowercase;
}

#body_menubar li a:hover 
{
	color:#669966;
}

#body_menubar li a.home 
{
	background-image:url(images/menu_home_icon.png);
}

#body_menubar li a.download 
{
	background-image:url(images/menu_download_icon.png);
}

#body_menubar li a.docs 
{
	background-image:url(images/menu_docs_icon.png);
}

#body_menubar li a.source 
{
	background-image:url(images/menu_source_icon.png);
}

#body_menubar li a.people 
{
	background-image:url(images/menu_people_icon.png);
}

#body_menubar li a.studies 
{
	background-image:url(images/menu_phone_icon.png);
}

#body_menubar li a.contact 
{
	background-image:url(images/menu_mail_icon.png);
}
/*** END BODY MENUBAR ***/

/*** BEGIN BODY_CONTAINER ***/
#body_container
{
	margin:0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	background-image: url(images/body_container.png);
	background-repeat: repeat-y;
	text-align:left;
	width:916px;
	
}
/*** END BODY_CONTAINER ***/

/*** LEFT COLUMN ***/
#body_left_column
{
	float: left;
	width: 239px;
	padding: 10px 0px 0px 10px;
	border-right:1px solid #787B7D;
	min-height: 900px;
}

.small_inset_top
{
	background-image:url(images/small_inset_top.png);
	background-repeat: no-repeat;
	height: 3px;
	width: 181px;
	margin-left: 30px;
}

.small_inset_mid
{
	background-image:url(images/small_inset_mid.png);
	background-repeat: repeat-y;
	height: auto;
	width: 181px;
	padding: 0px 8px 0px 8px;
	margin-left: 30px;
	font-size: 11px;
}

.small_inset_bot
{
	background-image:url(images/small_inset_bot.png);
	background-repeat: no-repeat;
	height: 3px;
	width: 181px;
	margin-left: 30px;
}

.vertical_padding30
{
	height: 30px;
}

.vertical_padding20
{
	height: 20px;
}

.vertical_padding10
{
	height: 10px;
}

.quote
{
	/*margin-left: 20px;
	margin-right: 20px;*/
	font-style: italic;
	/*width: 150px;*/
}

.quote_person
{
	font-style: normal;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 15px;
}

.header_inset_top
{
	background-image:url(images/medium_inset_top.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 215px;
	margin-top: 5px;
	margin-left: 10px;
}

.header_inset_mid
{
	background-image:url(images/medium_inset_mid.png);
	background-repeat: repeat-y;
	height: auto;
	width: 215px;
	padding: 0px 8px 0px 8px;
	margin-left: 10px;
	color: #CCFF99;
	/*
	  color: #CCFF99; 
	  color: #AEE26C;
	  color: #EBFBC4;
	*/
	/*font-family: Arial, Verdana,Sans-Serif;
	font-variant: small-caps;*/
	font-size: 12px;
	font-weight: 600;
	/*text-decoration: underline overline;*/
}

.header_inset_bot
{
	background-image:url(images/medium_inset_bot.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 215px;
	margin-left: 10px;
}

.content_inset
{
	padding: 5px 0px 0px 15px;
	width: 210px;
	font-size: 14px;
}

.svn_header
{
	font-size: 14px;
	font-weight: bold;
	border-bottom:1px solid #787B7D;
	width: 180px;
}

.svn_commit
{
	font-size: 12px;
}

.svn_commit .title
{
	font-weight: bold;
}

.blog_feed .title 
{
	border-bottom:1px solid #787B7D;
	font-size:14px;
	font-weight:bold;
	width:180px;
	padding-top: 6px;
}

.blog_feed .recency 
{
	font-size:12px;
}

.download_inset
{
	background-image:url(images/download_icon.png);
	background-repeat: no-repeat;
	min-width: 23px;
	min-height: 40px;
	padding: 0px 0px 0px 35px;
}

#body_left_column ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	list-style-type: none;
}

#body_left_column ul.menu
{
	padding: 0px 0px 0px 20px;
	list-style-type:circle;
	list-style-position:outside;
	font-weight: bold;
}

#body_left_column ul.submenu
{
	padding: 0px 0px 0px 20px;
	list-style-type:circle;
	list-style-position:outside;
	font-weight: bold;
	font-size: 10px;
}

#body_left_column li
{
	padding-bottom: 0px;
}

#body_left_column a.download_text
{
	/*color: #CCFF99; */
	color: #EBFBC4;
	font-family:Arial,"Trebuchet MS",Verdana,Sans-Serif;
	font-size: 16px;
	/* font-weight:bold; */
	text-decoration: underline;
}
/*** END LEFT COLUMN ***/

/*** RIGHT COLUMN ***/
#body_right_column
{
	float: right;
	width: 658px;
	/*padding-left: -10px;
	border-left:1px solid #787B7D;*/
}

#right_menu
{
	font-size: 14px;
	color: #CCCCCC;
	/*#CCFF99;*/
	text-align: center;
	height: 30px;
	padding-top: 10px;
	font-weight: bold;
	/*border-style: solid;
	border-width: thin;
	border-color: #CCFF99;
	margin-bottom: 20px;
	width: 640px;*/
}

#right_front_header
{
	background-image:url(images/front_image.png);
	background-repeat: no-repeat;
	background-position: center;
	display:block;
	padding:0px 20px;
	min-height: 387px;
}

#right_front_header_content
{
	font-family: Arial, "Trebuchet MS", Verdana, Sans-Serif;
	padding: 285px 55px 0px 85px;
	font-size: 26px;
	color: #CCFF99;
}

#right_content
{
	padding: 0px 20px 0px 30px;
	font-size: 14px;	
}

/*** END RIGHT COLUMN ***/