
body
{
	margin:0 auto;
	padding:0;
	font:75% Verdana, Helvetica, Tahoma, Arial, sans-serif;
	background-color:#6B74AE;/*#7B82B7;*//*#F2F3F7;*//*#626294;*//*#575F9F;*/
	color:#494949;
}

/*Styles for main content which will be wrapped to centere with a black border. */
#MainWrapperBlack
{
	margin:0 auto;
	width:699px;
	background-color:#ffffff;
	border:solid 1px #000000;/*#37127b;*/
}

/*Styles for main content which will be wrapped to centere with a gray border inside balck border. */
#WrapperGray
{
	margin:0 auto;
	padding:5px 5px 5px 5px;
	width:685px;
	background-color:#ffffff;
	border:solid 2px #ACABC4;/*#D9D9D9;*/
}

/*Styles for the main header at the top. */
#Header
{
	margin:0 0 10px 0;
	height:134px;
	background:#6B74AE url(images/header.jpg) top left no-repeat;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}
#Header h1
{
	margin:0;
	padding:0px 0 0 0px;
	color:#000000;
	font-size:4em;
	font-weight:normal;
	font-family:inherit;
}
#Header h2
{
	margin:10;
	padding:0px 0 0 0px;
	color:#ffffee;
	font-size:1.6em;
	font-weight:normal;
}

/*Styles for the Title of the page with shadow effect. */
#Title
{
	margin:0px 0 0 0;
	padding:5px 0 0 10px;
	background-color:Transparent;
}
#Title a
{
	color:#ffffff;
	text-decoration:none;
	background-color:inherit;
	font-size:4em;
	font-weight:normal;
	font-family:inherit;
}

/*Styles for the main header menus. */
#HeaderMenus
{
	padding-left:11px;
	height:1.1em;
	line-height:1.2em;
	color:#000000;
}
#HeaderMenus ul
{
	margin:95px 0 0 0;
	padding:0 0 0 0;
	color:#000000;
}
#HeaderMenus li
{
	color:#000000;
	list-style-type:none;
	float:left;
}
#HeaderMenus li a
{
	padding:0px 9.9px 0px;
	text-decoration:none;
	color:#551a8b;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#HeaderMenus a:hover
{
	text-decoration:underline;
	color:#000000;
}
#HeaderMenus .selected
{
	color:#000000;
}

/*Styles for the container that wrappas the contents to left side. */
#LeftContainer
{
	margin: 0 0px 0 0;
}

/*Styles for the main contets in the page. */
#LeftContents
{
	padding: 0 0px 0 15px;
	line-height: 1.6em;
}
#LeftContents h2
{
	margin:0 auto;
	padding:5px 0 4px 0;
	background-color:#F2F3F7;/*#E8ECF5*//*#E7E9F1;*/
	font-family: "Book Antiqua", Helvetica, Tahoma, Arial, sans-serif;
	border:1px solid #899aba;
	text-align: left;
	color:#000000;
	font-size: 1.6em;
}
#LeftContents p
{
	background-color:inherit;
	text-align: justify;
	color:#494949;

	
}
#LeftContents a
{
	background-color:inherit;
	text-decoration: none;
	color: #000080;
}
#LeftContents img
{
	background-color:inherit;
	border: 0px
	display:inline;
	color: inherit;
}

/*Styles for the page footer. */
#Footer
{
	margin:6px 0 0 0;
	padding:4px 0 4px 11px;
	background-color:#575F9F;/*#E8ECF5*//*#E7E9F1;*/
	border:solid 1px #000000;
	text-align:right;
	color: #ffffff;
}
#Footer a
{
	background-color: inherit;
	text-decoration: underline;
	color:#ffffff;
}

/*The general classes used throughout the page. */
/*Classes for adding the rounded corner images. */
.TopRight
{
	float:right;
	height:11px;
	width:11px;
	background-repeat:no-repeat;
	background-image:url(images/CrTopRight.gif);
}
.TopLeft
{
	float:left;
	height:11px;
	width:11px;
	background-repeat:no-repeat;
	background-image:url(images/CrTopLeft.gif);
}
.BottomRight
{
	margin:-11px 0 0 0;
	float:right;
	height:11px;
	width:11px;
	background-repeat:no-repeat;
	background-image:url(images/CrBottomRight.gif);
}
.BottomLeft
{
	margin:-11px 0 0 0;
	float:left;
	height:11px;
	width:11px;
	background-repeat:no-repeat;
	background-image:url(images/CrBottomLeft.gif);
}


/*Classes for aligning the images in the main conetes. */
.AlignLeft
{
	margin: 10px 10px 5px 0;
	float: left;
}
.AlignRight
{
	margin: 10px 0 0 10px;
	float: right;
}

/*Class filling the left column. */
.Fill
{
	margin:0;
	clear:both;
}


#myDiv
{

position:absolute;
left:50%;
margin-left: -0px; 
} 

#myDiv img {
position: relative;
top:20px;
left:130px;
}