/************* Tag Override *************/


body {
	padding:0px;
	margin: 0px;
	font-size: 82%;
	line-height: 140%;
	color: #58667C;
	background: #E9EEF8 url(../../../../img/bg.jpg) repeat-x top;
}

img { border: none; }


a:link, a:visited {
	color: #58667C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color : #306BCF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 140%;
}

h1{
	font-size: 96%;
	line-height: 160%;
	color: #365995;
}

h2{
	font-size: 82%;
	line-height: 160%;
	color: #FF1818;
}

h3{
	font-size: 72%;
	line-height: 160%;
	color: #365995;
}

h4{
	font-size: 82%;
	color: #365995;
	line-height: 160%;
	font-weight: normal;
}

h5{
	font-size: 96%;
	line-height: 160%;
	color: #365995;
	margin-top: 40px;
}

ul{
	list-style-type: square;
	text-align: left;
	margin:0px;
}

li{
	font-size: 82%;
	line-height: 140%;
	color: #666666;
	margin-bottom:5px;}

p{
	font-size: 82%;
	line-height: 140%;
}

thead{
	background-color: #E9EEF8;
}

tbody{
	background-color: #FFFFFF;
}


/************* Common Styles *************/

div#container {
	width: 720px;
	margin: 0px auto;
	text-align: left;
	background: #FFFFFF;
}

.box_right{
	width: 400px;
	margin-left:20px;
	float:right;
}

.box_left{
	width: 400px;
	float:left;
	margin: 20px auto;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.img_left{
	float:left;
}

.img_right{
	float:right;
	margin: 5px;
}

.img_bottom{
	padding-bottom: 10px;
}

.green{
	color: #239FAD;
	font-size: 68%;
}


.blue{
	color: #365995;
}

.endKeeper {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/************* #Layout Styles *************/

#whiteArea {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	background-color: #FFFFFF;
}

#header {
	width:740px;
	margin-right:15px;
	margin-left:15px;
	padding-top:10px;
}

#pagetitle {
	width:740px;
	margin-right:auto;
	margin-left:auto;
	margin-top:  5px;
	padding: 0px 2px;
	text-align: left;
}

.pagetitleLine{
	width:740px;
	margin:  5px 0px;
	padding: 0px;
}

#categoryName {
	width:740px;
	margin: 10px 0px;
	padding:0px 2px;
	text-align:left;
}

#mainContents {
	clear: both;
	width:740px;
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
	text-align: left;
}

#pagetop {
	width:730px;
	text-align:right;
	margin-right:20px;
	margin-left:20px;
	margin-top:7px;
	margin-bottom:7px;
	clear: both;
}

#footer {
	width:740px;
	margin-right:15px;
	margin-left:15px;
	padding-bottom:20px;
}

#copyrightTable {
	width:740px;
	height:25px;
	margin-top:5px;
}

/************* #breadCrumb styles *************/

#breadcrumb {
	width:740px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
	padding: 1px;
	font-size: 78%;
	color: #87AACD;
	text-align: left;
}

#breadcrumb a {
	font-size: 100%;
	color: #87AACD;
	text-align: left;
}


/************* #top-panel styles ***************/

.seriesName {
	width:720px;
	margin-right:auto;
	margin-left: 0px;
	margin-bottom:10px;
	padding:0px;
}

.seriesName p.img {
	margin: 0;
	padding: 0 0 0 20px;
}

#b_space {
	padding-bottom: 10px;
}

