#page-container {
	width: 934px;
	margin: auto;
	background: #ffffff;

}
html, body {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
} 
img.floatLeft { 
    float: left;
	margin-right: 10px;
}
img.floatLeft2 { 
    float: left;
	margin-right: 10px;
	padding-bottom: 20px;
}
img.floatRight { 
    float: right; 
	margin-left: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	background-image: url('../images/bg_fade.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #571251;
}
#header {
	height: 140px;
}
#topbanner {
	height: 106px;
	background-image: url('../images/top_banner.jpg');
	background-repeat:repeat-x;
	background-position:top;
}

/******************************* Menu 1 starts here *******************************/

#nav-menu {
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;	
}
#nav-menu ul{
	margin: 0;
	height: 47px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	list-style-type: none;
}
#nav-menu li{
	display:inline;
}
#nav-menu a{ 
	float: left;
	text-decoration: none;
	color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 16px;
	padding-bottom: 15px;
	border-right: 1px solid #b6529c;/*the border*/
}
#nav-menu a:hover{
	color: #ffffff;
	background-image: url('../images/menu_hover2.jpg');
	background-repeat:repeat-x;
	background-position:top;
}
#nav-menu a#current{
	color: #ffffff;
	background-image: url('../images/menu_hover2.jpg');
	background-repeat:repeat-x;
	background-position:top;
}
/******************************* Menu 1 ends here *******************************/

/******************************* Begin Forms *******************************/
.border {
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
	color:#666666;
	background-color:#F2F2F2;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:160%;
	height:20px;
	width:320px;
	}
	
input.border:focus	{
	background: #fff;
	border: 1px solid #595959;
}

input:hover {
	background-color:#fff;
	}
	
textarea:hover {
	background-color:#fff;
	}

textarea.borders:focus	{
	background: #fff;
	border: 1px solid #595959;
}
#form {
	width:500px;
}
	
.borders {
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
	color:#666666;
	background-color:#F2F2F2;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:160%;
	height:130px;
	width:320px;
	}
	
.formborder {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url('../images/form_button.jpg');
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
	}
	
.formborder:hover {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url('../images/form_button_over.jpg');
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
	}
/******************************* End Forms *******************************/
#wrapper {
	background-image: url('../images/bg-container.gif');
	background-repeat: repeat-x;
	background-position: top;
	width: 98%;
	padding: 10px;
	border: 1px solid #d7d7d7;/*the border*/
}
#wrapper ul.bullet {
	list-style-type: none;
	line-height: 160%;	
	padding: 0;
	margin: 0;
}
#wrapper ul.bullet li{
	background: url('../images/icons/arrow.png');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
}
#wrapper ul.bullet a{
	color: #bf5cb6;
	text-decoration: none;
	font-weight: bold;
}
#wrapper ul.bullet a:hover{
	color: #bf5cb6;
	text-decoration: underline;
}

#content {
	padding: 5px;
	background-color: #ffffff;
}
#content ul.arrow {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 170%;
}
#content ul.arrow li{
	background: url('../images/icons/purplesquare.png');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
}
#content .titleheading-blue {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.9em;
	letter-spacing: -.03em;
	color: #bf5cb6;
	padding-bottom: 10px;
}
#content .titleheading-bluesub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #bf5cb6;
	padding-bottom: 5px;
}
#content .boxfrontleft {
	padding-left: 5px;
	margin: 0;
	font-size: 0.80em;
	line-height: 155%;
	width: 910px;
	clear: both;
	background-color: #ffffff;
}
#content .boxfrontleft p {
	font-size: 0.95em;
}
#content .boxfrontleft p a{
	color: #bf5cb6;
	text-decoration: none;
	font-weight: bold;	
}
#content .boxfrontleft p a:hover{
	color: #bf5cb6;
	text-decoration: underline;
}
#content .boxfrontright {
	padding: 10px;
	padding-top: 0px;
	font-size: 0.75em;
	line-height: 140%;
	width: 240px;
	float: right;
}
#content .boxfrontright p {
	font-size: 0.95em;
}
#content .table {
	margin: 0px;
	padding-left: 5px;
	width: 570px;
	border: 1px dotted #bbbbbb;
	border-bottom: 5px solid #99d622;
}
#content .tabletr {
	margin: 0px;
	background: #f3f3f3;
}
#content .image {
	padding: 7px;
}
hr {
	border: none 0; 
	border-top: 1px solid #d7d7d7;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

#footer {
	clear: both;
	height: 57px;
	width: 100%;
	padding: 0px;
	padding-top: 30px;
}
#footer a {
	color: #bf5cb6;
	text-decoration: none;
}
#footer a:hover {
	color: #bf5cb6;
	text-decoration: underline;
}
#footer #altnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
	text-align: center;
	height: 100%;	
	margin-top: 25px;
}

