body
{
	margin: 0px auto;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	color: #5D5D5D;
	background: url(../designFiles/bodyTop.png) repeat-x top;
	background-color: #F5F5F3;
	direction: ltr;
}

p, h1, h2, h3, h4, h5, h6, form, input, img, select, ul, li
{
	padding: 0px;
	margin: 0px;
}

input.formField, textarea.textareaField
{
	border: 1px solid #D9E0E8;
	border-top: 1px solid #A1A2A6;
}

input:focus
{
  outline-width:0;
}

table 
{ 
	border-collapse:collapse; 
	border:0px; 
}

th, td
{
	padding:0; 
	border:0px; 
} 

input, textarea, select
{
	font-size: 12px;
	font-family: arial;
	border: 1px solid #7E9DB9;
}

input[type="checkbox"], input[type="radio"], input[type="image"]
{
	border: 0px;
}

.mandatory
{
	color: #CC0003;
	font-weight: bold;
}

h1 
{
	color: #47A7E4;
	font-size: 16px;
}

div#homeContainer h1, td#homeSide2 div#essayPreviewTitle h2
{
	color: #287295;
}

h1 img
{
	vertical-align: middle;
}

a, .link
{
	color: #3A9EE3;
	cursor: pointer;
}

td
{
	vertical-align:top;
	font-size: 14px;
}

div.container
{
	margin: 0 auto;
	width: 980px;
	position: relative;
}

div#main
{
	position: relative;
}

table#mainTbl
{
	width: 980px;
}

div#mainBottom
{
	width: 980px;
	height: 50px;
}

div#homeContainer div#mainBottom
{
	height: 36px;
}

table#mainTbl td#mainCol
{
	width: 755px;
}

div#content
{
	padding-top: 35px;
	padding-bottom: 20px;
}

div#homeContainer div#content 
{
	padding: 0px;
}

div#contactPageContainer div#content 
{
	padding-bottom: 0px;
}

div.pageText
{
	text-align: justify;
}

/* -- header ------------------------------------------------------------------------------------------------------ */

div#header
{
	width: 980px;
	height: 114px;
}

div#logo
{
	position: absolute;
	top: 28px;
}

div#topMenu
{
	clear: both;
	padding-top: 55px;
}

td.topMenu_sep div
{
	background: url(../designFiles/topMenu_sep.gif) no-repeat;
	width: 5px;
	height: 17px;
}

td.topMenu_box_selected, td.topMenu_box_open_selected
{
	background: url(../designFiles/topMenu_box_selected.gif) repeat-x;
	height: 17px;
}

div.topMenu_box_in
{
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #555555;
}

div.topMenu_box_in div
{
	padding-bottom: 8px;
}

div.topMenu_box_in a
{
	text-decoration: none;
	color: #4C4C4C;
}

div.topSubMenu
{
	background-color: #F5F5F3;
}

div.topSubMenu_box, div.topSubMenu_box_selected
{
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}

div.topSubMenu_box_selected
{
	background-color: #B7E0FC;
}

div.topSubMenu_box a, div.topSubMenu_box_selected a
{
	color: #4C4C4C;
	text-decoration: none;
	font-weight: bold;
}

div#chooseLangBox
{
	position: absolute;
	top: 59px;
	background: url(../designFiles/chooseLangBox.gif) no-repeat;
	width: 69px;
	height: 24px;
}

div.langBox.selected 
{
	display: none;
}

div.langBox 
{
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 4px;
}

/* -- side col ---------------------------------------------------------------------------------------------------- */

td#sideCol
{
	width: 225px;
}

div#sideCol_in
{
}

div#addThis
{
	padding-top: 9px;
}

div#aboutUs
{
	padding-top: 27px;
}

div.sideTitle
{
	background: url(../designFiles/sideTitle.png) no-repeat top;
	width: 198px;
	height: 30px;
}

div.sideTitle div
{
	font-size: 16px;
	font-weight: bold;
	color: #287194;
	padding-top: 2px;
}

div.sideText
{
	padding-top: 3px;
}

div#aboutUs div.sideText
{
	height: 83px;
	overflow: hidden;
}

div.sideLink
{
	padding-top: 5px;
}

div.sideLink a
{
	color: #3A9EE3;
	text-decoration: none;
}

div#sideContactUs
{
	padding-top: 35px;
}

div#sideContactFromPromo
{
	padding-top: 20px;
	padding-bottom: 10px;
}

div#sideContactUsTop
{
	background: url(../designFiles/sideContactTop.png) no-repeat;
	width: 196px;
	height: 8px;
	font-size: 0px;
}

div#sideContactUsBottom
{
	background: url(../designFiles/sideContactBottom.png) no-repeat;
	width: 196px;
	height: 8px;
	font-size: 0px;
}

div#sideContactUsBg
{
	background: url(../designFiles/sideContactBg.png) repeat-y;
	width: 196px;
}

div#sideContactUs_in
{
	padding-top: 12px;
	padding-bottom: 12px;
}

div#sideContactUs_in td.formFieldText
{
	width: 40px;
	font-weight: bold;
	font-size: 13px;
}

div#sideContactUs_in input.formField, div#sideContactUs_in textarea.textareaField
{
	width: 125px;
}

div#sideContactUs_in textarea.textareaField
{
	height: 55px;
}

div#sideContactUs_in td.sendBtn
{
	text-align: center;
}

/* -- home page --------------------------------------------------------------------------------------------------- */

div#homePic
{
	width: 755px;
	height: 238px;
}

table#homeTbl
{
}

table#homeTbl td#homeSide1
{
	width: 427px;
}

table#homeTbl td#homeSide2
{
	width: 328px;
}

td#homeSide1 div.pageTitle
{
	width: 427px;
	height: 31px;
}

td#homeSide1 div.pageTitle h1,
td#homeSide2 div#essayPreviewTitle h2
{
	padding-top: 4px;
	font-size: 18px;
}

td#homeSide1 div.pageText
{
	padding-top: 15px;
}

td#homeSide2 div#essayPreviewTitle
{
	width: 328px;
	height: 31px;
}

td#homeSide2 div#essayPreview
{
	padding-top: 8px;
}

div#homeContainer td.essayPic
{
	width: 145px;
}

td.essayPic
{
	width: 135px;
}

td.essayPreview_details
{
	width: 160px;
}

td.essayPic div.essayPicBg
{
	width: 122px;
	height: 85px;
}
	
td.essayPic div.essayPicBg div
{
	padding-top: 7px;
}

tr.essayPreview_sep
{
	height: 15px;
}

tr.essayPreview_sep.mod4
{
	display: none;
}

div#essayPreviewContainer tr.essayPreview_sep
{
	height: 35px;
}

div.essayPreview_title
{
	background: url(../designFiles/grayDashed.png) repeat-x bottom;
	width: 160px;
	margin-top: 3px;
}

div.essayPreview_title div
{
	padding-bottom: 4px;
}

div.essayPreview_title a
{
	font-weight: bold;
	text-decoration: none;
}

div.essayPreview_subtitle
{
	margin-top: 3px;
	height: 50px;
	overflow: hidden;
}

div.essayPreview_subtitle div
{
	text-align: justify;
}

div#homeContainer div#homeCloser
{
	display: block;
	width: 225px;
	height: 14px;
	position: absolute;
	bottom: 0px;
}

/* -- other pages ------------------------------------------------------------------------------------------------- */

div#inPic
{
	width: 755px;
	height: 126px;
}

div#inPic div
{
	padding-top: 8px;
}

div#inPic table
{
	width: 250px;
	height: 120px;
}

div#inPic table td
{
	vertical-align: middle;
	text-align: center;
}

div#inPic table td h1,
div#inPic table td h2
{
	color: white;
	font-size: 24px;
}

/* -- essays preview & essay pages -------------------------------------------------------------------------------- */

div#essayPreviewContainer div#essayPreview
{
	padding-top: 45px;
}

td.essayDetails
{
	text-align: 550px;
}

td.essayDetails div.essayTitle
{
	background: url(../designFiles/grayDashed.png) repeat-x bottom;
	width: 550px;
}
	
div.essayText
{
	padding-top: 15px;
	text-align: justify;
}

/* -- site map ---------------------------------------------------------------------------------------------------- */

div.sitemapTitle
{
	color: #012E1C;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

div.sitemapLink
{
	padding-bottom: 5px;
}

div.sitemapLink img
{
	vertical-align: middle;
}

/* -- contact page ------------------------------------------------------------------------------------------------ */

div#contactPage
{
	padding-top: 35px;
}

td#contactPage_details
{
	width: 375px;
}

td#contactPage_form
{
	width: 250px;
}

div#contactPage div.subtitle
{
	background: url(../designFiles/grayDashed.png) repeat-x bottom;
	height: 28px;
}

div#contactPage div.subtitle div
{
	padding-top: 5px;
	color: #3386B8;
	font-size: 14px;
	font-weight: bold;
}

div#contactPage div.text
{
	padding-top: 10px;
}

div#contactPage div.text p
{
	padding-bottom: 10px;
}

div#contactPage input.formField, div#contactPage textarea.textareaField
{
	width: 280px;
}

div#contactPage textarea.textareaField
{
	height: 110px;
}

div#contactPage div.formFieldText
{
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 13px;
}

div.field
{
	padding-bottom: 10px;
}

div.sendBtn
{
	padding-bottom: 10px;
}

div#sideEssayPreview
{
	padding-top: 35px;
}

div#sideEssayPreview tr.essayPreview_sep
{
	height: 20px;
}

/* -- ------------------------------------------------------------------------------------------------------------- */
/* -- ------------------------------------------------------------------------------------------------------------- */
/* -- ------------------------------------------------------------------------------------------------------------- */
/* -- ------------------------------------------------------------------------------------------------------------- */

/* -- footer ------------------------------------------------------------------------------------------------------ */

div#footer
{
}

td#bottomMenu, td#bottomMenu a
{
	color: #3A3A3A;
	font-size: 11px;
}

span.bottomMenu_box
{
	text-decoration: underline;
}

span.bottomMenu_sep img
{
	vertical-align: middle;
}

div#copyrights
{
	color: #3A3A3A;
	font-size: 11px;
	padding-top: 12px;
	padding-bottom: 10px;
}
			
div#interuseLogo
{
	padding-top: 3px;
}

div#interuseText
{
	padding-top: 10px;
}

div#interuseText a
{
	color: #3A3A3A;
	font-size: 10px;
}

/* -- send email -------------------------------------------------------------------------------------------------- */

div#sendEmail_title
{
	color: #0000C0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}
	
td.sendEmail_title
{
	color: #404040;
	font-weight: bold;
}

td.sendEmail_value
{
}

a img
{
		border: 0px;
}
