body
	{
	font-family: calibri;
	color: #2B1D39;
	font-size: 15px;
	}
	
a
	{
	text-decoration: none;
	color: #2B1D39;
	}

a:hover
	{
	text-decoration: underline;
	}
	
.aimg
	{
	border: 0px;
	}

.main
	{
	height: 100%;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -6px;
	margin-bottom: 6px;
	padding: 0px;
		
	margin-bottom: -1000px;
	}

.header
	{
	position: relative;
	top: -20px;
	background-image: url('../images/header_grad.jpg');
	width: 700px;
	height: 69px;
	}
	
.header_l, .header_r
	{
	position: relative;
	width: 20px;
	height: 69px;
	}
	
.header_l
	{
	top: 49px;
	left: -20px;

	background-image: url('../images/header_l.jpg');
	}
	
.header_r
	{
	top: -89px;
	left: 700px;
	background-image: url('../images/header_r.jpg');
	}
	
.logo
	{
	position: relative;
	top: -170px;
	left: 0px;
	width: 152px;
	height: 135px;
	background-image: url('../images/logo.jpg');
	}

.home
	{
	position: relative;
	top: 7px;
	left: 650px;
	width: 18px;
	height: 18px;
	background-image: url('../images/home.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 20;
	}

.home_link
	{
	min-width: 18px;
	min-height: 18px;
	cursor: pointer;
	}
	
div.home:hover
	{
	background-position: -18px 0px;
	}

.menu
	{
	position: relative;
	top: -10px;
	left: 0px;
	width: 360px;
	height: 30px;
	border: 1px solid #fff;
	}

.line, .panel_l, .panel_m, .panel_r, .panel_title
	{
	position: relative;
	}
	
.line
	{
	top: -200px;
	left: -10px;
	background-image: url('../images/line.jpg');
	background-repeat: repeat-x;
	width: 589px;
	height: 7px;
	}

.footer
	{
	position: relative;
	top: 1160px;
	left: -5px;
	width: 700px;
	height: 11px;
	background-image: url('../images/line.jpg');
	background-repeat: repeat-x;
	text-align: center;
	font-size: 8px;
	color: #AF96C3;
	}

.panel_l
	{
	top: -231px;
	left: -120px;
	background-image: url('../images/panel_l.jpg');
	height: 119px;
	width: 12px;
	float: right;
	}

.panel_m
	{
	top: -231px;
	left: 20px;
	background-image: url('../images/panel_m.jpg');
	background-repeat: repeat-x;
	height: 119px;
	width: 128px;
	float: right;
	}

.panel_r
	{
	top: -231px;
	left: 167px;
	background-image: url('../images/panel_r.jpg');
	width: 23px;
	height: 117px;
	float: right;
	}
	
.panel_title
	{
	top: 6px;
	left: -2px;
	width: 123px;
	font-size: 16px;
	/*font-weight: bold; */
	}
	
.panel_title img
	{
	position: relative;
	top: 2px;
	margin-right: 10px;
	}
	

.main_menu
	{
	position: relative;
	top: -242px;
	left: 160px;
	height: 35px;
	width: 400px;
	float: left;
	text-align: left;
	overflow: hidden;
	}
	
.menu_item
	{
	position: relative;
	top: 15px;
	left: 0px;
	width: 91px;
	height: 27px;
	float: left;
	margin-right: 2px;
	background-image: url('../images/menu_item.jpg');
	text-align: center;
	
	/*color: #503569;*/
	
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	opacity: 0.65;
	}
	
.menu_link, .menu_link:hover, .menu_link:visited
	{
	color: #2F1F3E;
	text-decoration: none;
	}
	
.menu_item:hover
	{
	/*color: #100B15;*/
	color: #503569;
	opacity: 1.0;
	}

.w_tl, .w_tr, .w_bl, .w_br
	{
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0px;
	}

.w_tl
	{
	top: 20px;
	background-image: url('../images/w_tl.jpg');
	}

.w_tr
	{
	top: -244px;
	left: -37px;
	background-image: url('../images/w_tr.jpg');
	float: right;
	}

.w_bl
	{
	top: 324px;
	background-image: url('../images/w_bl.jpg');
	}

.w_br
	{
	top: 70px;
	left: -27px;
	background-image: url('../images/w_br.jpg');
	float: right;
	}
	
.window1
	{
	position: relative;
	top: -50px;
	left: 35px;
	/*display: none; */
	}

.window_title
	{
	text-align: center;
	font-weight: bold;
	}
	
.window_body
	{
	text-align: center;
	}

.window_title#window1
	{
	width: 500px;
	height: 24px;
	background-color: #DAD1E2;
	}
	
.window_body#window1
	{
	width: 500px;
	height: 300px;
	background-color:#ECE7F0;
	}

.heading
	{
	position: relative;
	top: -190px;
	left: 0px;
	width: 560px;
	height: 36px;
	padding: 0px;
	text-align: center;
	margin-bottom: -400px;
	}
	
.heading img
	{
	position: relative;
	top: -34px;
	}
	
.main_section
	{
	position: relative;
	top: 110px;
	left: 5px;
	width: 560px;
	min-height: 300px;
	/*border: 1px solid black; */
	margin-bottom: -1000px;
	}

.main_section a
	{
	color: #5C3E7A;
	}
	
.panel_body
	{
	position: relative;
	top: 170px;
	left: 572px;
	width: 137px;
	min-height: 100px;
	font-size: 12px;
	text-align: left;
	/*border: 1px solid black;*/
	padding: 0px;
	margin: 0px;
	}

.contact_email
	{
	position: relative;
	bottom: -110px;
	}
	
.report_form
	{
	position: relative;
	top: 30px;
	left: 160px;
	text-align: left;
	}
	
.report_form textarea
	{
	width: 200px;
	height: 120px;
	overflow: auto;
	}

.news_head
	{
	position: relative;
	top: -20px;
	padding: 4px;
	width: 100px;
	font-weight: bold;
	font-size: 16px;
	}
	
.news_item
	{
	position: relative;
	top: -20px;
	margin: 10px;
	border: 1px dotted #EBDAFF;
	padding: 5px;
	text-align: left;
	}
	
.download
	{
	position: relative;
	top: -40px;
	left: -20px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	border: 0px;
	}

.download img
	{
	position: relative;
	top: 40px;
	left: -15px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

.download2
	{
	text-align: center;
	font-size: 10px;
	}

.move
	{
	position: relative;
	left: -384px;
	}