* { margin:0; padding:0 }

body { background:url(../images/logobg.jpg) repeat-x; background-color:#dad8d8;}


/*===== Universal Classes ======*/

h1, h2, h3, h4, h5, h6 { display: inline; font-family: Arial; }

/*===== End Universal Classes ======*/

/*===== General Classes ======*/

/* Borders */

.BW-1 { border-width: 1px; }
.BW-2 { border-width: 2px; }
.BW-3 { border-width: 3px; }
.BW-4 { border-width: 4px; }
.BW-5 { border-width: 5px; }

.BS-S 	{ border-style: solid; }
.BS-D 	{ border-style: dashed; }

.BC-Blu	{ border-color: #0000FF; }
.BC-NBlu{ border-color: #003366; }
.BC-MBlu{ border-color: #006699; }
.BC-DGry{ border-color: #333333; }
.BC-AGry{ border-color: #CCCCCC; }
.BC-Red { border-color: #FF0000; }
.BC-DRed{ border-color: #990000; }
.BC-DOra{ border-color: #FF6600; }

/* END Borders */

/* Borders & Styles*/

/* Solid Borders */

.B-S1NBlu { border: 1px solid #003366; }
.B-S2NBlu { border: 2px solid #003366; }
.B-S3NBlu { border: 3px solid #003366; }
.B-S4NBlu { border: 4px solid #003366; }
.B-S5NBlu { border: 5px solid #003366; }

.B-S1MBlu { border: 1px solid #006699; }
.B-S2MBlu { border: 2px solid #006699; }
.B-S3MBlu { border: 3px solid #006699; }
.B-S4MBlu { border: 4px solid #006699; }
.B-S5MBlu { border: 5px solid #006699; }

.B-S1DRed { border: 1px solid #800000; }
.B-S2DRed { border: 2px solid #800000; }
.B-S3DRed { border: 3px solid #800000; }
.B-S4DRed { border: 4px solid #800000; }
.B-S5DRed { border: 5px solid #800000; }

.B-S1Red { border: 1px solid #FF0000; }
.B-S2Red { border: 2px solid #FF0000; }
.B-S3Red { border: 3px solid #FF0000; }
.B-S4Red { border: 4px solid #FF0000; }
.B-S5Red { border: 5px solid #FF0000; }

.B-S1Gry { border: 1px solid #CCCCCC; }
.B-S2Gry { border: 2px solid #CCCCCC; }
.B-S3Gry { border: 3px solid #CCCCCC; }
.B-S4Gry { border: 4px solid #CCCCCC; }
.B-S5Gry { border: 5px solid #CCCCCC; }

/* END Solid Borders */
		
/* Dashed Borders */

.B-D1NBlu { border: 1px dashed #003366; }
.B-D2NBlu { border: 2px dashed #003366; }
.B-D3NBlu { border: 3px dashed #003366; }
.B-D4NBlu { border: 4px dashed #003366; }
.B-D5NBlu { border: 5px dashed #003366; }

.B-D1MBlu { border: 1px dashed #006699; }
.B-D2MBlu { border: 2px dashed #006699; }
.B-D3MBlu { border: 3px dashed #006699; }
.B-D4MBlu { border: 4px dashed #006699; }
.B-D5MBlu { border: 5px dashed #006699; }

.B-D1DRed { border: 1px dashed #800000; }
.B-D2DRed { border: 2px dashed #800000; }
.B-D3DRed { border: 3px dashed #800000; }
.B-D4DRed { border: 4px dashed #800000; }
.B-D5DRed { border: 5px dashed #800000; }

.B-D1Red { border: 1px dashed #FF0000; }
.B-D2Red { border: 2px dashed #FF0000; }
.B-D3Red { border: 3px dashed #FF0000; }
.B-D4Red { border: 4px dashed #FF0000; }
.B-D5Red { border: 5px dashed #FF0000; }

.B-D1Gry { border: 1px dashed #CCCCCC; }
.B-D2Gry { border: 2px dashed #CCCCCC; }
.B-D3Gry { border: 3px dashed #CCCCCC; }
.B-D4Gry { border: 4px dashed #CCCCCC; }
.B-D5Gry { border: 5px dashed #CCCCCC; }

/* Dashed Borders */

/* END Borders & Styles */

/* Colored Boxes */

.D-OWht {
padding: 10px;
border: 1px Dashed #CCC;
background: #FFFFF5;
}

.D-DRed {
padding: 10px;
border: 1px Dashed #CCC;
background: #800000;
}

.D-NBlu {
padding: 10px;
border: 1px Dashed #CCC;
background: #003366;
}

.D-MBlu {
padding: 10px;
border: 1px Dashed #CCC;
background: #006699;
}

.D-LBlu {
padding: 10px;
border: 1px Dashed #CCC;
background: #F4FAFF;
}

.D-AGry {
padding: 10px;
border: 1px Dashed #CCC;
background: #F5F5F5;
}

/* END Colored Boxes */

/* Font Family */

.FF-Ari 	{ font-family: arial; }
.FF-Ver 	{ font-family: verdana; }
.FF-Tah 	{ font-family: tahoma; }
.FF-TimNR 	{ font-family: "Times New Roman"; }

/* END Font Family */

/* Font Sizes */

.FS-0	{ font-size: 0px; }
.FS-6	{ font-size: 6px; }
.FS-7	{ font-size: 7px; }
.FS-8	{ font-size: 8px; }
.FS-9	{ font-size: 9px; }
.FS-10	{ font-size: 10px; }
.FS-11 	{ font-size: 11px; }
.FS-12 	{ font-size: 12px; }
.FS-13 	{ font-size: 13px; }
.FS-14 	{ font-size: 14px; }
.FS-15 	{ font-size: 15px; }
.FS-16 	{ font-size: 16px; }
.FS-17 	{ font-size: 17px; }
.FS-18 	{ font-size: 18px; }
.FS-19 	{ font-size: 19px; }
.FS-20 	{ font-size: 20px; }
.FS-21 	{ font-size: 21px; }
.FS-22 	{ font-size: 22px; }
.FS-23 	{ font-size: 23px; }
.FS-24 	{ font-size: 24px; }
.FS-25 	{ font-size: 25px; }
.FS-26 	{ font-size: 26px; }
.FS-27 	{ font-size: 27px; }
.FS-28 	{ font-size: 28px; }
.FS-29 	{ font-size: 29px; }
.FS-30 	{ font-size: 30px; }
.FS-31 	{ font-size: 31px; }
.FS-32 	{ font-size: 32px; }
.FS-33 	{ font-size: 33px; }
.FS-34 	{ font-size: 34px; }
.FS-35 	{ font-size: 35px; }
.FS-36 	{ font-size: 36px; }
.FS-37 	{ font-size: 37px; }
.FS-38 	{ font-size: 38px; }
.FS-39 	{ font-size: 39px; }
.FS-40 	{ font-size: 40px; }
.FS-41 	{ font-size: 41px; }
.FS-42 	{ font-size: 42px; }
.FS-43 	{ font-size: 43px; }
.FS-44 	{ font-size: 44px; }
.FS-45 	{ font-size: 45px; }
.FS-46 	{ font-size: 46px; }
.FS-47 	{ font-size: 47px; }
.FS-48 	{ font-size: 48px; }
.FS-49 	{ font-size: 49px; }
.FS-50 	{ font-size: 50px; }

/* END Font Sizes */

/* Font Colors */

.FC-NBlu{ color: #003366; }
.FC-Blu	{ color: #0000FF; }
.FC-DGry{ color: #333333; }
.FC-AGry{ color: #CCCCCC; }
.FC-Red { color: #FF0000; }
.FC-DRed{ color: #990000; }
.FC-Ora	{ color: #FF9900; }
.FC-DOra{ color: #FF6600; }
.FC-Bla { color: #000000; }
.FC-Yel	{ color: #FFFF00; }
.FC-Wht	{ color: #FFFFFF; }
.FC-Brwn{ color: #660000; }

/* END Font Colors */

/* Font Weight & Styles */

.B 	{ font-weight: bold; }
.XB { font-weight: bolder; }
.N 	{ font-weight: normal; }
.Em { font-style: italic; }
.U 	{ text-decoration: underline; }

/* END Font Weight & Styles */

/* Text Alignment */

.Left { text-align: left; }
.Center { text-align: center; }
.Right { text-align: right; }

/* END Text Alignment */

/* Fonts Sizes & Colors */

/* Font Navy Blue */

.F-NBlu32, .F-NBlu30, .F-NBlu28, .F-NBlu26, .F-NBlu24, .F-NBlu22, .F-NBlu20, .F-NBlu18, .F-NBlu16, .F-NBlu14, .F-NBlu12 {
Color: #003366;
}

.F-NBlu32{ font-size: 32px; }
.F-NBlu30{ font-size: 30px; }
.F-NBlu28{ font-size: 28px; }
.F-NBlu26{ font-size: 26px; }
.F-NBlu24{ font-size: 24px; }
.F-NBlu22{ font-size: 22px; }
.F-NBlu20{ font-size: 20px; }
.F-NBlu18{ font-size: 18px; }
.F-NBlu16{ font-size: 16px; }
.F-NBlu14{ font-size: 14px; }
.F-NBlu12{ font-size: 12px; }

/* END Font Navy Blue */

/* Font Blue */

.F-Blu32, .F-Blu30, .F-Blu28, .F-Blu26, .F-Blu24, .F-Blu22, .F-Blu20, .F-Blu18, .F-Blu16, .F-Blu14, .F-Blu12{
color: #0000FF;
}

.F-Blu32{ font-size: 32px; }
.F-Blu30{ font-size: 30px; }
.F-Blu28{ font-size: 28px; }
.F-Blu26{ font-size: 26px; }
.F-Blu24{ font-size: 24px; }
.F-Blu22{ font-size: 22px; }
.F-Blu20{ font-size: 20px; }
.F-Blu18{ font-size: 18px; }
.F-Blu16{ font-size: 16px; }
.F-Blu14{ font-size: 14px; }
.F-Blu12{ font-size: 12px; }

/* END Font Blue */

/* Font Maroon */

.F-DRed32, .F-DRed30, .F-DRed28, .F-DRed26, .F-DRed24, .F-DRed22, .F-DRed20, .F-DRed18, .F-DRed16, .F-DRed14, .F-DRed12 {
color: #990000;
}

.F-DRed32{ font-size: 32px; }
.F-DRed30{ font-size: 30px; }
.F-DRed28{ font-size: 28px; }
.F-DRed26{ font-size: 26px; }
.F-DRed24{ font-size: 24px; }
.F-DRed22{ font-size: 22px; }
.F-DRed20{ font-size: 20px; }
.F-DRed18{ font-size: 18px; }
.F-DRed16{ font-size: 16px; }
.F-DRed14{ font-size: 14px; }
.F-DRed12{ font-size: 12px; }

/* END Font Maroon */

/* Font LBlue */

.F-LBlu32, .F-LBlu30, .F-LBlu28, .F-LBlu26, .F-LBlu24, .F-LBlu22, .F-LBlu20, .F-LBlu18, .F-LBlu16, .F-LBlu14, .F-LBlu12 {
color: #72d3ff;
}

.F-LBlu32{ font-size: 32px; }
.F-LBlu30{ font-size: 30px; }
.F-LBlu28{ font-size: 28px; }
.F-LBlu26{ font-size: 26px; }
.F-LBlu24{ font-size: 24px; }
.F-LBlu22{ font-size: 22px; }
.F-LBlu20{ font-size: 20px; }
.F-LBlu18{ font-size: 18px; }
.F-LBlu16{ font-size: 16px; }
.F-LBlu14{ font-size: 14px; }
.F-LBlu12{ font-size: 12px; }

/* END Font Maroon */


/* Font LYel */

.F-LYel32, .F-LYel30, .F-LYel28, .F-LYel26, .F-LYel24, .F-LYel22, .F-LYel20, .F-LYel18, .F-LYel16, .F-LYel14, .F-LYel12 {
color: #F9FCD8;
}

.F-LYel32{ font-size: 32px; }
.F-LYel30{ font-size: 30px; }
.F-LYel28{ font-size: 28px; }
.F-LYel26{ font-size: 26px; }
.F-LYel24{ font-size: 24px; }
.F-LYel22{ font-size: 22px; }
.F-LYel20{ font-size: 20px; }
.F-LYel18{ font-size: 18px; }
.F-LYel16{ font-size: 16px; }
.F-LYel14{ font-size: 14px; }
.F-LYel12{ font-size: 12px; }

/* END Font Maroon */





/* Font Maroon */

.F-Red32, .F-Red30, .F-Red28, .F-Red26, .F-Red24, .F-Red22, .F-Red20, .F-Red18, .F-Red16, .F-Red14, .F-Red12 {
color: #FF0000;
}

.F-Red32{ font-size: 32px; }
.F-Red30{ font-size: 30px; }
.F-Red28{ font-size: 28px; }
.F-Red26{ font-size: 26px; }
.F-Red24{ font-size: 24px; }
.F-Red22{ font-size: 22px; }
.F-Red20{ font-size: 20px; }
.F-Red18{ font-size: 18px; }
.F-Red16{ font-size: 16px; }
.F-Red14{ font-size: 14px; }
.F-Red12{ font-size: 12px; }

/* END Font Maroon */

/* Font Black */

.F-Blk32, .F-Blk30, .F-Blk28, .F-Blk26, .F-Blk24, .F-Blk22, .F-Blk20, .F-Blk18, .F-Blk16, .F-Blk14, .F-Blk12 {
color: #000000;
}

.F-Blk32{ font-size: 32px; }
.F-Blk30{ font-size: 30px; }
.F-Blk28{ font-size: 28px; }
.F-Blk26{ font-size: 26px; }
.F-Blk24{ font-size: 24px; }
.F-Blk22{ font-size: 22px; }
.F-Blk20{ font-size: 20px; }
.F-Blk18{ font-size: 18px; }
.F-Blk16{ font-size: 16px; }
.F-Blk14{ font-size: 14px; }
.F-Blk12{ font-size: 12px; }

/* END Font Black */

/* Font Yellow */

.F-Yel32, .F-Yel30, .F-Yel28, .F-Yel26, .F-Yel24, .F-Yel22, .F-Yel20, .F-Yel18, .F-Yel16, .F-Yel14, .F-Yel12 {
color: #FFFF00;
}

.F-Yel32{ font-size: 32px; }
.F-Yel30{ font-size: 30px; }
.F-Yel28{ font-size: 28px; }
.F-Yel26{ font-size: 26px; }
.F-Yel24{ font-size: 24px; }
.F-Yel22{ font-size: 22px; }
.F-Yel20{ font-size: 20px; }
.F-Yel18{ font-size: 18px; }
.F-Yel16{ font-size: 16px; }
.F-Yel14{ font-size: 14px; }
.F-Yel12{ font-size: 12px; }

/* END Font Yellow */

/* Font Dark Orange */

.F-DOrg32, .F-DOrg30, .F-DOrg28, .F-DOrg26, .F-DOrg24, .F-DOrg22, .F-DOrg20, .F-DOrg18, .F-DOrg16, .F-DOrg14, .F-DOrg12 {
color: #FF6600;
}

.F-DOrg32{ font-size: 32px; }
.F-DOrg30{ font-size: 30px; }
.F-DOrg28{ font-size: 28px; }
.F-DOrg26{ font-size: 26px; }
.F-DOrg24{ font-size: 24px; }
.F-DOrg22{ font-size: 22px; }
.F-DOrg20{ font-size: 20px; }
.F-DOrg18{ font-size: 18px; }
.F-DOrg16{ font-size: 16px; }
.F-DOrg14{ font-size: 14px; }
.F-DOrg12{ font-size: 12px; }

/* END Font Dark Orange */

/* Font Dark Green */

.F-DGrn32, .F-DGrn30, .F-DGrn28, .F-DGrn26, .F-DGrn24, .F-DGrn22, .F-DGrn20, .F-DGrn18, .F-DGrn16, .F-DGrn14, .F-DGrn12 {
color: #339999;
}

.F-DGrn32{ font-size: 32px; }
.F-DGrn30{ font-size: 30px; }
.F-DGrn28{ font-size: 28px; }
.F-DGrn26{ font-size: 26px; }
.F-DGrn24{ font-size: 24px; }
.F-DGrn22{ font-size: 22px; }
.F-DGrn20{ font-size: 20px; }
.F-DGrn18{ font-size: 18px; }
.F-DGrn16{ font-size: 16px; }
.F-DGrn14{ font-size: 14px; }
.F-DGrn12{ font-size: 12px; }

/* END Font Dark Green */

/* Font White */

.F-Wht32, .F-Wht30, .F-Wht28, .F-Wht26, .F-Wht24, .F-Wht22, .F-Wht20, .F-Wht18, .F-Wht16, .F-Wht14, .F-Wht12 {
color: #FFFFF5;
}

.F-Wht32{ font-size: 32px; }
.F-Wht30{ font-size: 30px; }
.F-Wht28{ font-size: 28px; }
.F-Wht26{ font-size: 26px; }
.F-Wht24{ font-size: 24px; }
.F-Wht22{ font-size: 22px; }
.F-Wht20{ font-size: 20px; }
.F-Wht18{ font-size: 18px; }
.F-Wht16{ font-size: 16px; }
.F-Wht14{ font-size: 14px; }
.F-Wht12{ font-size: 12px; }

/* END Font White */

/* Font Off White */

.F-OWht32, .F-OWht30, .F-OWht28, .F-OWht26, .F-OWht24, .F-OWht22, .F-OWht20, .F-OWht18, .F-OWht16, .F-OWht14, .F-OWht12 {
color: #FFFFFF;
}

.F-OWht32{ font-size: 32px; }
.F-OWht30{ font-size: 30px; }
.F-OWht28{ font-size: 28px; }
.F-OWht26{ font-size: 26px; }
.F-OWht24{ font-size: 24px; }
.F-OWht22{ font-size: 22px; }
.F-OWht20{ font-size: 20px; }
.F-OWht18{ font-size: 18px; }
.F-OWht16{ font-size: 16px; }
.F-OWht14{ font-size: 14px; }
.F-OWht12{ font-size: 12px; }

/* END Font Off White */

/* END Fonts Sizes & Colors */


/* Paddings */

.Pd0  { padding: 0px; }
.Pd1  { padding: 1px; }
.Pd2  { padding: 2px; }
.Pd3  { padding: 3px; }
.Pd4  { padding: 4px; }
.Pd5  { padding: 5px; }
.Pd6  { padding: 6px; }
.Pd7  { padding: 7px; }
.Pd8  { padding: 8px; }
.Pd9  { padding: 9px; }
.Pd10 { padding: 10px; }
.Pd11 { padding: 11px; }
.Pd12 { padding: 12px; }
.Pd13 { padding: 13px; }
.Pd14 { padding: 14px; }
.Pd15 { padding: 15px; }
.Pd16 { padding: 16px; }
.Pd17 { padding: 17px; }
.Pd18 { padding: 18px; }
.Pd19 { padding: 19px; }
.Pd20 { padding: 20px; }

/* END Paddings */


/* Paddings right */

.Pdt0  { padding-top: 0px; }
.Pdt1  { padding-top: 1px; }
.Pdt2  { padding-top: 2px; }
.Pdt3  { padding-top: 3px; }
.Pdt4  { padding-top: 4px; }
.Pdt5  { padding-top: 5px; }
.Pdt6  { padding-top: 6px; }
.Pdt7  { padding-top: 7px; }
.Pdt8  { padding-top: 8px; }
.Pdt9  { padding-top: 9px; }
.Pdt10 { padding-top: 10px; }
.Pdt11 { padding-top: 11px; }
.Pdt12 { padding-top: 12px; }
.Pdt13 { padding-top: 13px; }
.Pdt14 { padding-top: 14px; }
.Pdt15 { padding-top: 15px; }
.Pdt16 { padding-top: 16px; }
.Pdt17 { padding-top: 17px; }
.Pdt18 { padding-top: 18px; }
.Pdt19 { padding-top: 19px; }
.Pdt20 { padding-top: 20px; }

/* END Paddings top */

/* Paddings left */

.pdl1  { padding-left: 1px; }
.pdl2  { padding-left: 2px; }
.pdl3  { padding-left: 3px; }
.pdl4  { padding-left: 4px; }
.pdl5  { padding-left: 5px; }
.pdl6  { padding-left: 6px; }
.pdl7  { padding-left: 7px; }
.pdl8  { padding-left: 8px; }
.pdl9  { padding-left: 9px; }
.pdl10 { padding-left: 10px; }
.pdl11 { padding-left: 11px; }
.pdl12 { padding-left: 12px; }
.pdl13 { padding-left: 13px; }
.pdl14 { padding-left: 14px; }
.pdl15 { padding-left: 15px; }
.pdl16 { padding-left: 16px; }
.pdl17 { padding-left: 17px; }
.pdl18 { padding-left: 18px; }
.pdl19 { padding-left: 19px; }
.pdl20 { padding-left: 20px; }
.pdl22 { padding-left: 22px; }
.pdl24 { padding-left: 24px; }
.pdl26 { padding-left: 26px; }
.pdl28 { padding-left: 28px; }
.pdl30 { padding-left: 30px; }
.pdl32 { padding-left: 32px; }
.pdl34 { padding-left: 34px; }
.pdl36 { padding-left: 36px; }
.pdl38 { padding-left: 38px; }
.pdl40 { padding-left: 40px; }
.pdl42 { padding-left: 42px; }
.pdl46 { padding-left: 46px; }
.pdl50 { padding-left: 50px; }
.pdl54 { padding-left: 54px; }
.pdl60 { padding-left: 60px; }
.pdl65 { padding-left: 65px; }
.pdl70 { padding-left: 70px; }
.pdl100 { padding-left: 100px;}
.pdl120 { padding-left: 120px;}
.pdl140 { padding-left: 140px;}
.pdl150 { padding-left: 150px;}
.pdl160 { padding-left: 160px;}
.pdl250 { padding-left: 250px;}


/* END Paddings left*/


/* Paddings bottom */

.pdb1  { padding-bottom: 1px; }
.pdb2  { padding-bottom: 2px; }
.pdb3  { padding-bottom: 3px; }
.pdb4  { padding-bottom: 4px; }
.pdb5  { padding-bottom: 5px; }
.pdb6  { padding-bottom: 6px; }
.pdb7  { padding-bottom: 7px; }
.pdb8  { padding-bottom: 8px; }
.pdb9  { padding-bottom: 9px; }
.pdb10 { padding-bottom: 10px; }
.pdb11 { padding-bottom: 11px; }
.pdb12 { padding-bottom: 12px; }
.pdb13 { padding-bottom: 13px; }
.pdb14 { padding-bottom: 14px; }
.pdb15 { padding-bottom: 15px; }
.pdb16 { padding-bottom: 16px; }
.pdb17 { padding-bottom: 17px; }
.pdb18 { padding-bottom: 18px; }
.pdb19 { padding-bottom: 19px; }
.pdb20 { padding-bottom: 20px; }
.pdb22 { padding-bottom: 22px; }
.pdb24 { padding-bottom: 24px; }
.pdb26 { padding-bottom: 26px; }
.pdl28 { padding-bottom: 28px; }
.pdl30 { padding-bottom: 30px; }
.pdl32 { padding-bottom: 32px; }
.pdl34 { padding-bottom: 34px; }
.pdl36 { padding-bottom: 36px; }
.pdl38 { padding-bottom: 38px; }
.pdl40 { padding-bottom: 40px; }
.Padl42 { padding-bottom: 42px; }
.Padl46 { padding-bottom: 46px; }
.Padl50 { padding-bottom: 50px; }
.Padl54 { padding-bottom: 54px; }




/* END Paddings left*/



/* Margins */

.Mr0  { padding: 0px; }
.Mr1  { padding: 1px; }
.Mr2  { padding: 2px; }
.Mr3  { padding: 3px; }
.Mr4  { padding: 4px; }
.Mr5  { padding: 5px; }
.Mr6  { padding: 6px; }
.Mr7  { padding: 7px; }
.Mr8  { padding: 8px; }
.Mr9  { padding: 9px; }
.Mr10 { padding: 10px; }
.Mr11 { padding: 11px; }
.Mr12 { padding: 12px; }
.Mr13 { padding: 13px; }
.Mr14 { padding: 14px; }
.Mr15 { padding: 15px; }
.Mr16 { padding: 16px; }
.Mr17 { padding: 17px; }
.Mr18 { padding: 18px; }
.Mr19 { padding: 19px; }
.Mr20 { padding: 20px; }

.M0A {margin: 0 auto; }

.MrL20 { padding-left: 20px; }

.MrL30 { padding-left: 30px; }

/* END Margins */


/* Background Colors */

.Bg-Red  { background: #FF0000; }
.Bg-DRed { background: #800000; }
.Bg-Blu  { background: #0000FF; }
.Bg-NBlu { background: #003366; }
.Bg-MBlu { background: #006699; }
.Bg-LBlu { background: #F5FAFF; }
.Bg-AGry { background: #F5F5F5; }
.Bg-OWht { background: #FFFFF5; }
.Bg-Wht  { background: #FFFFFF; }

/* END Background Colors */

/* Highlights*/

.HL-Red  { background: #FF0000; }
.HL-DRed { background: #800000; }
.HL-Blu  { background: #0000FF; }
.HL-NBlu { background: #003366; }
.HL-MBlu { background: #006699; }
.HL-LBlu { background: #F5FAFF; }
.HL-AGry { background: #F5F5F5; }
.HL-OWht { background: #FFFFF5; }
.HL-Yel  { background: #FFFF00; }

/* END Highlights */

/* Letter Spacing */

.LS1 { letter-spacing: 1px; }
.LS2 { letter-spacing: 2px; }

/* END Letter Spacing */

/* Texture */

.OWht_Texture {
background: url(../images/OWht_Texture.jpg) repeat;

}

.OWht_Texture2 {
background: url(../images/OWht_Texture.jpg) repeat;
width:640px;
margin:0 auto;

}

.LBlu_Texture {
background: url(../images/LBlu_Texture.jpg) repeat;
}

.Blk_Texture {
background: url(../images/Blk_Texture.jpg) repeat;
}

/* END Texture */

.Clear { clear: both; }

body {
font-family: arial;
font-size: 14px;
}

#TopLinks {
width:auto;
color:#FFFFFF;
font-size:12px;
text-align:center;
font-family: arial;
font-weight: bold;
padding: 3px 0px 3px 0px;
background-color:#a33f0b;
}

#TopLinks h1, h2, h3, h4, h5, h6 {
font-size:11px;
letter-spacing:0.5px;
font-weight: bold;
font-family: Arial;
}

#Header {
width: 960px;
margin: 0 auto;
height:auto;
}

#Sub_Header {
width: auto;
margin: 0 auto;
height:auto;
background:url(../images/headerbg.jpg) repeat-x;
}

.Sub_Headerimg {width:960px; height:282px; margin:0 auto;}




#Header {
width: 960px;
margin: 0 auto;
padding:0
}

.Header-img1 {
width: 270px;
float:left;
}

.Header-img2 {
width: 350px;
float:left;
}

.Header-img3 {
width: 300px;
float:left;
}

.float-right {float:right;}

#Wrapper{
width:960px;
height:auto;
margin:0 auto;
background:#FFFFFF;
}

#main-menu {width:960px; margin:0 auto; height: auto}



#Menu {
width: 665px;
height:42px;
float:right;
overflow:hidden;
background:url(../images/menu-bg.jpg) repeat-x;
}

#Menu ul {
list-style:none;
padding: 0;
margin: 0;
margin-left:0px;
}

#Menu .Act {
height:42px;
color: #9e2b29;
float: left;
display: block;
font-size:12px;
font-weight: bold;
font-family:arial;
line-height: 40px;
letter-spacing: 1px;
overflow:hidden;
text-align: center;
text-decoration: underline;
padding: 0px 18px 0px 18px;
}


#Menu li {
float: left;
list-style:none;
}

#Menu li a {
height:42px;
color: #846757;
float: left;
display: block;
font-size:12px;
font-weight: bold;
font-family:arial;
line-height: 42px;
letter-spacing: 1px;
overflow:hidden;
text-align: center;
text-decoration: none;
padding: 0px 18px 0px 18px;
}

#Menu li a:hover{
height:42px;
color: #9e2b29;
float: left;
display: block;
font-size:12px;
font-weight: bold;
font-family:arial;
line-height: 42px;
letter-spacing: 1px;
overflow:hidden;
text-align: center;
text-decoration: underline;
padding: 0px 18px 0px 18px;
}

#Menu li.Sep {
background:url(../images/Sep.jpg) no-repeat;
width:1px;
height:41px;
float:left;
}


#Container_Top {
width:1002px;
float:left;
font-size: 14px;
}

#Container_Left {
width:660px;
height: auto;
margin-top:5px;
padding:20px 5px 10px 15px;
float:left;
}


#Container_faq {
width:660px;
height: auto;
margin-top:5px;
padding:20px 5px 10px 15px;
float:left;
}

br {font-size:8px;}

.main-heading {
width:570px; 
margin:0 auto; 
background:url(../images/main-heading.jpg) no-repeat;
padding:10px;
text-align:center;
border:1px dashed #990000;
font:bold 20px Arial;
color:#833430;
}

.fdb18 {font:bold 18px Arial; color:#833430;}
.fdb20 {font:bold 20px Arial; color:#833430;}
.fdb22 {font:bold 22px Arial; color:#833430;}

.main-headingphd {
width:600px; 
margin:0 auto; 
background:url(../images/main-heading.jpg) no-repeat;
padding:10px 7px 10px 7px;
text-align:center;
border:1px dashed #990000;
font:bold 20px Arial;
color:#833430;
}


.main-headingdiss {
width:610px; 
margin:0 auto; 
background:url(../images/main-heading.jpg) no-repeat;
padding:10px 7px 10px 7px;
text-align:center;
border:1px dashed #990000;
font:bold 20px Arial;
color:#833430;
}






#Container_Body {
width:980px;
margin: 0 auto;
font-size: 14px;
padding: 10px;
border: 1px dashed #f2825b;
margin-bottom: 10px;
}


#Wrapper_OrderForm {
width:960px;
margin:0 auto;
margin-top: 8px;
margin-bottom: 10px;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 10px;
}



#Container_FormBody {
width:980px;
margin: 0 auto;
font-size: 14px;
padding: 10px;
border: 1px Solid #ccc;
margin-bottom: 10px;
}


/* ORDER FORM */

#container_OrderForm, #Form-Div {
width: 900px;
height: auto;
margin:0 auto;
font-family: Arial;
font-size: 12px;
border:1px solid #cbcaca;
}

#container_OrderForm td{
border: 0px;
}


#Table-OrderForm {
width:800px;
height:auto;
border:1px solid #acacac;
margin:0 auto;
}

#Table-OrderForm td {
height: 26px;
padding: 8px 5px 8px 10px;
width: 33%;
}


.OrderForm_heading {
background:url(../images/orderform-bg.jpg) repeat-x;
font:bold 16px Arial; color:#FFFFFF;
}

#Table-OrderForm .SmallDesc {
font-size: 11px;
}

#Table-OrderForm .Heading {
background:url(../images/HeadingBG.jpg) repeat-x;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
}

.textarea {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 275px;
	height: 110px;
	padding: 5px;
}

.text {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 275px;
	height: 20px;
	padding: 2px 5px 0px 5px;
}

.ErrorText {
color: #FF0000;
font-weight: bold;
font-size: 14px;
}

.PreviewText {
color: #603;
font-weight: bold;
font-size: 14px;
}

#SH-NumWords2 {
display: none;
}

#SH-ReqDays2 {
display: none;
}

#uniquebg td{background:url(../images/uniquecustombg.jpg) repeat-x;}

#FootPrintsBullets li {
padding-left: 70px;
text-align: left;
list-style-type: none;
background: url(../images/FootPrints.jpg) no-repeat;
}

.Container_Heading {
padding: 10px;
background: url(../images/Gray_Grd.jpg) repeat;
border: 5px dashed #004080;
text-align: center;
}

.Container_sitemap {
padding: 10px;
background-color:#FFFFFF;
border: 5px dashed #004080;
text-align: left;
}

.Container_sitemap ul { margin-left:20px;}
.Container_sitemap li { padding:5px;}

.Container_sitemap a { text-decoration:none; color:#0000FF;}
.Container_sitemap a:hover { text-decoration:underline; color:#FF3300}




.Container_Heading-conc {
padding: 10px;
background: url(../images/Gray_Grd-conc.jpg) repeat;
border: 5px dashed #004080;
text-align: center;
text-transform:uppercase;
}

.Container_Heading2 {
padding: 10px;
width:605px;
background:url(../images/the-body-bg.jpg) repeat-x;
border: 5px dashed #004080;
margin:0 auto;
}

.Container_Heading3 {
padding: 10px;
width:500px;
text-align:center;
background:url(../images/the-body-bg.jpg) repeat-x;
border: 5px dashed #004080;
margin:0 auto;
}








.Container_Heading {
padding: 10px;
background: url(../images/Gray_Grd.jpg) repeat;
border: 5px dashed #004080;
text-align: center;
}

.Container_sitemap {
padding: 10px;
background-color:#FFFFFF;
border: 5px dashed #004080;
text-align: left;
}

.Container_sitemap ul { margin-left:20px;}
.Container_sitemap li { padding:5px;}

.Container_sitemap a { text-decoration:none; color:#0000FF;}
.Container_sitemap a:hover { text-decoration:underline; color:#FF3300}




.Container_Heading-conc {
padding: 10px;
background: url(../images/Gray_Grd-conc.jpg) repeat;
border: 5px dashed #004080;
text-align: center;
text-transform:uppercase;
}

.Container_Heading2 {
padding: 10px;
width:605px;
background:url(../images/the-body-bg.jpg) repeat-x;
border: 5px dashed #004080;
margin:0 auto;
}

.Container_Heading3 {
padding: 10px;
width:500px;
text-align:center;
background:url(../images/the-body-bg.jpg) repeat-x;
border: 5px dashed #004080;
margin:0 auto;
}


.T_DCat {
border: 3px dashed #660000;
font-size: 16px;
}

.T_DCat2 {
border: 3px dashed #660000;
font-size: 16px;
width:620px;
}


.T_DCat td {
padding: 10px;
border: 1px dashed #ccc;
}

.T_DCat ul {
margin-left: 20px;
}

.T_Circles {
background: url(../images/Circles.jpg) no-repeat top center;
}

.CursorHand1_Div {
padding: 10px;
border: 3px dashed #660000;
font-size: 18px;
font-weight: bold;
text-align: center;
letter-spacing: 1px;
}

.CursorHand1_Div a {
text-decoration: none;
}

.CursorHand1_Div a:hover {
text-decoration: underline;
}

.CursorHand2_Div {
padding: 10px;
border: 3px dashed #000000;
font-size: 18px;
font-weight: bold;
text-align: center;
letter-spacing: 1px;
}

.CursorHand2_Div a {
color: #FFFFFF;
text-decoration: none;
}

.CursorHand2_Div a:hover {
text-decoration: underline;
}

/* Days & Words Table */

#DaysAndWords-Div {
width: 470px;
margin: 0 auto;
border: 3px solid #000033;
float: left;
}

#DaysAndWords-T td {
color: #660000;
font-family: Tahoma;
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
padding: 5px;
text-align: center;
border: 1px dashed #ccc;
}

#DaysAndWords-T .Heading {
height: 80px;
color: #ffffff;
line-height: 24px;
text-align: left;
padding: 0px;
background: url(../images/Price_Structure.jpg) no-repeat;
border-width: 0px;
}

#DaysAndWords-T .SubHeading {
height: 60px;
color: #ffffff;
line-height: 24px;
text-align: center;
padding: 0px;
background: url(../images/SubHeading_Grd1.jpg) repeat-x;
border-width: 0px;
}

/* END Date & Price Table */

/* Pages And Discount */

#PagesAndDiscount-Div {
width: 470px;
margin: 0 auto;
border: 3px solid #000033;
float: right;
}

#PagesAndDiscount-T td {
color: #660000;
font-family: Tahoma;
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
padding: 5px;
text-align: left;
border: 1px dashed #ccc;
}

#PagesAndDiscount-T .Heading {
height: 80px;
color: #ffffff;
line-height: 24px;
text-align: left;
padding: 0px;
background: url(../images/Discount_Offer.jpg) no-repeat;
border-width: 0px;
}

#PagesAndDiscount-T .SubHeading {
height: 60px;
color: #ffffff;
line-height: 24px;
text-align: center;
padding: 0px;
background: url(../images/SubHeading_Grd2.jpg) repeat-x;
border-width: 0px;
}

#PagesAndDiscount-T .NoBorder {
border: 1px solid #fff;
}


#PagesAndDiscount-T .LimitedTimeOffer {
font-size: 18px;
font-weight: bold;
color: #ffffff;
background: url(../images/SubHeading_Grd1.jpg) repeat-x;
border: 1px solid #FF0000;
}

#PagesAndDiscount-T .DiscountTill {
color: #ff0000;
}

/* END Pages And Discount */

#Container_Right {
width:250px;
height: auto;
float:left;
margin: 20px 0px 0px 10px;
background-color:#FFFFFF;
padding: 0px 10px 0px 10px;

}

#Container_Right img {
padding: 0px 0px 30px 0px;
}

#Guarantee {
width: 700px;
padding: 10px;
border: 1px solid #eaddc4;
background: url(../images/Guarantee_Grd.gif) repeat-x;
color: #826317;
font-weight: bold;
font-size: 16px;
margin:0 auto;

}



#Guarantee .Right_Content {
padding: 40px 0px 0px 0px;
width: 450px;
height: 160px;
float: left;
font-size: 18px;
text-align: center;
}

#Guarantee .Logo{
width: 230px;
height: 180px;
float: left;
background: url(../images/Guarantee_Logo.jpg) repeat-x;
}

#Guarantee .SubCat{
padding: 10px;
border: 1px solid #ccc;
background: #826317;
color: #fff;
}

#PaymentMode {
width: 450px;
padding: 10px;
border: 1px solid #eaddc4;
background: url(../images/OWht_Texture.jpg) repeat;
color: #826317;
font-weight: bold;
font-size: 16px;
float: right;
}

#PaymentMode .Logo{
height: 80px;
width: 450px;
float: left;
background: url(../images/Payment_Methods.jpg) no-repeat;
}

#Footer {
width:940px;
height:270px;
font-size:12px;
padding: 25px 10px 10px 10px;
font-family:Arial;
color:#ffffff;
text-align:center;
margin: 0 auto;
margin-top:20px;
background: url(../images/footer-bg.jpg) repeat-x;
}

#Footer a {
color:#FFFFFF;
text-decoration: none;
padding: 0px 2px 0px 2px;
}

#Footer a:hover {
color:#284A64;
text-decoration:none;
background: #FFFFFF;
padding: 0px 2px 0px 2px;
}

#Footer .allrights {
padding: 5px 0px 0px 0px;
color: #FFFFFF;
}




#DaysAndWords-Div-Faqs {
width: 470px;
margin: 0 auto;
border: 3px solid #000033;
}

#PagesAndDiscount-Div-Faqs {
width: 470px;
margin: 0 auto;
border: 3px solid #000033;
}


#Container_Body-Faqs {
width:978px;
margin: 0 auto;
font-size: 14px;
padding: 10px;
border: 1px solid #ccc;
margin-top: 10px;
margin-bottom: 10px;
}

#Container_Body-Faqs li {
margin-left: 20px;
}

/* Order Form */

.clsOrderMonth, .clsOrderDate, .clsOrderYear {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	height: 20px;
	margin-top: 5px;
	display: inline;
	float: left;
}

.clsOrderMonth {
width: 150px;
}

.clsOrderDate {
width: 50px;
}

.clsOrderYear {
width: 75px;
}

#OrderID, #OrderMonth, #OrderDate, #OrderYear {
display: none;
}

.textarea {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 480px;
	height: 110px;
	padding: 2px;
}

.text {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 275px;
	height: 20px;
	padding: 2px;
}

.Deadline {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 90px;
	height: 20px;
	margin-top: 5px;
}

.SubmitButton {
	background:#600;
	border:0px solid #CCCCCC;
	color:#fff;
	width: 120px;
	height: 24px;
}

.ErrorText {
color: #FF0000;
font-weight: bold;
font-size: 14px;
}

.PreviewText {
color: #603;
font-weight: bold;
font-size: 14px;
}

#SH-ReqDays2 {
display: none;
}

#SH-NumWords2 {
display: none;
}
.OrderForm-T {
color: #000;
margin: 0 auto;
}

/* END Order Form */

#Container_SmallFormBody {
width:570px;
margin: 0 auto;
font-size: 14px;
background:url(../images/160.gif) repeat;
padding: 10px;
border: 1px Solid #ccc;
margin-bottom: 10px;
}

.ContactSmallForm_T_Center {
width: 567px;
height: auto;
margin: 0 auto;
}

.introduction-box {
width:635px;
background:url(../images/Dissertations_Writing_32.gif) repeat-x;
margin:0 auto;
margin-bottom:30px;
}
		
.Payment-box {
width:700px;
height:538px;
margin:auto;
border:1px solid #ffe39f;
}		

.margin-center {margin:0 auto;}

#image-rollhover {
width:159px;
height:58px;
margin:0 auto;

}

#image-rollhover a{
width:159px;
height:58px;
display:block;
background:url(../images/order-now.gif) no-repeat;
}					

#image-rollhover a:hover{
background:url(../images/order-now-hover.gif) no-repeat;
}


#image-rollhover-cu {
width:159px;
height:58px;
margin:0 auto;

}

#image-rollhover-cu a{
width:159px;
height:58px;
display:block;
background:url(../images/contact-us-btn.gif) no-repeat;
}					

#image-rollhover-cu a:hover{
background:url(../images/contact-us-btn-hover.gif) no-repeat;
}

/*line height */

.l-height {line-height:22px;}
.l-height14 {line-height:14px;}
.l-height16 {line-height:16px;}
.l-height18 {line-height:18px;}
.l-height20 {line-height:20px;}
.l-height22 {line-height:22px;}
.l-height24 {line-height:24px;}
.l-height26 {line-height:26px;}
.l-height28 {line-height:28px;}
.l-height30 {line-height:30px;}
.l-height32 {line-height:32px;}
.l-height34 {line-height:34px;}
.l-height36 {line-height:36px;}
.l-height38 {line-height:38px;}
.l-height40 {line-height:40px;}

/*eng line height */

.diss-intro {width:700px;
margin:0 auto}

#hyper-link {text-align:center;}
#hyper-link a {
text-decoration:underline;
font:bold 16px Arial;
color:#0000FF;
}
#hyper-link a:hover {text-decoration:underline; color:#990000}


#on1 {text-align:center; width:360px; height:29px; margin:0 auto; background:url(../images/on1.jpg) no-repeat; padding-top:8px;}
#on1 a {
text-decoration:none;
font:bold 16px Arial;
color:#fff;
}
#on1 a:hover {text-decoration:underline; color:#fff}


#on2 {text-align:center; width:290px; height:184px; margin:0 auto; background:url(../images/on2.jpg) no-repeat; padding-top:30px;}
#on2 a {
text-decoration:none;
font:bold 18px Arial;
line-height:26px;
color:#fff;
}
#on2 a:hover {text-decoration:underline; color:#fff;}


#on3 {text-align:center; width:443px; height:29px; margin:0 auto; background:url(../images/on3.jpg) no-repeat; padding-top:8px;}
#on3 a {
text-decoration:none;
font:bold 16px Arial;
color:#fff;
}
#on3 a:hover {text-decoration:underline; color:#fff;}


#on4 {text-align:center; width:487px; height:29px; margin:0 auto; background:url(../images/on4.jpg) no-repeat; padding-top:8px;}
#on4 a {
text-decoration:none;
font:bold 16px Arial;
color:#000;
}
#on4 a:hover {text-decoration:underline; color:#000;}


#hyper-link li {font-weight:bold;}


#hyper-link2 {text-align:justify;}
#hyper-link2 a {text-decoration:none;}
#hyper-link2 a:hover {text-decoration:underline;}

#hyper-link2 li {font-weight:normal;}




.ac-link {color:#0000FF;}
.ac-link a {color:#0000FF;}
.ac-link a:active {color:#0000FF;}

.best-diss {padding-left:10px; width:650px;}
.org-diss {padding-left:10px; width:650px;}

.link-box4 {
font: bold 14px Arial;
color: #933e1e;
text-decoration:none;
}
.link-box4 a{
font: bold 14px Arial;
color: #933e1e;
text-decoration:none;
}

.link-box4 a:hover{
font: bold 14px Arial;
color: #933e1e;
text-decoration:underline;
}

.link-box5 {
font: bold 24px Arial;
color: #933e1e;
text-decoration:none;
}
.link-box5 a{
font: bold 20px Arial;
color: #933e1e;
text-decoration:none;
}

.link-box5 a:hover{
font: bold 20px Arial;
color: #933e1e;
text-decoration:underline;
}

.link-box6 {
font: bold 16px Arial;
color: #933e1e;
text-decoration:none;
}
.link-box6 a{
font: bold 16px Arial;
color: #933e1e;
text-decoration:none;
}

.link-box6 a:hover{
font: bold 16px Arial;
color: #933e1e;
text-decoration:underline;
}


.afford-bdr {border:1px solid #9bcffa;}
.tal {text-align:left;}
.org-box {width:630px; float:left; padding-left:10px;}
.org-banner {width:480px; margin:0 auto; background:url(../images/original-banner.jpg) no-repeat; padding:10px; text-align:center;
}

#good-quality{width:600px; margin:0 auto; text-align:center;}
#non-pz{width:670px; margin:0 auto; text-align:center;}

.right-good {
	width:370px; 
	float:left;
	padding:15px 5px 10px 5px; 
	height:85px;
	background:url(../images/good-quality-right.jpg) repeat-x;
	border:1px solid #cecd4c;
 	 }

.left-good {
	width:200px; 
	float:left; 
	padding:10px 5px 10px 5px; 
	height:90px; 
	background:url(../images/good-quality-left.jpg) repeat-x;
	border:1px solid #9fd1f8;
	border-right-width:0px;
	}
	
.right-good2 {
	width:370px; 
	float:left;
	padding:15px 5px 10px 5px; 
	height:115px;
	background:url(../images/good-quality-right2.jpg) repeat-x;
	border:1px solid #cecd4c;
 	 }

.right-good3 {
	width:370px; 
	float:left;
	padding:15px 5px 10px 5px; 
	height:135px;
	background:url(../images/good-quality-right2.jpg) repeat-x;
	border:1px solid #cecd4c;
 	 }

.right-good4 {
	width:370px; 
	float:left;
	padding:15px 5px 10px 5px; 
	height:105px;
	background:url(../images/good-quality-right2.jpg) repeat-x;
	border:1px solid #cecd4c;
 	 }

.left-good2 {
	width:200px; 
	float:left; 
	padding:10px 5px 10px 5px; 
	height:120px; 
	background:url(../images/good-quality-left2.jpg) repeat-x;
	border:1px solid #9fd1f8;
	border-right-width:0px;
	}


.left-good3 {
	width:200px; 
	float:left; 
	padding:10px 5px 10px 5px; 
	height:140px; 
	background:url(../images/good-quality-left2.jpg) repeat-x;
	border:1px solid #9fd1f8;
	border-right-width:0px;
	}

.left-good4 {
	width:200px; 
	float:left; 
	padding:10px 5px 10px 5px; 
	height:110px; 
	background:url(../images/good-quality-left2.jpg) repeat-x;
	border:1px solid #9fd1f8;
	border-right-width:0px;
	}
	
.right-non-pz {
	width:310px; 
	float:left;
	padding:10px 5px 10px 5px; 
	height:260px; 
 	 }

.right-non-pz-4th {
	width:310px; 
	float:left;
	padding:10px 5px 10px 5px; 
	height:175px; 
 	 }

.right-non-pz-6th {
	width:310px; 
	float:left;
	padding:10px 5px 10px 5px; 
	height:210px; 
 	 }



.left-non-pz {
	width:310px; 
	float:left; 
	padding:10px 5px 10px 5px; 
	height:260px; 
	margin-right:20px;

	}
	
.left-non-pz-3rd {
	width:310px; 
	float:left; 
	padding:10px 5px 10px 5px; 
	height:175px; 
	margin-right:20px;

	}

.left-non-pz-5th {
	width:310px; 
	float:left; 
	padding:10px 5px 10px 5px; 
	height:210px; 
	margin-right:20px;

	}

.image-non-pz {
	width:250px;
	padding:25px 5px 10px 5px;
	margin:0 auto;
	height:145px;
	text-align:center;
	border:1px solid #97cbf2;
	background:url(../images/non-pz.jpg) repeat-x;
	}
	
.image-non-pz3 {
	width:250px;
	padding:10px 5px 10px 5px;
	margin:0 auto;
	height:80px;
	text-align:center;
	border:1px solid #97cbf2;
	background:url(../images/non-pz.jpg) repeat-x;
	}	

.image-non-pz5 {
	width:250px;
	padding:20px 5px 10px 5px;
	margin:0 auto;
	border:1px solid #97cbf2;
	height:105px;
	text-align:center;
	background:url(../images/non-pz.jpg) repeat-x;
	}
	

.image-non-pz2 {
	width:250px;
	padding:25px 5px 10px 5px;
	height:145px;
	margin:0 auto;
	text-align:center;
	border:1px solid #dddc6a;
	background:url(../images/non-pz2.jpg) repeat-x;
	}

.image-non-pz4 {
	width:250px;
	padding:15px 5px 10px 5px;
	height:75px;
	margin:0 auto;
	text-align:center;
	border:1px solid #dddc6a;	
	background:url(../images/non-pz6.jpg) repeat-x;
	}
	
.image-non-pz6 {
	width:250px;
	padding:20px 5px 10px 5px;
	height:105px;
	margin:0 auto;
	text-align:center;
	border:1px solid #dddc6a;
	background:url(../images/non-pz2.jpg) repeat-x;
	}

.well-research {width:520px; margin:0 auto; background:url(../images/bg-well-research.jpg) repeat-x; padding:10px 5px 0px 10px; height:35px; border:1px solid #D6BD67}
.well-research2 {width:570px; margin:0 auto; background:url(../images/bg-well-research.jpg) repeat-x; padding:10px 5px 0px 10px; height:35px; border:1px solid #D6BD67}

.footer-text {width:200px; float: left; text-align:left; margin-right:35px; padding-top:5px;}
.all-right-bg {background:url(../images/all-rght.jpg) no-repeat; margin:0 auto; padding-top:20px; margin-top:25px;}

#urgent {margin:0 auto; padding-top:20px;}

.dis-advice {
	width:470px; margin:0 auto;
	padding:8px;
	font: bold 16px arial;
	color: #eff9ff;
	text-align:center;	
	background:url(../images/bg_advice.jpg) repeat-x;
	}
	
.main {width:1024px; margin:0 auto; border:1px solid #6a6969;} 

.bnr-bdr {border:1px solid #b48f8f; width:569px; height:149px; margin:0 auto;}

.PhoneNumberThanyou {
width: 214px;
height: 20px;
font-size: 0px;
background: url(../images/PhoneNumberThanyou.gif) no-repeat;
margin: 0 auto;
}

.PageBreak {
width: 600px;
height:23px;
margin: 0 auto;
line-height: 20px;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
padding:8px 5px 5px 5px;
background: url(../images/price-trbg.jpg) repeat-x;
}


.PageBreak2 {
width: 600px;
height:60px;
margin: 0 auto;
line-height: 20px;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
padding:8px 5px 5px 5px;
background: url(../images/price-trbg.jpg) repeat-x;
}


.PageBreak3 {
width: 600px;
height:48px;
margin: 0 auto;
line-height: 20px;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
padding:10px 5px 5px 5px;
background: url(../images/price-trbg.jpg) repeat-x;
}


.PageBreak4 {
width: 600px;
height:54px;
margin: 0 auto;
line-height: 26px;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
padding:4px 5px 5px 5px;
background: url(../images/price-trbg.jpg) repeat-x;
}


.PageBreak5 {
width: 650px;
height:23px;
float:left;
line-height: 20px;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
padding:8px 5px 5px 5px;
background: url(../images/price-trbg.jpg) repeat-x;
}



.table-left, .table-right {color:#FFFFFF; text-align:left;}

.ser-main-box {
		width:610px;
		text-align:center;
		height:300px;
		padding:5px;
		margin:0 auto;
		}

.ser-left-box {
		width:280px;
		float:left;
		height:275px;
		border:1px solid #6ad4ee;
		margin-right:20px;
		padding:15px 5px 5px 5px;
		background:url(../images/ser-left.jpg) repeat-x;}


.ser-right-box {
		width:280px;
		float:left;
		height:275px;
		border:1px solid #e9e88f;
		padding:15px 5px 5px 5px;
		background:url(../images/ser-right.jpg) repeat-x;
		}

.collage-thesis {
		width:390px;
		height:85px;
		padding:20px;
		margin:0 auto;
		text-align:center;
		background:url(../images/college-thesis.jpg) repeat-x;
		}
		

#hyper-link a {
			text-decoration:underline;
			color:#aa6111;
			}

#hyper-link a:hover {text-decoration:none;
					color:#aa6111;
			}
		

#hyper-linkfnblu a {
			text-decoration:underline;
			color:#003366;
			}

#hyper-linkfnblu a:hover {text-decoration:none;
					color:#003366;
			}


#hyper-linkb a {
			text-decoration:none;
			color:#aa6111;
			}

#hyper-linkb a:hover {text-decoration:underline;
					color:#aa6111;
			}

#hyper-linkr a {
			text-decoration:underline;
			color:#990000;
			}

#hyper-linkr a:hover {text-decoration:none;
					color:#990000;
			}


.F-Brown18 {font-size:18px; color:#9f7a0b; font-weight:bold;}


.bullet-box {	width:200px;
				padding: 0px 0px 0px 40px;
				float:left;
			}	
			

.order-box {	width:330px;
				padding: 10px 10px 0px 10px;
				float:right;
				background:url(../images/order-box.jpg) no-repeat;
			}	
			

.box-order {	width:330px;
				padding: 10px 10px 0px 10px;
				float:right;
				background:url(../images/order-box.jpg) no-repeat;
			}	



.padingl30 {padding:0px 0px 0px 30px; line-height:20px;}


#factors {width:658px; height:auto; background:#000000; font:bold 14px Arial; color:#fff; background:#98471a; border:1px solid #98471a; border-bottom:none;}
.factorone {width:644px; height:91px; float:left; padding:7px; background:url(../images/factorbg1.jpg) repeat; font:bold 14px Arial; color:#89770f;
border-bottom:1px solid #999999;}
.factortwo {width:644px; height:92px; float:left; padding:7px; background:url(../images/factorbg2.jpg) repeat; font:bold 14px Arial; color:#0b5772;
border-bottom:1px solid #999999;}
.factleft {width:170px; float:left; color:#9a320b;}
.factleft2 {width:170px; float:left; color:#31505b;}
.factright {width:452px; float:left; padding-left:20px; line-height:16px; color:#9a320b;}
.factright2 {width:452px; float:left; padding-left:20px; line-height:16px; color:#31505b;}



#payment-footer {width:638px; margin:0 auto; height:95px; border:1px solid #999999; background:url(../images/paymentbg.jpg) no-repeat; background-color:#fff;}
#payment-footer ul {margin: 0 auto; list-style:none; margin-left:28px;}
#payment-footer li {padding:35px 8px 0px 0px; list-style:none; float:left; margin-left:0px;
}


#order1 {text-align:center; width:500px; height:35px; margin:0 auto; padding-top:10px; background:url(../images/thesis-writing-bg1.jpg) repeat;}
#order1 a {text-decoration:none; font:bold 18px Arial;color:#fff;}
#order1 a:hover {text-decoration:underline;}