/* 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: gray; font-weight: bold; text-decoration:none; }

textarea,input,submit {
	background-color:#FFFFCC;
	color:#000000;
	padding:5px;
	border:thin none #CCCCCC;
	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; }

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	text-align: left;
	border: none;
}

#titleleft img {
	text-align: left;
	float: left;
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 20px;
}


/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */
#container { text-align: left; width:910px; 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;
}

#sidebarL{
	width:200px;
	float:left;
	font-weight: bold;
	font-size: 130%;
	height: 500px;
	padding-right: 15px;
	padding-left: 10px;
}	
#sidebarL h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:center;
	font-size:150%;
	color:#666666;
	font-weight: bold;
	margin-right: 8px;
	margin-left: 8px;
}	
#sidebarL img {
	text-align: left;
	border: none;
	float: left;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	

}

#sidebarL p {
	line-height:16px;
	color: #006600;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 16px;
	font-size: 100%;
	font-family: "Lucida Sans", "Lucida Grande";
}


#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:0px;
	padding-right:0px;
	border-right:1px solid #cccccc;
	padding-bottom: 15px;
	float: left;
	width: 450px;
}
a { color:green; text-decoration: none; }
a:hover { color: gray; 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:#333333;
	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: 16px;
}

#content li {
	list-style-image:url(/VeinCare/images/backgrounds/Leaf.gif);
	line-height: 14px;
	margin-bottom: 12px;
}

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:430px;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
	font-family: "Lucida Sans", "Lucida Grande";
	font-weight: bold;
	color: #003300;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
