/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #32007C;
	text-decoration: none;
}

a:link{
	color: #32007C;
	text-decoration: none;
}

a:visited{
	color: #32007C;
	text-decoration: none;
}

a:hover{
	color: #32007C;
	text-decoration: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
/*
h4{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
*/
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 100%;
	background-color: #feb325;
	height: 70px;
	background-image: url(../assets/masthead_07.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#navBar{
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #BDC2DF;
	background-image: url(../assets/corner_navbar_admin.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#navBarRight{
	float: right;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #BDC2DF;
}

#content{
	float: left;
  	width: 55%;
}

#content a {
	color: #32007C;
	text-decoration: none;
}

#content a:hover{
	color: #996699;
	text-decoration: none;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px 3px 0px 3px;
	padding: 10px 0px 10px 10px;
	background-color: #909BC9;
	color: #FFFFFF;
	width: 450px;
	background-image: url(../assets/corner_header_admin.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 90%;
	padding: 2px 0px 2px 10px;
	background-color: #9b97c6;
	border-top: solid white 3px;
	border-bottom: solid white 3px;
}

#breadCrumb a {
	color: #FFFFFF;
	text-decoration: none;
}

#breadCrumb a:hover{
	color: #663366;
	text-decoration: none;
}


/************** .contentItem styles *****************/

.contentItem{
	clear: both;
	padding: 10px 0px 10px 10px;
	font-size: 80%;
}

.contentItem p{
	padding: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 70%;
	padding: 5px 5px 5px 10px;
	background-color: #9b97c6;
	border-top: solid white 3px;		
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#siteInfo a {
	color: #FFFFFF;
	text-decoration: none;
}

#siteInfo a:hover{
	color: #663366;
	text-decoration: none;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #D4D7EA;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #navBarRight link styles ***********/

#navBarRight ul a:link, #navBarRight ul a:visited {display: block;}
#navBarRight ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBarRight li {border-bottom: 1px solid #D4D7EA;}

/* fix for browsers that don't need the hack */
html>body #navBarRight li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	width: 130px;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #D4D7EA;
	text-decoration: none;
}

/*********** #sectionLinksRight styles ***********/

#sectionLinksRight{
	width: 150px;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#sectionLinksRight h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinksRight a {
	display: block;
	padding: 2px 0px 2px 10px;
}

#sectionLinksRight a:hover{
	background-color: #D4D7EA;
	text-decoration: none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px 10px;
	font-size: 70%;
}

#advert img{
	display: block;
}
