/*This is the core style sheet of the 'DW test site'.*/

a:link {
	background-image: url(images/bgneg.gif);
	color: #000099;
	background-color: #f1f1f9;
	text-decoration: none;
	font-style: italic;

}

a:visited {
	background-image: url(images/bgneg.gif);
	color: #0000CC;
	background-color: #95b7cd;
	text-decoration: line-through;
	font-style: italic;

}

a:hover {
background-image: url(images/bg.gif);
background-color: #aaddee;
text-decoration: underline;

}

a:active {
background-image: url(images/bg.gif);
background-color: #3cc7f0;
text-decoration: none;

}



body {

background-color: #95b7cd;
color: #000099;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
background-image: url(images/bg.gif);
margin: 0 px;
}

BLOCKQUOTE {
	border: 0;
	font-style: italic;
	line-height : 1.7em;
	margin: 1em 5% 1em1.78%;
}

h1 {

font-size: 1.5em;
text-align: center;
font-style: italic;
letter-spacing: normal;
}

h2 {
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
}

p {

text-align: justify;
line-height: 1.7em;

}

#footer {
	font-size: 0.75em;
	text-align: center;
	font-weight: normal;
}

/* ====================== header ==================================
Its style, using values like
    * solid
    * dotted
    * dashed
    * double

    * border (to apply to all four edges)
    * border-top
    * border-left
    * border-bottom
    * border-right
ie:(red dotted all the way around)   border-left: dotted #ff0000 1px
 ==================================================================*/

#header {
	background-color: #ffffff;
	background-image: url(images/bg.gif);
	border-bottom: 1px #000000 solid;
	padding-right: 125px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	padding-left: 125px;
	font-size: 1.5em;
	font-style: italic;
}
#header p {

font-size: 1em;

}


#content {
	position: relative;
	width: 97%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}

/*=========================== NAVBAR======================= */
#navbar {
	position: absolute;
	top: 2px;
	left: 8px;
	width: 140px;
	height: 385px;

}

#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid #000000 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;

}

#navbar ul {

margin: 0;

padding: 0;

}

/* ========================== Main text ====================  */
#main-text {

background-color: #ffffff;
/* -------------main text area background------------------- */
background-image: url(images/bg.gif);

border-top: 0px #000000 solid;

border-left: 1px #000000 solid;

border-right: 1px #000000 solid;

border-bottom: 0px #000000 solid;

margin-left: 150px;

padding: 15px;
}
