/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	text-decoration:none;
}
body {
	background-color:#00adef;
	background-image: url(../images/internals/bg_top.jpg);
	background-repeat:repeat-x;
}
img.right {
	float:right;
}
img.left {
	float:left;
}
img {
	vertical-align:bottom;
	border: none;
}
.clear {
	clear: both;
}

h1,
h2,
h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-weight: bold;
}
a,
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
}
span.bold {
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}
ul {
	padding: 0 0 0 20px;
}
/* GENERAL DEFINITIONS ENDS */

#PageContent {
	width: 853px;
	margin: 0 auto;
}

/* TOP STARTS */
#Menu {
	/*width: 630px;
	float: right;*/
	background-image:url(../images/internals/bg_menu.jpg);
	background-repeat: repeat-x;
	padding: 0;
}
#Menu a {
	color:#fff;
}

#Menu p {
	padding: 18px 0 0 0;
	text-align:right;
	color:#fff;
}
/* TOP ENDS */

/* MAIN PAGE STARTS */
#MainPage {
	float: left;
	width: 766px;
}
/* MAIN PAGE ENDS */
/* INFO CONTENT STARTS */
#InfoContent {
	float:right;
}
#TitleBox {
	background-image:url(../images/internals/title_space.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 706px;
	padding: 0 0 0 60px;
}
#TitleBox  h2 {
	padding: 30px 0 3px 0;
	float: left;
	color:#0099FF;
	border-bottom: 1px solid #ccc;
}
#InfoBox {
	background-color:#FFF;
	border-right: 13px solid #ccc;
	border-left: 13px solid #ccc;
	border-bottom: 13px solid #ccc;
	padding: 20px 42px 42px 42px;
}
#InfoBox p {
	color: #000;
	text-align: left;
}
#InfoBox a {
	color: #00adef;
}
/* INFO CONTENT EDNS */

/* BOTTOM STARTS */
#Bottom {
	height: 240px;
	background-image: url(../images/defaults/bg_bottom.jpg);
	background-repeat:repeat-x;
	border-top: 4px solid #fff;
	background-color: #FFF;
}
#SpaceBottom {
	width: 852px;
	margin: 0 auto;
}
#ContentBottom {
	background-image: url(../images/defaults/bottom.jpg);
	background-repeat: no-repeat;
	width: 768px;
	height: 58px;
	float:right;
}
#Bottom p {
	line-height: 55px;
	color: #000;
	text-align: center;
}
#Bottom a {
	color:#00adef;
}
/* BOTTOM ENDS */













