/* CSS Document */

/* div ids for page layout */
#index_page {
	width:981px;
	min-height:595px;
	margin:0px auto;
	background:url(bg.jpg) no-repeat;
}

#container {
	width:981px;
	min-height:595px;
	margin:0px;
	overflow:hidden;
}

#back_home {
	width:981px;
	height:120px;
}

#menu_box {
	width:981px;
	height:40px;
	margin-top:10px;
}

#content_box {
	width:981px;
	height:408px;
	margin-top:13px;
	padding:5px;
	overflow:hidden;
}

#column {
	width:327px;
	height:408px;
	overflow:hidden;
	float:left;
}

#big_box {
	width:980px;
	height:600px;
	background:url(plain_box.jpg) no-repeat;
	overflow:visible;
	padding:5px;
	margin-top:5px;
}

#menu_item {
	width:105px;
	height:35px;
	padding-top:13px;
	text-align:center;
	background: none;
	float:left;
}

#menu_divider {
	width: 4px;
	height: 33px;
	margin-top:5px;
	background:url(divider.jpg) no-repeat;
	float:left;
}

/* styles */
.text {
	font:0.75em Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;
}

.head_1 {
	font:bold 2em Arial, Helvetica, sans-serif;
	color:#2d4492;
	text-align:center;
}

.head_2 {
	font:bold 1.5em Arial, Helvetica, sans-serif;
	color:#2d4492;
}

.head_3 {
	font:bold 1.3em Arial, Helvetica, sans-serif;
	color:#2d4492;
}

.center{
	text-align:center;
}

.bold {
	font-weight:bold;
}

.menu_text {
	font:bold 0.75em Arial, Helvetica, sans-serif;
	color:#2d4492;
}

a:link {
	text-decoration:none;
	color:#2d4492;
}
a:visited {
	text-decoration:none;
	color:#2d4492;
}
a:hover {
	text-decoration:underline;
	color:#2d4492;
}
a:active {
	text-decoration:underline;
	color:#2d4492;
}

a.menu:link {
	color:#2d4492;
	text-decoration:none;
}
a.menu:visited {
	color:#2d4492;
	text-decoration:none;
}
a.menu:hover {
	color:#5986c8;
	text-decoration:none;
}
a.menu:active {
	color:#5986c8;
	text-decoration:none;
}

li.nobullet{
	list-style:none;
}

img {
	border:none;
}	