/* CSS Document  style-page.css */
/**************************** main default  *******************************/
html { 
  padding:0px;
  margin:0px;
}

body {
	background-color: #e7e7e7;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	top: 0px;
	background-image: url(images/gradient-long.jpg);
	background-position: top;


}

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: 10px;
}

h2 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: #564b47;
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: #FFCC33;
	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;
	background-image: url(images/background15.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 100px;
	padding: 0px;
	border: thin none #CCCCFF;
	}
	

#header a:link {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #003366;
	}
	
#header a:hover {
	color: #ffcc33;
}
	
.strong { 
font-size: 13px;
}

/********************************  left menu *********************************/

#left {
position: absolute;
left: 0px;
width: 190px;
color: #564b47;
margin: 0px; 
padding: 0px;
}

#left a:link, a:visited {
	text-decoration:none;
	width: 150px;
	color: #564b47;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: bold;
}

#left a:visited {
	color:#564b47;
	
}


#left a:hover {
	color:#ffcc33;
	background-color: #999999;
}

/**************************************** main content area *************************************/

#content {
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-color: #FFCC33;
	border-bottom-color: #ffcc33;
	border-left-color: #ffcc33;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 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:#ffcc33;
text-decoration: underline;
}

.titlecontent {
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	color: #333366;

}

.upperline {
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-style: none;
	color: #333366;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
}
/************************************ 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;
}
