* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #f59e68;
	font-family: tahoma, arial, verdana;
	font-size: 13px;
	margin: 1em auto;
	padding: 0px;
	text-align: center;
}

#banner {
	width: 950px;
	background: #88caff;
	border:1px solid #000;
	border-color: #aaaaaa;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:auto;
}

#leftcontent {
	float:left;
	width: 220px;
	background: #88caff;
	border:0px solid #000;
	border-color: #aaaaaa;
	margin-right:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:auto;
	text-align: center;
}

#rightcontent {
	float: right;
	width: 680px;
	background: #88caff;
	border-left-style: double; 
	border-left-color: red; 
	border-left-width: 5px;
	margin-right:0px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:auto;

}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000000;
}

.p1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.p2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #700033;
}

.p3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	margin-left:22px;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}

.p4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.p5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #000099;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #000099;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
}


h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

.menu {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	text-decoration: bold; underline;
	color: #000000;
}

.menu a li{
	float:left;
}

.menu a:link {
	color: #000000;
	text-decoration: bold; underline;
}

.menu a:visited {
	color: #000000;
	text-decoration: bold; underline;
}

.menu a:hover {
	color: #000000;
	text-decoration: bold; underline;
}

.menu a:active {
	color: #000000;
	text-decoration: bold; underline;
}


#menum {
	clear: both;
	display: block;
	padding-top: 12px;
	color: #000000;
}

#menum ul {
	margin: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 8px;
	padding: 0px;
	
}

#menum li {	
	display: block;
	text-align: left;
	font-size: 12px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 1px;
}

a:link { 
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #555555;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover { 
	color: #990000;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
}

a:active { 
	color: #990000;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
}

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossimenu{
	position: relative;
	padding: 0 0 0 14px;
	margin: 0 auto 0 auto;
	background: url(images/menubg.gif) repeat-x;
	height: 46px;
	list-style: none;
}

.glossimenu li{
	float:left;
}

.glossimenu li a{
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 12px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossimenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px;
}

.glossimenu li.current a, .glossimenu li a:hover{
	color: #fff;
	background: url(images/hoverleft.gif) no-repeat;
	background-position: left;
}

.glossimenu li.current a b, .glossimenu li a:hover b{
	color: #fff;
	background: url(images/hoverright.gif) no-repeat right top;
}




