/* CSS Document */

body	{margin:0px;
background-color: #F7FBF4;
							/*background-image:url(../images/c-background.gif);
			background-position:center;
			background-repeat:repeat-y;*/
			}

#page	{
					background-image:url(../images/c-background.gif);
					background-repeat:repeat-y;
					margin-left:auto;
					margin-right:auto;
					width:762px;
							padding-left:1px;
							padding-right:1px;
					}


p			{margin:0px;}

br		{font-size:10px;}

h1		{margin:0px;
			}
			
h2		{margin:0px; font-weight:normal;}

h3		{margin:0px; font-weight:normal;}

h4		{margin:0px; }

img		{border:0px;}

hr		{width:550px;
			margin-left:auto;
			margin-right:auto;
			border:solid 1px #CCCCCC;
			}

/* font size */

.txtls			{font-size:12px;
						line-height:16px;
						}

.txtm				{font-size:12px;
						line-height:22px;
						}

.txtl				{font-size:14px;
						line-height:24px;
						}

.txtll			{font-size:16px;
						line-height:26px;
						font-weight:bold;
						}

.small			{font-size:10px;
						letter-spacing:1px;
						}

/* text color */

.blue				{color:#0066CC;}

.red				{color:#CC3300;}

/* Table */

th					{font-weight:normal;
						text-align:left;
						font-size:12px;
						}

table				{border-collapse:collapse;}
						
/*-- Header area --*/

							
#headimg			{z-index:1;
							width:760px;
							height:106px;
							position:relative;
							top:0px;
							}

#gmenuarea		{width:750px;
							margin-left:9px;
							height:29px;
							z-index:2;
							top:-28px;
							position:relative;		
							}

.gmenu				{width:109px;
							height:29px;
							margin-left:2px;
							}

#hline				{position:relative;
							width:760px;
							top:-29px;
							z-index:3;
							}

/* Caption Image/Sidemenu area */

#capleft			{width:596px;
							height:168px;
							position:relative;
							top:-29px;
							float:left;
							}

#capright			{width:164px;
							height:168px;
							position:relative;
							top:-29px;
							float:left;
							}

/* Contents/Right side menu area */

#contentsright{width:164px;
							float:left;
							position:relative;
							top:-29px;
							padding-top:20px;
							background-color:#deeed4;
							padding-bottom:50px;
							}

#faxtitle			{width:154px;
							height:19px;
							margin-left:auto;
							margin-right:auto;
							}

#fax					{width:132px;
							height:70px;
							border:1px solid #0b586b;
							background-color:#FFFFFF;
							margin-left:auto;
							margin-right:auto;
							padding:10px;
							}

#pdfarea			{width:140px;
							margin-top:20px;
							margin-left:auto;
							margin-right:auto;
							font-size:10px;
							line-height:13px;
							}

/* Contents Left side area */

#contentsleft	{width:575px;
							float:left;
							position:relative;
							top:-29px;
							padding-top:20px;
							padding-left:10px;
							padding-right:10px;
							}


/* Footer area */

#footerarea		{width:760px;
							height:73px;
							position:relative;
							top:0px;
							background-image:url(../images/footer/footer.gif);
							clear:both;
							}

.copyright		{font-size:10px;
							letter-spacing:1px;
							text-align:center;
							padding-top:57px;
							margin:0px;
							color:#FFFFFF;	
							}

/* Link Color */
a.footer:link  {color:#FFFFFF;text-decoration:none}
a.footer:visited  {color:#F5F5F5;text-decoration:none}
a.footer:hover  {color:#FFFFCC;text-decoration:underline}
a.footer:active  {color:#FFFFCC;text-decoration:underline}							