﻿body
{
	background:url(../Image/bg.gif) #FFF repeat-x;
	font-family: Arial, sans-serif;
	color:#000;
	font-size:14px;
}

b{font-size: 110%;}
em{color: red;}

.boxtitle {
	color:#4f4f4f;
	font-family:Arial, sans-serif ;
	font-weight:bold;
	font-size:14px;
	}
	
.boxcontent{
	padding-left:3px;
	font-family:Arial, sans-serif ;
	font-size:14px;
	}

.boxcontent a:link {
	color:#2180be; text-decoration:none;
}
.boxcontent a:visited {
	color:#2180be; text-decoration:none;
}
.boxcontent a:active {
	color:#2180be; text-decoration:none;
}
.boxcontent a:hover {
	color:#2180be; text-decoration:underline;
}
	
#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background:url(../Image/kinsmedicLOGO.png) no-repeat;
height: 60px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 140px; /*Set left margin to LeftColumnWidth*/
border: 1px dotted #E1E1E1;
background-color:#ffffff;
}

#leftcolumn{
float: left;
width: 140px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
font-family: Arial, sans-serif;
font-size:12px;
}

a:link {
	color:#2180be; text-decoration:none;
}
a:visited {
	color:#2180be; text-decoration:none;
}
a:active {
	color:#2180be; text-decoration:none;
}
a:hover {
	color:#2180be; text-decoration:underline;
}

#footer{
clear: left;
width: 100%;
color: #000000;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin-top: 0;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 5px;
}

.PageTitleStyle
{
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px;
	background-image: url(../Image/titlebg.png);
	background-color: #E5E5E5;
}