/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #4a4a4a;
	line-height: 25px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	text-align: justify;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: 0072bb;
}

/** Header Style Starts Here */

#header {
	width: 800px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}


#header table tr td {
	color: #FFF;
	font-size: 14px;
}
#header table tr td a {
	color: #00AFEF;
	font-size: 16px;
}
#header table tr td a:hover {
	color: #0072bb;
	font-size: 16px;
}


/** Menu Style Starts Here */


#menu {
	width: 800px;
	height: 43px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/image01.jpg);
	vertical-align: middle;
	font-size: 11px;
}


#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	color: #FFF;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#menu ul li ul li a  {
	font-size: 12px;
}


/** Page Style Starts Here */

#main {
	width: 760px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	padding: 20px;
}

/** Footer Style Starts Here */

#footer {
	width: 800px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background-image: url(images/image02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#main p iframe {
	text-align: center;
}
#main #djint {
	text-align: center;
}
