@charset "utf-8";
/* 
--------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 2em;
	color: #333333;
	background-color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #003399;
	text-decoration: none;
	padding: 10px;
	display: block;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* layout
--------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9F6677;
	border-left-color: #A3687A;
}

#sidebar {
	width: 160px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 2px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#main {
	padding: 10px;
	width: 550px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	float: left;
}
#right {
	width: 160px;
	float: left;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
}

#footer {
	width: 90%;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A5687A;
	padding-top: 10px;
	line-height: 150%;
	padding-left: 15px;
}
#header {
	background-image: url(img/header_img.png);
	background-repeat: no-repeat;
	height: 200px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #A5687A;
	position: relative;
	background-position: bottom;
}
#header logo {
	position: relative;
	left: 50px;
	top: 30px;
}


/* header styles
--------------------------------------*/


ul {
	list-style:none;
	text-align:left;
	padding:0px;
	margin:0px;
}
#main h1 {
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EE0C9C;
	border-right-color: #EE0C9C;
	border-bottom-color: #EE0C9C;
	border-left-color: #EE0C9C;
	width: auto;
}
#main h2 {
	font-size: 100%;
	font-style: normal;
	background-image: url(img/allow/42.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1em;
	margin-top: 20px;
}


li {
	margin:0px;
	background-image: url(img/allow/ico_opwin4a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

li a {
	display:block;
	margin:0px;
	text-decoration:none;
	color:red;
	background-color:#FFFFFF;
	font-weight: bold;
	padding: 0px;
}

li a:hover{
	color:#003366;
	background-color:#FFFFFF;
	text-decoration:none;
	height:auto;
	font-weight: bold;
	padding-left: 10px;
	text-indent: 0.5em;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #003366;
}


.pbox {
	padding: 10px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #A5687A;
	border-right-color: #A5687A;
	border-bottom-color: #A5687A;
	border-left-color: #A5687A;
	margin-top: 0px;
}
.right_menu_p {
	background-image: url(img/allow/ico_opwin4a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
}
.sidebar_tittle_p {
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #78054E;
	margin-bottom: 0px;
	background-color: #78054E;
}
.sidebar_p {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #78054E;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.index_mainbox {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: 250%;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-decoration: none;
}
