@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************************************************/
/******************************Defult Style************************************/
/******************************************************************************/
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
#content .italic {
  font-style: italic;
}
#content .strong {
  font-weight: bold;
  color: #2f2f2f;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.oh {
  overflow: hidden;
}
.cl {
	clear: both;
}

.map small a {
  font: 10px/16px "Times New Roman", Times, serif;
  text-decoration: underline;
}
.map small a:hover {
  text-decoration: none;
}

/******************************************************************/
/**************************LAYOUT**********************************/
/******************************************************************/
#layout {

}

/******************************************************************/
/**************************HEADER**********************************/
/******************************************************************/
#header {

}
/*================================================================*/
/*                         SIDE BAR                               */
/*================================================================*/
#sidebar {

}
/*================================================================*/
/*                         MENU                                   */
/*================================================================*/
.menu {

}
.menu li {

}
.menu li.active{

}
.menu li a {

}
.menu li a:hover {

}
.menu li.active a:hover, .menu li.active a {

}
/******************************************************************/
/**************************CONTENT*********************************/
/******************************************************************/
#content {

}
#content h1 {

}
#content h2 {

}
#content h3 {

}
#content h4 {

}
#content p {

}
#content p a {

}
#content ul {

}
#content ul li {

}
/******************************************************************/
/**************************FOOTER**********************************/
/******************************************************************/
#footer {

}
