/*
CSS
*/

body {
	margin: 20px 0;
	padding: 2;
	background: #ffffff url();
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
}
p.small {
font-variant: small-caps; }

table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

p, ul, ol, blockquote {
   list-style: square inside;
	color: #000000;
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #A33000;
}

a:visited {
 text-decoration: none;
 color: #A33000;
}

a:hover {
	text-decoration: underline;
}

li {
	color: #990000;
}

li a:link {
	color: #666666;
}

li a:hover {
	text-decoration: none;
	color: #333333;
}

li a:visited {
	color: #666666;
}

img.float {
	float: left;
	margin: 5px 20px 10px 0;
	border: 1px solid #000000;
}

/* Header */

#header {
	width: 700px;
	height: 160px;
	margin: 0 auto;
	padding: 10px;
	background: #353535 url(images/img3.jpg) no-repeat 10px 10px;
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

#header h1 {
	padding: 128px 0 0 18px;
	font-weight: bold;
}

#header h2 {
	padding: 128px 0 0 0;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #FFFFFF url();
        background-repeat: repeat-x; 
	border: 10px solid #353535;
	border-top: none;
}

#colOne {
	float: left;
	width: 210px;
	padding: 20px 10px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 250px;
	padding: 20px 10px;
}

#colThree {
	float: left;
	width: 180px;
	padding: 20px 10px;
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

/* Footer */

#footer {
	padding: 10px;
	text-align: center;
	font-size: smaller;
}

#footer * {
	color: #c0c0c0;
}