

/* Typography */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	margin: 0px;
	padding: 0px;
	background-color: #8FCDDC;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #D21E1E;
	font-weight: normal;
}

a{
	color: #FF6600;
}
a:active {
	color: #336699;
}
.clear{
	clear: both;
}
ul {padding-left:25px;
}
li {
}
#page {
text-align:left;
width:770px;
background-image:url(/assets/templates/linksofd/images/faux-col.gif);
background-repeat:repeat-y
}
/* Header */
#header {
text-align:left;
height:150;
	}
/* End of Header */

/* Navigation */
/* common styling */
.menu {
width:166px;
background-color:#DFF1F5;
margin: 0px;
padding: 0px;

}
.menu ul {
	padding:0;
	margin: 0px;
/*	width:165px;*/
	background-image: url(/assets/templates/linksofd/images/mnu-bottom.gif);
	padding-bottom:75px;
	background-repeat:no-repeat;
	background-position: bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.menu ul li {
	margin-left:20px;
	list-style-type: none;
	background-image:url(/assets/templates/linksofd/images/menu_normal.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	background-color:#69BED3;
	display:block;
	background-position: left bottom;	
}
.menu ul li.active ul li, .menu ul li.active ul li.last, .menu ul li.active {
	background-image:url(/assets/templates/linksofd/images/menu_active.gif);
	background-repeat:repeat-y;
	border-bottom-style: none;
	background-color:#50AAC4;

}

.menu ul li ul {
display:none;
background-image:none;
padding-bottom:15px;
padding-left:10px;
}
.menu ul li ul li{
	background-position:-10px 0px;
}
.menu ul li.active ul  {
display:block;
}
.menu ul li ul li a {
	background-image:none;
	height:1em;
	padding-top:.2em;
	font-weight: normal;	
	background-position:-10px 0px;
}
.menu ul li a,.menu ul li a:hover{
	display:block;

	background-image:url(/assets/templates/linksofd/images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left:35px;
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
	font-size: 10px;

}
.menu ul li.last {
}
.menu ul li ul li.last {
background-image: none;
padding-bottom:0px;
background-repeat:no-repeat;
border:none;
}
/* set up the overall width of the menu div, the font and the margins */


/* End of Navigation */

/* Content */
#wrap {

}
img{padding:0px}

#content{
width: 569px !important;
width: 564px;
text-align:left;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
background-color:#f4f4f4;
float:right;
padding-left:20px;
padding-right:15px;
padding-bottom:20px;
}
/* End of Content */

/* Sidebar */
#sidebar {
float:left;
background-color:#DFF1F5;
width:170 px;

}
a.intro{
padding-left:5px;
padding-bottom:10px;

}
/* End of Sidebar */

/* Footer */
#footer {clear:both;
	height:60px;
	background-color:#8FCDDC;

}
#footer p {
	text-align: center;
	padding-top: 25px;
}
#footer a {
	color:#999999
}
/* End of footer */