:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}

table {
}

fieldset,img,abbr,acronym {
    border:0;
} 

a {
    text-decoration:underline;
    outline:none;
    color: #2E3A6E; 
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}

a:hover {
    text-decoration: none;
}


/* Layout ----------------------------------------------------------------- */

body {
    background:#fff;
    font: normal 13px trebuchet ms, sans-serif;
    color: #333;
}

#area1, #area3, #area4, #alpha, #beta {
    position: relative;
}

#area1, #area2, #area3, #area4  {
    margin: 0 auto;
    width: 728px;
}

#area3 { 
    margin: 20px auto 50px;
}

#area4 {
    margin-bottom: 10px;
    font-size: 0.8em;
    color: #999999;
}

#area4 a {
    color: #999999;
}

#alpha, #beta {
    display: inline;
    float: left;
}

#alpha {
    width: 498px;
    text-align:justify;
}

#beta {
    width: 200px;
    margin-left: 30px;
    font-size: 11px;
    top: -20px;
}

#area1:after,
#area3:after,
#area4:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h2, h3, h4, h5, h6, p, ul, ol {
    margin-bottom: .75em;
}

ol, ul {
    margin-left: 30px;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Assets */

h1 {
    margin-bottom: 5px;
    color: #2E3A6E;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

h2 {
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.1em;
}

.sidebar-header {
    margin: 20px 0px 8px 0px;
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding-bottom: .3em; 
    color: #2E3A6E;
    font-size:14px;
    font-weight: bold;
}

.g1 {
    float: left;
    margin-right: 10px;
}

.g2 {
    text-align: center;
    margin: 10px 0px;
}

.g3 {
    margin: 5px 0px 20px 0px;
}

ul, ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li a {
	display: block;
	margin: 0;
	padding: 2px 0px 2px 20px;
	border-bottom: 1px dotted #dceeb7;
	background: url(/css/mini-category.gif) no-repeat left center;
}
ul li li {
	margin-left: 20px;
}
ul li a:hover {
	color: #2E3A6E;
	background: #d8efff url(/css/mini-category.gif) no-repeat left center;
}

