/* CSS Document  style-page.css */
/**************************** main default  *******************************/
html { 
  padding:0px;
  margin:0px;
}

body {
	background-color: #C4C4C4;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#333333;
	padding:0px;
	margin:0px;
	top: 0px;
	background-image: url(images/bkground.jpg);
	background-position: top;
	background-repeat: repeat;
	background-attachment: scroll;




}

p, h2, pre {
	margin: 0px;
	padding: 5px 20px 5px 20px;
}

a:link, a:visited {
	color: #003366;
	font-size: 12px;
	background-color:transparent;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
 
a:hover {
	color:#ffcc33;
}

a:active { 
color:#ffcc33;
text-decoration: underline;
}

pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;

}

ul {
	list-style-type: circle;
	text-align: left;
}

ul ul{
	list-style-type: none;
	text-align: left;
}

.alignright {
	margin-top: 0;
	text-align: right;
	font-size: medium;
	margin-right: 20px;
	margin-left: 20px;

}

h2 {
font-size:20px;
padding-top:10px;
text-transform:uppercase;
color: #333333;
background-color: transparent;
	}

h4 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
	}
	
h1 {
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #FFFFFF;
	background-color: #003366;
	padding:5px 15px;
	margin:0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #00D500;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}

/*************************************** header secton *****************************/

#header {
	font-size: 11px;
	text-transform:capitalize;
	text-align: right;
	color: #003366;
	margin:0px;
	height: 120px;
	padding: 0px;
	border: thin none #CCCCFF;
	text-indent: 0px;
	background-image: url(images/title2.jpg);
	background-repeat: no-repeat;
	width: auto;
	background-position: top;









	}
	

#header a:link, a:visited {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #003366;
	}
	
#header a:hover {
	color: #ffcc33;
}


	
.strong { 
font-size: 13px;
}

/********************************  left justified *********************************/


#left {
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 80px;
	border: 2px groove #a0a0a0;
	text-align: left;
	padding: 0px;



}

#left a:link, a:visited {
	color: #003366;
	font-size: 12px;
	background-color:transparent;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
 
#left a:visited { 
color:#003366;
}
#left a:hover { 
color:#00d500;
text-decoration: underline;
}
#left table{
	width: auto;
	float: none;







}

#right {
	border: none;
	padding: 0px;
	margin: 0px;



}

#right a:link, a:visited {
	color: #FFFFFF;
	font-size: 12px;
	background-color:transparent;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
 
#right a:visited { 
color:#FFFFFF;
}
#right a:hover { 
color:#00d500;
}

/**************************************** main content area *************************************/

#content {
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 80px;
	border: 2px groove #a0a0a0;
	text-align: center;
	padding: 0px;



}

#content a:link, a:visited {
	color: #003366;
	font-size: 12px;
	background-color:transparent;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
 
#content a:visited { 
color:#003366;
}
#content a:hover { 
color:#00d500;
text-decoration: underline;
}
#content table{
	width: auto;
	float: none;







}

.titlecontent {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
	color: #e5e5e5;
	left: 10px;
	right: 10px;
	font-size: xx-small;



}

.upperline {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-style: none;
	color: #333366;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #a0a0a0;
	padding-right: 10px;
	padding-left: 10px;

}
/************************************ columns in content page*************************************/

#columnleft {
	position: absolute;
	width: 250px;
	left: 200px;
}

#columnright {
	position: relative;
	width: 250px;
	right: 0px;
	top: 163px;
}


/****************************** right menu *******************************************************/


.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
}

.current {
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #ffcc33;
	border-right-color: #ffcc33;
	border-bottom-color: #ffcc33;
	border-left-color: #ffcc33;
	background-color: #CCCCCC;
}
