@charset "UTF-8";
/* CSS Document */



body{ 
	font-family: 'Noto Sans', sans-serif; font-weight:400;
	font-size: 15px; 
	line-height: 22px; 
	color:#333;
	margin: 0;
	text-align: center;
	background-repeat:repeat-x;
	border-top:#371244 1px solid;
	background-repeat:repeat-x;
	background-image:url(../images/bg.png);
}

header {margin-top: 40px;}

.h1, h1 {font-size: 190%; color:#784689; font-family: 'Alegreya SC', serif; font-weight:700; text-align:center; text-transform:uppercase;}

.h2, h2 {font-size: 140%; color:#784689; font-family: 'Alegreya SC', serif; font-weight:700; text-transform:uppercase;}

.menu {font-size: 135%; color:#fff; font-family: 'Alegreya SC', serif; font-weight:700; text-align:center; line-height:30px;  padding: 5px; margin: 5px;  opacity: 1;}

.h3, h3 {font-size: 110%; color:#1a8648; font-family: 'Libre Baskerville', sans-serif; font-weight:700;line-height:20px; }

.h5, h5 {font-size: 115%; color:#333; font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; line-height:20px; font-weight:bold;}

hr {width: 75%; border: 0; border-bottom: 1px solid #784689; margin: 0 auto; opacity: .7; padding-top: 5px;}

.footnote {font-size: 75%; color:#666;}

.left_contet {width: 595px; height: 600px;float:left; margin-top: 10px;}

.check {color:#F00;}

.button {background-color:#ee8a07; background-image:url(../images/button_bg.png); background-repeat:repeat-x; color:#fff; padding: 10px; font-family: 'Quicksand', sans-serif; font-weight:700; font-weight:700; font-size: 175%; text-align:center; border-radius:.3em; box-shadow:0px 3px 2px #172D35; }

ol {list-style-image:url(../images/ol_li.png); color:#333; line-height: 25px; font-size: 95%; font-family: 'Noto Sans', sans-serif; font-weight:400;}

ul li, dt, dd{display: inline; margin: 0 5px;}

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

a:hover {text-decoration: underline;}

p a {color: #222; text-decoration: underline;}

p a:hover {text-decoration: underline;}

nav{margin: 40px 0 0; color:#784689;}

select {width: 50%;}

#special {background-color:#fff; padding: 14px; margin-top: 10px; margin-bottom: 10px; font-family: 'Montserrat', sans-serif; font-weight:400; border: solid 1px #CCC;}

.footer{
	background-repeat:repeat-x;
	font-size: 12px;
	padding: 5px 0;
	margin: 20px 0 0;
}

#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;

}

#content {
	max-width: 800px;
	padding: 10px;
	margin:0 auto;
	text-align:left;
}

.clear{
	height: 30px;
	clear: both;
}

img {
     max-width: 100%;
}

select { border: solid 1px #005581; font-size:15px; font-family:Arial, Helvetica, sans-serif; height:34px;}
