/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol,dl { list-style:none }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
/* Dom - added img tag as Firefox and IE7 were dding whitespace under an image*/
ul,ol,dl,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img
{ margin:0; padding:0;}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2 { font-size:1.5em;padding-top: 10px;text-align: center}
h3,h4 { font-size:1em;padding-top: 10px}
h5,pre,code { font-size:.75em;padding-top: 2px;padding-bottom: 18px; }
h6 { font-size:.75em;padding: 0em 0em 1em 5em;font-style:italic; }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }




body {	
margin: 0 auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: .75em;
}

p {
padding: .5em 2em .5em 2em;
}

th {
text-align:left;
}

dt {
font-weight:bold;
padding: .5em 2em .5em 2em;
}

dd {
padding: 0em 0em 1em 3em;
}
input, textarea {
float: right;
padding-top:2px;
}
/*various formatting classes*/
.dropcap:first-letter {
	line-height:normal;
	font-size: 3em;
	float: left;
	font-weight: bold;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	
}
.dropcap:first-line {
	font-size: 1em;
	font-weight: bold;
}
/* This dropcap doesn't hilite the firstline*/
.dropcap2:first-letter {
	line-height:normal;
	font-size: 3em;
	float: left;
	font-weight: bold;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

.contentbox {
border: 0px solid #888888;
margin: .5em .5em 1.5em .5em;
width: 500px;
padding: .5em 0 .5em 0;
}

.bold_t{
font-weight:bold;
}

.centred {
display:block;
margin: .5em auto 1em auto;
text-align:center;
}
.underline {
text-decoration: underline;
}

.sectionTitle {
text-align:left;
font-size: 1em;
font-style: normal;
font-weight: bolder;
background-color: #55aaaa;
padding: .5em 2em .5em 2em;
margin: 0em 0em 1em 0em;
}

.projecttemplate{
width:500px;
}

.normalTable {
font-style: normal;
margin: .5em .5em 1.5em .5em;
}
.cleared {
clear:both;
}

.subcontent{
border: 1px solid #aaaaaa;
background-color:#FFFFCC;
float:right;
margin: .5em 2em 0.5em .5em;
padding: 0em 2em .5em .5em;
}



/*Objects start here*/

#summary li{
text-align:justify;
list-style:disc;
list-style-position:inside;
padding: .5em 2em .5em 2em;
}

#pagewidth{
margin-left:auto;
margin-right:auto;
margin-bottom: 20px;
}

#rightcol{
}

#header{
}

#leftcol{
display:none;
}



#menu{
display:none;
}

#footer{
display:none;
}


#ConnectionTools{
display:none;
}

#Topright{
display:none;
}

#form1{
display:none;
}

#conash3D0{
display:none;
}

.ad{
display:none;
}
