@charset "utf-8";
/* CSS Document */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:Tahoma;
	font-size:13px;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-x;
	
}


a:link {
	color: #005e99;
	text-decoration: none;
}

a:visited {
	color: #005e99;
	text-decoration: none;

}
a:hover {
	color: #0575ba;
	text-decoration: underline;
}

a:active {
	color: #1784c7;
	text-decoration: none;
}


#center_site {
	width: 779px;
	margin: 0 auto;
	border-right: solid 1px #f503dc;
	border-left: solid 1px #f503dc;
	background-color:#ffffff;
}

#top_gray_bg {
	background-image:url(images/top_gray_bg.gif);
	width: 100%;
	height: 27px;
	padding:0px;
}


#header {
	width: 779px;
}


#down_gray_bg {
	background-image:url(images/down_gray_bg.gif);
	width: 100%;
	height: 27px;
	padding:0px;
}

img {
	border: none;
}

#content {
	background-image:url(images/content_bg.gif);
	background-repeat:no-repeat;
	width: 725px;
	min-height:158px;
	margin: 0 auto;
}

#content #title {

}

#content #main {
	padding-right:20px;
	padding-left:20px;
	padding-top: 20px;
}

#content p {
	line-height: 2em;

	text-indent: 10px;
	color:#bb0072;
}

#content #main .center {
	text-align:center;
	margin:0 auto;
}


.img_center {
	text-align:center;
	margin:0 auto;
}

#footer {
	background-color: #f503dc;
	height: 27px;
	clear:both;
}

#footer #img_left {
	float:left;
	background-image:url(images/footer_img.gif);
	background-repeat:no-repeat;
	width: 195px;
	height: 27px;
	
}

ul {

}


li {
	line-height: 2em;
	list-style-type:square;
	color:#bb0072;
	text-align:justify;
	margin-top:10px;
}


.site_img {
	padding: 5px;
	background-color:#FFCCFF;
	border: solid 1px #CC3300;
}

.site_img_2 {
	padding: 5px;
	background-color:#FFCCFF;
	border: solid 1px #CC3300;
}


.site_img_desc {
	padding: 5px;
	background-color:#FFCCFF;
	border: solid 1px #CC3300;
	width: 200px;
	font-size:11px;
	text-align:justify;
}

.site_img_desc_2 {
	padding: 5px;
	font-size:13px;
	text-align:justify;
	background-color:#ffc8c1;
}



.style1 {
	text-align: center;
}
.style2 {
	font-size: medium;
}
.style3 {
	font-size: large;
}
.style4 {
	text-align: center;
	font-size: large;
}
.style5 {
	text-align: center;
	font-size: medium;
}
.style6 {
	text-align: center;
	font-size: large;
	direction: ltr;
}
