@charset "utf-8";
/* CSS Document */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #CCE6FF;
	margin: 0px;
	padding: 0px;
}

#FrameContainer{
    background-color: #CCE6FF;
}

#SiteContainer {
	width: 1001px;
	
	background-image: url(../images/site_main_bkg.jpg);
	background-repeat: repeat-x;
	background-position: center 120px; /* 120 is padding-top */
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #1A1A4E;
	border-right-color: #1A1A4E;
	border-bottom-color: #1A1A4E;
	border-left-color: #1A1A4E;	
}

#HeaderContainer {
	padding-top: 0px;
	color: #1A1A4E;
}
#HeaderMenu {
    width: 855px;
	height: 30px;
	float: left;
	border:hidden;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	text-decoration: none;
	padding-left: 25px;
	vertical-align: top;
	padding-top: 10px;
}
#HeaderMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#HeaderMenu a:hover {
    color: #0D97EB;
	text-decoration: none;
}
#HeaderMenu img {
    width: 24px;
	height: 10px;
}

#HeaderMenuLang {
	height: 30px;	
	color: #1A1A4E;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
    padding-top: 10px;	
}
#HeaderMenuLang a {
	color: #0D97EB;
	text-decoration: none;
}
#HeaderMenuLang a:hover {
    color: #FFFFFF;
	text-decoration: none;
}

#PageContainer {
	background-color: #F2FAFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	min-height: 360px;
	text-align: justify;
	width: 930px;
}

h1 {
    margin-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1A1A4E;
    font-weight: bold;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 11px 0px 0px 0px;
}
h2 {
    margin-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
    font-weight: normal;
	text-align: left;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight: normal;
	text-align: justify;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 11px 0px 0px 0px;
	
}

a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0D97EB;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
a.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1A1A4E;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.InputField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CEE7FF;
}


#ImageOnLeft{
	float: left;
	border: 1px solid #333333;
	margin-right:10px;
	/*margin-bottom:10px;*/
}

#ImageOnRight{
	float: right;
	border: 1px solid #333333;
	margin-left:10px;
	/*margin-bottom:10px;*/
}

#ImageGallery{
	width: 100%;
	border: 0px;
	background-color:none;	
}

#ImageGallery td{
	width: 20%;
	border: 0px;
	text-align: center;
	vertical-align:top;
	padding:15px;
	background-color:none;
}

#ImageGallery img{
	border: 1px solid #333333;
}

#DivOnLeft{
	float: left;
	width: 45%;
	margin-right: 5%;
}

#DivCenter{
	text-align:center;
	width: 100%;
}

#FooterMenu {
	height: 20px;
	border: hidden;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	padding-top: 6px;
}
#FooterMenu a {
	color: #0D97EB;
	text-decoration: none;
	font-style: italic;
}
#FooterMenu a:hover {
    color: #1A1A4E;
	text-decoration: underline;
}
#FooterMenu img {
    width: 50px;
	height: 10px;
}

#FooterContainer {
	height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;	
	text-align: center;
	vertical-align: top;
	padding-top: 7px;
}
#FooterContainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;	
	text-align: center;
	text-decoration: none;
}
