body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	//background-color:#F4F4F4;
	background-color: #F8F5F1;
	width:950px;
	margin:0 auto;
}

#birth_control {

	width:100%; 
	margin:0 auto;
}

#header {height:95px;
		#background:url(images/logo_m.jpg) no-repeat right;
		background-color: #D1D2D6;
		border-bottom: 2px solid #28B4D7;
		margin-top:10px;
}

#logo {
	height:95px;
	float: left;
	line-height:2px;
}


#logo p {
	font-size:39px;
	margin-top:30px;
	margin-right:10px;
	margin-left:10px;
	font-style:italic;
	font-weight:bold;
	color:#28B4D7;
	line-height:2px;
	text-align:center;
}

.slog {
	font-style:normal;
	line-height:0;
	color:#FFF;
	font-size:21px;
	margin-right:10px;
	margin-left:10px;
	margin-top:0px;
	line-height:0x;
	text-align:center;
	
}


div.Language {
	float:right;
	text-align:right;
	margin-top: 1px;
}

div.Language img {
	margin-left:11px;
}


#main {
	font-size: 13px;




	//line-height: 17px;
	color: #333333;
	float: left;
	width: 100%;
	background-color:#FFF;
}
#main br {line-height:10px;}

#main a {
	color:#3885CC;
	text-decoration:none;
}
#main a:hover {
	color:#0033FF;
}

#text {
	margin: 30px 0px 30px 45px;
	width: 650px;
	width:65%;
	
	float: left;
}
#text h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 24px 0 8px 0;
	color: #28B4D7;
}
#text h2 {
	font-size: 19px;
	font-weight: normal;
	margin: 24px 0 8px 0;
	color: #28B4D7;
}
#text ol, #text ul {padding:0; margin:10px 0;}
#text li {
	margin-left: 40px;
	list-style-type: circle;
	list-style-image: url(images/li.jpg);
	line-height: 1.5em;
	font-weight: normal;

}

#text h3 {
	font-size: 1.4em;
	font-family: 'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight: normal;
	color: #FF9999;
}

#text h3 p span {
       color:red;
}


#text h3 p {
  color:green;

}



#text h3 a {
	text-decoration: underline;
	margin-top:20px;
}

h4 {
	font-size: 1.9em;
	font-family: 'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight: normal;
	color: #28B4D7;
	text-align: center;
	margin-bottom:0px;
	margin-top:10px;
}

h5 {
	font-size: 14px;
	font-family: 'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight: bold;
	color: #186D83;
	text-align: center;
	margin-bottom:0px;
	margin-top:10px;
}

#text h5 {
	font-size: 1.2em;
	font-family: 'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight: normal;
	color: #FFCC66;
	margin-left: 82px;
}

#text a {
	color: #EA0000;
	text-decoration: none;
}

#text a:hover {
color: #FF0000;
}
#text hr {color:#3885CC;}
#text p {
	color: #333333;
	margin-bottom: 10px;
	line-height: 1.6em;
	text-align: justify;
	text-indent: 20px;

	
}
#text table {color: #333333;}

#sidebar {
	width: 20%;
	float: right;
	margin-bottom: 40px;
	margin-left: 30px;
	margin-right: 45px;
	margin-top: 90px;
}
#sidebar h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 24px 0 8px 0;
	color: #28B4D7;
}
#sidebar ul {margin:0px; padding:0px;}
#sidebar li {list-style:none; padding:1px 0 1px 12px; background:url(images/li.png) 0px 8px no-repeat;}

#anons {
	//height: 95px;
	line-height: 2px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: normal;
	background-color: #F4F4F4;
	border-radius: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid  #28B4D7;
	padding-bottom:10px;

}


#footer_menu {
	height: 41px;
	clear: both;
	text-align: center;
	color: #000000;
	font-size: 12px;
	padding-top: 16px;
}
#footer_menu a {
	color: #28B4D7;
	text-decoration: none;
}
#footer_menu a:hover {color:#7F2138;}

#footer {color:#D8E7F4; text-align:center; font-size:10px; margin:2px 0 15px 0;}
#footer a {color:#D8E7F4;}
#footer a:hover {color:#B0CEEA;}

#anons p {
    text-align:center;
}

table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 14px;
    border-radius: 10px;	
    border-spacing: 0;
    text-align: center;
    width:650px;
    margin: auto;
}
th {
    background: #BCEBDD;
    color: white;
    text-shadow: 0 1px 1px #2D2020;
    padding: 10px 20px;
}

th, td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
}

th:first-child, td:first-child {
    text-align: left;
}

th:first-child {
    border-top-left-radius: 10px;
}
th:last-child {
    border-top-right-radius: 10px;
    border-right: none;
}

td {
    padding: 10px 20px;
    background: #F8E391;
}

tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
tr td:last-child {
    border-right: none;
}
}



@media screen and (max-width: 358px) {

#text {
    margin: 30px 0px 30px 45px;
    width: 100%;
    float: left;
    color:red;
}

#text p {
    color:red;

}

#sidebar {
   float:left;
   width: 65%px;

}

}