body {
	margin:0;
	background: #13366a url(assets/images/background.jpg) repeat-x center top;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #112958;
}

p {	font-size: 13px; line-height:20px;}

h1 { font-size: 24px;
	 font-weight: bold;
	 font-style: italic;}

h2 { font-size: 20px;
	 font-weight: bold;}

h3 { font-size: 18px;
	 font-weight: bold;
	 color: #6d6e6a;
	 font-style: italic;
}

h4 { font-size: 14px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color: #52120e;
}

a:hover { text-decoration: underline;}

li { font-size: 12px;
	 
	 padding-bottom:5px;}

.imgborder { BORDER: #000000 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
hr {color:#000000;
	background:#000000;
	height:1px;
	border:0;}
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color: #CCCCCC;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */
/* Template Begins */
#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 733px;
	height: auto;
	background: transparent url(assets/images/wrapper_bg.jpg) repeat-y left top;
}
	#container {
		margin: 0px;
		padding: 10px 0px 0px 0px;
		width: auto;
		height: auto;
		background: transparent url(assets/images/container_bg.jpg) no-repeat left top;
	}
		#header {
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			width: auto;
			height: 161px;
		}
			#doctorBox {
				position: absolute;
				margin: 46px 0px 0px 80px;
				padding: 0px;
				width: 300px;
				height: auto;
				font: bold 20px Georgia, "Times New Roman", Times, serif;
				color: #ebeadd;
			}
			#nav {
				padding: 0px 0px 0px 118px;
				margin: 0px;
				width: auto;
				height: auto;
				text-align: left;
			}
				#nav li {
					display: inline;
					margin: 0px 33px 0px 0px;
					padding: 0px;
					width: auto;
					height: auto;
					font: bold 12px/25px "Times New Roman", Times, serif;
					border-top: 0px;
					list-style-type: none;
					list-style-position: outside;
				}
				#nav a {
					margin: 0px;
					padding: 0px;
					width: auto;
					height: auto;
					color: #13366a;
					font: bold 12px/25px "Times New Roman", Times, serif;
					text-transform: uppercase;
				}
				#nav a:hover {
					text-decoration: none;
					color: #fff;
				}
			#logoBox {
				margin: 50px 0px 0px 0px;
			}
		#body {
			margin: 0 220px 0 0;
			padding: 0px 0px 0px 55px;
			width: auto;
		}
	
			#rightCol {
				float: right;
				margin: 0px;
				padding: 0px;
				width: 220px;
				height: auto;
			}
				#sidebar {
					margin: 0px;
					padding: 0px 55px 47px 0px;
					width: auto;
					height: auto;
					color: #000;
					font: 11px/13px "Times New Roman", Times, serif;
					text-align: right;
					background: transparent url(assets/images/sidebar_bg.jpg) no-repeat right bottom;
				}
					#sidebar p {
						color: #000;
						font: 11px/16px "Times New Roman", Times, serif;
					}
		#bottom {
			clear: both;
			margin: 0px;
			padding: 0px;
			width: auto;
			height: 35px;
			background: transparent url(assets/images/bottom_bg.jpg) no-repeat left top;
		}
#footer {
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	width: 760px;
	height: auto;
	text-align: center;
}
	#footer p {
		color: #F0EDDA;
	}
	#footer a {
		color: #F0EDDA;
	}
	#bottomNav {
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		color:#F0EDDA;
	}
		#bottomNav li {
			display: inline;
			list-style-type: none;
			list-style-position: outside;
			color: #F0EDDA;
		}
		#bottomNav a {
			color: #F0EDDA;
		}
		
/* Template Ends */