/*
 *
 * LEFT PANE
 *
  */
dl { /* block position that can be changed at will */
	/*position: absolute;*/
	left: 50px;
	top: 20px;
	width: 300px; /* width of block according to your background image */
}

dl, dt, dd { /* suppression of all margins and paddings */
	margin: 0;
	padding: 0;
}
	
dl { /* by default background on the entire block */
	background: url(/images/tail_mini.gif) bottom left no-repeat;
	padding-bottom: 30px; /* so that text will not appear on the bottom rounded edge */
}

dt { /* bloc title definition */
	height: 30px;
	background: url(/images/head_mini.gif) top left no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

dd {
	padding: 0 20px 0 10px; /* internal block spaces administration */
	text-align: justify;
	font-family: monospace;
	background: url(/images/fill.gif) top left repeat-y; /* internal background */
	font-size: 16px;
}  

.leftpane {
	vertical-align: top;
	width: 300px;
	float:left;
    clear:left;
}

/* links and text lie in the left pane */
.leftlinks {
	font-family: monospace;
	vertical-align: top;
	font-size: 16px;
	list-style: none;
}

a {
	color: #000099;
	/*font-style: none;*/
    text-decoration: none;
}

a:visited {
	color: #000099;
	/*font-style: none;*/
    text-decoration: none;
}

a:hover {
	color: #FF0000;
	/*font-style: underline;*/
    text-decoration: underline;
}

/*
 *
 * CONTENT PANE
 *
  */

.contentPane {
	vertical-align: top;
	padding-top: 30px;
	padding-left: 30px;
	width:830px;
	float:left;
}
  
/* used for title text*/
.subTitle {
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	font-family: monospace;
}

/* used for :. in the titles */
.subTitleIntro {
	font-size: large;
	font-weight: bold;
	font-family: monospace;
}

.subText {
	font-family: sans-serif;
}

.centerImage {
	text-align: center;
	display: block;
}

img.leftImage {
	float: left;
	text-align: left;
	display: block;
	margin: 4px;
	clear: left;
}

.article {
	float: left;
	clear: left;
	margin: 10px;
	display: block;
}

img.rightImage {
	float: right;
	text-align: right;
	display: block;
	clear: right;
	margin: 4px;
}

.contentFullSizeTable {
	width: 100%;
}

.tableContent {
	vertical-align: top;
	width: 100%;
}

.tableHeadings {
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	font-family: monospace;
}

.nobreakTd {
	white-space: nowrap;
}

.projectTable td,th {
	padding: 0px 5px 2px 5px;
	text-align: left;
	vertical-align: top;
}

.proj-short {
    padding: 0 20px 0 10px;
    float: right;
    width: 280px;
    clear: right;
    text-align: left;
}

.proj-image a,img {
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  font-family: monospace;
}
.proj-image {
  clear: both;
  padding-top: 10px;
  white-space: nowrap;
}

.proj-dl {
    padding: 0 20px 0 10px; 
    float: right;
    width: 280px;
    clear: right;
}
.proj-dl-size {
    text-align: right;
}

.proj-screens {
    padding: 0 20px 0 10px; 
    /*width: 280px;*/
}

.subTextSmall {
    font-family: monospace;
    padding-left: 40px;
}

.subTextNews {
    font-family: sans-serif;
    padding-left: 40px;
}