body				{background: #e3e3e3; font: 16px Arial, "Helvetica Neue", Helvetica, sans-serif; padding-bottom: 40px;}
#container {position: relative; width: 1036px; *width: 1036; margin: 0 auto;}

a			{color: blue;}
a:visited 	{color: blue;}
a:hover		{text-decoration: none;}

#header				{background: url('/header_bg1.png') repeat-x 0 0; height: 186px;}
#header_content		{background: url('/banner-fr-long-05.png') no-repeat 0 0; width: 1034px; height:186px; margin: 0 auto; position: relative;} 
#header_content p, 
#header_content h1 	{text-indent: -9999px;}

#main {background: url('/content_bg.jpg') repeat-y 0 0; position: relative;}
#main .inner {padding: 50px 150px;}
#main p {margin-bottom: 20px;}

#footer				{background: url('/footer-fr-01.png') no-repeat 0 0; width: 1038px; height: 151px; margin: 0 auto; position: relative; clear: both;}
#foot-nav			{position: absolute; left: 104px; bottom: 45px;}
#foot-nav li		{display: inline; margin-right: 5px;}
#foot-nav a			{font-size: 14px; color: #d1d8db; text-decoration: none;}
#foot-nav a:hover	{color: #d1d70e;}
#sub-footer			{width: 1038px; margin: 0 auto; position: relative; height: 40px;}
#sub-footer a		{color: #075FB1;}
#sub-footer a:hover	{color: #333;}
#sub-footer h6		{position: absolute; bottom: 35px; left: 83px; font-size: 12px; color: #075FB1; font-weight: bold;}
#sub-footer p		{position: absolute; font-size: 12px; left: 83px; bottom: 0; width: 450px; color: #838383;}

/* Styles */
.gray-box {border: 1px dashed #075FB1;}
#main .gray-box .inner {border: 5px solid #DDDDDD; padding: 30px; margin: 2px;}
.memo-box {background: yellow; border: 2px dotted #000; padding: 40px 20px 20px 20px; width: 520px; margin: 0 auto; margin-bottom: 30px;}

hr {border: 1px solid;}

.center {text-align: center;}

.bold {font-weight: bold;}
.italic {font-style: italic;}
.highlight {background: yellow;}
.underline {text-decoration: underline;}

/*Sizes*/
.big {font-size: 28px;}
.medium {font-size: 24px;}
.small {font-size: 11px;}

/*Color*/
.black {color: #000;}
.red {color: #fd0505}
.blue {color: #075FB1;}
.green {color: #009900}

/*Images*/
.img_left			{float: left; padding-right: 15px; padding-bottom: 15px; clear: both;}
.img_right			{float: right; padding-left: 15px; padding-bottom: 15px; clear: both;}
.img_middle			{float: center;}

h1 {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	text-align: center;

















@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}