body {
	margin: 20px 0;
	padding: 0;
	background:#FFFFFF ;
	font:  Arial, Helvetica, sans-serif;
	color: #003366;
}

h1, h2, h3 {
	margin-top: 0;
	font-family:  sans-serif, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	color: #003366;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #A33000;
}

a:hover {
	text-decoration: underline;
}

li {
	color: #666666;
}

li a:link {
	border-bottom: 1px dotted #A33000;
	color: #666666;
}

li a:hover {
	border-bottom: 1px solid #A33000;
	text-decoration: none;
	color: #A33000;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #A33000;
}
/*menu*/
.il 
{float:left}

.sdmenu {
    width: 150px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding-bottom: 10px;
    background: #eee url(slashfiles/bottom.gif) no-repeat  right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #FFF url(file:///C|/Documents%20and%20Settings/christ/Desktop/slashfiles/title.gif) repeat-x;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background:  url(file:///C|/Documents%20and%20Settings/christ/Desktop/slashfiles/toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #066;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #066 url(file:slashfiles/linkarrow.gif) no-repeat right center;
    color: #FFF;
}

/* Header */

#header {
	width: 660px;
	height: 143px;
	margin: 20px auto ;
	padding:0px;
	border: 1px  solid #000000 ;
	background: #FFFFFF url(IMG/Title.png) no-repeat 0px 0px;
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font-size:20px;
	font-style: italic;
	color: #999999;
}

#header h1 {
	padding: 128px 0 0 18px;
	font-weight:bold
;
}

#header h2 {
	padding: 56px 0 0 500px;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF ;
	border: 1px solid #000000;
}	 

#colOne {
	float: left;
	width: 150px;
	padding: 10px 10px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 450px;
	padding: 5px 5px;
	background: #FFFFFF url(IMG/logo.png);
	background-repeat: no-repeat;
	background-position: 50px 30px;
}

#colThree {
	float: left;
	width: 155px;
	padding:5px 5px;
	
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

/* Footer */

#footer {
	margin-left: 0;
	padding: 5px;
	text-align: center;
	font-size: smaller;
}

#footer* {
	color: #666666;