@charset "UTF-8";
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thstyleead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1.2em;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

body {background:#c8daf0 url(/img/bg.png) repeat-y center;}
body.style2 {background:#fff0b3 url(/img/bg2.png) repeat-y center;}
body,td,th{font-family:'Open Sans',Arial, sans-serif;font-size:14px;color:#222;font-weight:300;line-height:1.3em;}
td,th{padding:2px;}

a:link{color:#314ca1;text-decoration:none;}
a:visited{color:#314ca1;text-decoration:none;}
a:active{color:#314ca1;text-decoration:none;}
a:hover{color:#314ca1;text-decoration:none;}
.footer a {color:#444;text-decoration:none;}
.menu a {color:#FFF;}
.menu a.style2 {color:#fecb66;}
.menu a.active {color:#314ca1;}

h1{font-size:20px;margin-bottom:20px;font-weight:normal;}
h2{}
h3{}

.smalltext {font-size:11px;}

ul.std {list-style:square;margin:8px 0;}
ul.std li {margin-left:28px;}


.wrapper {
	position:relative;
	z-index:2;
	width:850px;
	margin:0 auto;
	height:100%;
}

.wrapper .left-col {
	float:left;
	height:100%;
	width:180px;
}

.left-col .logo {
	padding:33px 0 7px;
}


.left-col .menu {
	background:#65a3d8;
	height:448px;
	text-align:right;
	padding:30px 24px 0 0;
	font-size:18px;
}
.left-col .menu.style2 {
	background:#ff9906;
}
.left-col .menu li {
	margin-bottom:20px;
}


.wrapper .right-col {
	height:100%;
	float:left;
	width:670px;
}
.right-col .top-head {
	padding:207px 0 10px 30px;
}
.right-col .content {
	background:#FFF;
	padding:7px;
	min-height:464px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.4);
}
.right-col .content .default-box {
	padding:30px 28px 25px;
}

.footer {
text-align:right;
padding:4px 7px 40px 0;
}

