body {
	background:  URL(../images/background.gif) top left repeat-y #FFFFFF;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:  71%;
	color:  #000000;
	margin:  0;
	padding:  0;
}
#contentwrapper {
	margin: 0;
	margin-top:  100px;
	padding:  0;
	width:  100%;
}
#leftside {
	float:  left;
	width:  270px;
	margin-top:  1em;
}
#leftside a {
	display:  block;
	width:  270px;
	height:  21px;
	margin:  0;
	padding:  0;
}
#leftsidemenu {
	position:  absolute;
	top:  100px;
	left:  0;
	width:  270px;
	z-index:  1;
}
#content {
	float:  none;
	margin:  0;
	padding:  0;
	height:  1%;
}
#content[id] {
	margin-left:  270px;
}
.padded {
	height:  1%;
	padding:  1em;
}
.divider {
	margin: 0;
	padding:  0;
	width:  100%;
	background:  URL(../images/divider_bg.gif) top left repeat-x;
	height:  14px;
	clear:  both;
}
.dividerleft {
	float:  left;
	width:  14px;
	height:  14px;
	background:  URL(../images/divider_left.gif) top left no-repeat;
}
.dividerright {
	float:  right;
	width:  14px;
	height:  14px;
	background:  URL(../images/divider_right.gif) top right no-repeat;
}
#top {
	position:  absolute;
	top:  0;
	left: 0;
	width:  100%;
	height:  100px;
	overflow:  hidden;
	background:  URL(../images/pictures.jpg) top left repeat-x #FFFFFF;
}
#logo {
float: left;
width:  270px;
height:  100%;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/logo.png');
overflow:  hidden;
}
#logo[id] {
background-image:URL(../../images/logo.png);
}
img {
	border:  none;
}
h1 {
	font-size:  160%;
	color:  #293D66;
	margin:  0;
	padding-top:  0;
	padding-bottom:  0.25em;
	background-color:  inherit;
}
h2 {
	font-size:  130%;
	color:  #295FCC;
	background-color:  inherit;
}
input, textarea, select {
	border:  1px solid #293D66;
	font-size:  100%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}
a {
	color:  #295FCC;
	background-color:  inherit;
}
a:hover {
	text-decoration: none;
	color:  #293D66;
	background-color:  inherit;
}
.button {
	color:  #FFFFFF;
	background-color:  #295FCC;
	font-weight:  bold;
}