html, body {
	margin: 0 0;
}

body {
	background-color: #330033;
	background-image: url(images/body_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: georgia, verdana;
	font-size: 16px;
	color: #8899BB;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	text-align: right;
}

#header h1, #header h2, #header h3{
	margin: 10px 0;
}

#header h1 {
	margin-top: 20px;
}

div.cad {
	float: left;
	background-color: #8899BB;
	width: 200px;
	margin: 30px 0 0 0;
}
#header div.top {
	height: 160px;
	float: right;
	padding: 0px 10px 0 0;
}
#header div.bottom {
	height: 70px;
	float: right;
	clear: right;
}

#menu {
	width: 700px;
}

#menu dl {
	margin: 0 0;
}
#menu dd{ 
	float: right;
	width: 105px;
	background-color: #8899BB;
	color: #FDD017;
	text-align: center;
	margin: 0 0 0 3px;
}

#menu dd.active {
	background-image: url(/images/star.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#menu dd a {
	display: block;
	width: 100%;
	background-image: url(images/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 3px;
	font-size: .9em;
	color: #FDD017;
	font-weight: bold;
	text-decoration: none;
}

#menu dd a:hover {
	background-color: #6666FF;
}
	
#main {
	clear: both;
}

#main .col_left {
	width: 210px;
	height: 100%;
	float: left;
}

#main .col_left img {
	margin: 5px 0 0 25px;
}

#main .col_right {
	width: 690px;
	background-color: #FFFFFF;
	float: right;
	color: #000000;
}

#main .col_right div.top {
	height: 10px;
	font-size: 1px;
	background-image: url(images/tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#main .col_right div.top span {
	display: block;
	height: 100%;
	background-image: url(images/tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#main .col_right div.bottom {
	height: 10px;
	font-size: 1px;
	background-image: url(images/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#main .col_right div.bottom span {
	display: block;
	height: 100%;
	background-image: url(images/br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#main .col_right p {
	padding: 0 8px;
	text-align: justify;
}

#footer {
	font-size: .8em;
	text-align: center;
	border-top: 5px solid #8899BB;
	padding: 10px;
}

#footer a {
	color: #8899BB;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.spacer_1 {
	height: 10px;
	clear: both;
}

.spacer_2 {
	height: 5px;
	clear: both;
}

.center {
	text-align: center;
}

.left {
	float: left;
	margin: 0 8px;
}

.right {
	float: right;
	margin: 0 8px;
}

.noborder {
	border: none;
}

.page_title {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.pagenav {
	text-align: center;
	font-size: .9em;
	font-weight: 700;
	margin: 15px 0 15px 0;
}

.info_box {
	width: 200px;
	background-color: #8899BB;
	/*color: #FDD017;*/
	font-size: 1.2em;
	margin: 15px 0;
}

.info_box div.top {
	height: 10px;
	font-size: 1px;
	background-image: url(images/tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.info_box div.top span {
	display: block;
	height: 100%;
	background-image: url(images/tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.info_box div.bottom {
	height: 10px;
	font-size: 1px;
	background-image: url(images/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.info_box div.bottom span {
	display: block;
	height: 100%;
	background-image: url(images/br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.info_box div.inner {
	background-color: #FFFFFF;
	color: #CC0033;
	text-align: center;
	margin: 0 10px;
}

.info_box div.inner div.top {
	height: 10px;
	font-size: 1px;
	background-image: url(images/tl2.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.info_box div.inner div.top span {
	display: block;
	height: 100%;
	background-image: url(images/tr2.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.info_box div.inner div.bottom {
	height: 10px;
	font-size: 1px;
	background-image: url(images/bl2.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.info_box div.inner div.bottom span {
	display: block;
	height: 100%;
	background-image: url(images/br2.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.info_box p {
	margin: 0 5px;
}

.pagenav_title, .pagenav_title a, .pagenav_title a:visited, .pagenav_title a:hover {

	font-weight: 900;
	color: #000000;
	text-align: left;
	text-decoration: underline;
	margin: 8px 0 0 5px;
}

div.center_box, dl.center_box {
	width: 400px;
	clear: both;
	margin: 10px auto 0 auto;
	text-align: left;
}

dl.center_box dd div {
	float: right;
	width: 200px;
	display: inline;
	text-align: left;
}

ul.pagelist li {
	text-align: justify;
	margin: 3px 8px;
}

/*  Start style for CV ------ */
.cv {
	text-align: left;
	margin-top: 15px;
	margin-left: 8px;
}

.cv dl dt{
	font-weight: 900;
	margin: 0 0 5px 0;
}

.cv dl dd {
	font-weight: 500;
	margin: 0 0 15px 10px;
}
/* End style for CV ------------------------ */