html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}

td, th {
	text-align:left;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* TAGS */
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#AAAAAE;
	font-size:13px;
}

p {
	margin:0 0 10px 0;
}

h4 {
	margin:0 0 10px 0;
	color:#3399cc;
}

a {
	color:#3399cc;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/* DIVS */
#wrapper {
	padding:10px;
	background:#BBBBBD;
	margin:0 auto;
	margin-top:60px;
	width:748px;	
}

#top {
	margin:-25px 0 0 10px;
}

#wrapper2 {
	width:748px;
	height:533px;
	background:url(../images/right-bg.png) top right no-repeat #FFFFFF;
}

#left {
	width:100px;
	float:left;
	margin:0 15px 0 0;
	font-weight:bold;
	text-transform:uppercase;	
	font-size:0.9em;
	padding:10px 0 0 0;
}

#main {
	width:240px;
	height:463px;
	float:left;
	line-height:1.4em;
	margin:50px 0 0 0;
	overflow:hidden;
}

#right {
	margin:104px 0 0 0;
	height:374px;
	float:right;
}


/* DIV:top */
#top ul {
}

#top li {
	float:left;
}

#top li a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	background:url(../images/top-a.png) no-repeat;
	width:95px;
	height:17px;
	text-align:center;
	padding:8px 0 0 0;
	text-transform:uppercase;
	font-size:0.9em;
	z-index:2;
}

#top li a:hover {
	color:#EFEFEF;
}

#top li.item4 a {
	background:url(../images/top-a-active.png) no-repeat;
	width:110px;
	padding:10px 0 1px 0;
	margin:-3px 0 -8px -5px;
	z-index:2;
	position:absolute;
	color:#666666;
}

#top li.item4 a:hover {
	color:#333333;
}

#top li.item5 a {
	margin:0 0 0 100px;
}

/* DIV:left */
#left ul {
	margin:0 0 0 -10px;
}

#left li {
	margin:25px 0 0 0;
}

#left li a {
	display:inline-block;
	background:url(../images/a.png) no-repeat;
	background-position:0px 2px;	
	padding:2px 0 2px 15px;
	color:#999999;
	text-decoration:none;		
}

#left li a:hover {
	background-image:none;
	color:#CCCCCC;
}

#left li.active a {
	background:url(../images/a-active.png) no-repeat;
	background-position:0px 2px;	
	color:#666666;		
}


/* DIV:right */
#right a.down {
	position:absolute;
	float:left;
	margin:-58px 0 0 ;
	padding:4px;
}

#right a.up {
	position:absolute;
	margin:384px 0 0 ;
	float:left;
	padding:4px;	
}

#right img.right {
	margin:104px 0 0 0;
	float:right;
}

/* DIV:main */
#main ul, #main ol {
	padding:0 0 7px 25px;
}

#main ul {
	list-style:disc;
}

#main ol {
	list-style:decimal;
}
