@charset "utf-8";
/* CSS Document */


body
{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#44146f;
	margin:0px;
	padding:0px;
}

a:link,
a:visited
{
	color:#5e2b94;
	text-decoration:underline;
}

a:hover
{
	color:#5e2b94;
	text-decoration:underline;
}


/* this is the navigation section------------ */


#navbar
{
	width:663px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}


ul#menuitems
{
	width:100%;
	height:94px;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


ul#menuitems li a:link,
ul#menuitems li a:visited
{
	background-image:none;
	width:auto;
	height:94px;
	float:left;
	font-family:Lucida Sans Unicode;
	font-size:11px;
	font-weight:bold;
	color:#ccd0ff;
	text-align:center;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:70px 8px 10px 8px;
}


ul#menuitems li a:hover
{
	background-image:url(../images/menu_hover.jpg);
	background-repeat:repeat-x;
	width:auto;
	height:94px;
	color:#ccd0ff;
	text-decoration:none;
}



/* this is the container div's section------------ */


#main
{
	width:990px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}


#container
{
	background:url(../images/content_bg.jpg) repeat-y;
	width:990px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}


#container_left
{
	background-image:url(../images/leftbg.jpg);
	background-repeat:no-repeat;
	background-color:#921414;
	width:327px;
	float:left;
	margin:0px 0px 0px 0px;
	padding-bottom:10px;
}


#container_right
{
	width:663px;
	height:auto;
	float:right;
	margin:0px 0px 0px 0px;
}


#header
{
	background:url(../images/header.jpg) no-repeat;
	width:663px;
	height:116px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}


#header_strip
{
	background-color:#5e2b94;
	width:663px;
	height:26px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}


#text_area
{
	width:565px;
	height:auto;
	overflow:hidden;
	margin:50px 0px 0px 30px;
}


.image_bg
{
	background-color:#e7cc84;
	width:290px;
	height:auto;
	border:solid 1px #5e2b94;
	overflow:hidden;
	margin:280px 0px 0px 0px;
	padding:5px 0px 5px 0px;
}


/* this is the text section------------ */


.heading
{
	font-family:Lucida Sans Unicode;
	font-size:24px;
	font-weight:bold;
	color:#4d237b;
	text-align:left;
	text-decoration:none;
	padding:0px 0px 0px 0px;
}


.text
{
	font-family:Lucida Sans Unicode;
	font-size:16px;
	font-weight:normal;
	color:#5e2b94;
	text-align:left;
	text-decoration:none;
	padding:0px 0px 0px 0px;
}

.text a, .text a:hover{
  color:#000000;
  text-decoration:underline;
}


.name_heading
{
	font-family:Lucida Sans Unicode;
	font-size:22px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	padding:10px 0px 0px 0px;
}


.text p
{
  text-align:justify;
}



/* this is the footer section------------ */


#footer
{
	background:url(../images/footer_bg.jpg) no-repeat;
	width:990px;
	height:115px;
	background-color:#744297;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}


#footer_left
{
	width:350px;
	height:auto;
	float:left;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}


#footer_right
{
	width:640px;
	height:auto;
	float:left;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}


ul#footer_links
{
	width:100%;
	height:auto;
	float:right;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


ul#footer_links li a:link,
ul#footer_links li a:visited
{
	width:auto;
	height:auto;
	float:left;
	font-family:Lucida Sans Unicode;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	text-decoration:none;
	margin:12px 0px 0px 13px;
	padding:0px 0px 0px 0px;
}


ul#footer_links li a:hover
{
	text-decoration:underline;
}


#copyright_link
{
	font-family:Lucida Sans Unicode;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
}


#goweb_link
{
	font-family:Lucida Sans Unicode;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:40px 37px 0px 0px;
}


#goweb_link a:link,
#goweb_link a:visited
{
	font-family:Lucida Sans Unicode;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


#goweb_link a:hover
{
	text-decoration:underline;
}



