

/** Common Styles */

body {
	margin: 0px 0em 20px 0em;
	padding: 0;
	background: #ffb6c1;
	text-align: justify;
	line-height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #000000;
}


h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

strong {
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #000;
	border-bottom: 1px #000 dotted;
}

a:hover {
	text-decoration: none;
	color: #333;	border: none;}

/** Style for header starts here */

#header {
	width: 800px;
	height: 110px;
	margin: -20px auto 0px auto;
	background: #eee6f3 url(images/header2.jpg) no-repeat left top;}

/** Style for menu starts here */

#menu {
	width: 800px;
	height: 45px;
	margin: 0px auto;
	background: #990000;border-bottom: 5px #ffffff solid;}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	border: none;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;font-size: 1.3em;font-weight: bold;font-family: Arial, Helvetica, sans-serif;}

#menu a:hover {
	color: #f21f69;
}

/** Style for wrapper starts here */

#wrapper {
	width: 810px;
	margin: 0px auto;
	padding: 20px 0em 0px 0em;
	background: #FFFFFF ;}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
}


/* columns */
.columns {
	clear: both;
	width: 540px;}

.col {
	float: left;
	width: 50%;	
	background-color: #fff8af;
}

.col p {
	float: left;
	width: 85%;font-style: italic;padding-left: 2em;}


.dol {
	float: left;
	width: 50%;	
	background-color: #fff;
}

.dol p {
	float: left;
	width: 85%;font-style: italic;padding-left: 2em;}


.eol {
	float: left;
	width: 50%;	
	background-color: #fff;
}

.eol p {
	float: left;
	width: 85%;padding-left: 2em;}


#left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px #999 dashed;padding-top: 8px;padding-bottom: 8px;text-align: left;letter-spacing: -1px;color: #333;}

#content a {
	text-decoration: none;
}

#right {
	float: right;
	width: 540px;
	padding: 220px 20px 20px 20px;	background-image: url(images/ss01.jpg);	background-repeat: no-repeat;}

#right ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#right li {
	margin-bottom: 8px;
	padding-left: 10px;
	background: url(images/img06.jpg) no-repeat 0 7px;
	line-height: 17px;
}

#left {
	float: left;
	width: 185px;
	padding: 20px 20px 20px 10px;
	background: #ffcb98;}
#left hr {
	width: 100%;
	color: #999;text-align: center;}

#left p {
	color: #990000;
	border-bottom: 1px #000 none;font-weight: bold;text-align: center;}

#left a {
	color: #990000;
	border-bottom: 1px #000 none;
}

#left a:hover {
	text-decoration: none;
	color: #f21f69;	border: none;}




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

#left li {
	padding-left: 10px;
	background: url(images/img04.gif) no-repeat left 50%;
}


/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 38px;
	margin: 0px auto;
	padding-top: 18px;
	border-top: 3px #990000 solid;
	background: #fff;
	text-transform: uppercase;
	font-size: 10px;
	color: #333;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer a {
	border-bottom: 1px #333 dotted;
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	text-decoration: none;
	border: none;}