/* CSS Document */

body {
	background-color:#ffffff;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

a { color:green; font-weight: bold; text-decoration: none; }

a:hover { color: #FF0033; font-weight: bold; text-decoration:none; }

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}
/*WEBSITE TITLE */
#title a {
	color: #006600;
	text-align: center;
	line-height: normal;
}
#title a:hover { color: #CC0000; }
#title { text-align:center; margin-right: auto; margin-left: auto; }
#title p { color: #003300; line-height: 0.5; text-align: center; }
/* PROPERTIES OF THE HEADER IMAGE */

#title img { text-align: center; border: none; }

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */
#container { text-align: left; width:700px; margin:0 auto; }

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:200px;
	float:right;
}

#sidebar h1 { font-family:"Trebuchet MS", Arial, Verdana; text-align:right; font-size:150%; color:#626477; }

#sidebar p {
	line-height:20px;
}

#nav { font-family:"Trebuchet MS", Arial, Verdana; text-align:right; font-size:150%; color:#626477;
}
/* THE MENU */

#menu { text-align:right; }

#menu a { color:green; line-height: 15px; padding-right:10px; text-decoration:none; }

#menu a:hover { color:#cccccc; }


/* THE AREA NEXT TO THE SIDEBAR */
#content {
	color: black;
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(images/backgrounds/content.jpg);
	background-position:right 50%;
	background-repeat:repeat-y;
	padding-bottom: 20px;
}
a { color:green; text-decoration: none; }
a:hover { color: cc0000; text-decoration:none; }
#content h3 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:125%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	background-position:right top;
	background-repeat:no-repeat;
}
#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	background-position:right top;
	background-repeat:no-repeat;
}
#content ol,ul {
	list-style-image: url(/VeinCare/images/backgrounds/Leaf.gif);
	line-height:25px;
}

#content img {
	float: right;
	padding: 8px;
	clear: none;
}	

#content emph {
	font-size: 12px;
	font-weight: bolder;
	color: #006633;
	padding-right: 0px;
	padding-left: 0px;
	list-style-image: url(/VeinCare/images/backgrounds/Leaf.gif);
	
}
#content print {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	
}	
#content li {
	list-style-image:url(images/backgrounds/li.gif);
}

blockquote {
	padding-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003333;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	}

/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}
