html {
	height: 100%;
}
body {
	margin: 0px;
	background-image : url(images/bginside.gif);
	background-repeat : no-repeat;
	height : 100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.cap {
	background-image : url(images/cap-bg.jpg);
	background-repeat : repeat-x;
	width:100%;
}

.menu-left {
position:absolute; 
left:0; 
top:80; 
padding:0; 
width:200px; 
color: White; 
background: transparent; 

}

.foot {
	color : Black;
	font-size : 10px;
	text-decoration : none;
	text-align : right;
	margin-left:200px;
}
.content {
	margin-left:200px;
	padding:10px;
	border-left: 1px solid #BABABA;
	height:90%;
}

a:link, a:visited  {
	background : transparent;
	color : #990000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
}
a:hover {
	background : transparent;
	color : #FF0033;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
}

a.menu {
    display:block;
    padding-top: 5px;
	padding-left:10px;
	border-bottom: 1px dotted #CECECE;
	padding-bottom: 5px;
	padding-right: 5px;
}
a.menu2 {
    padding-left:10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

h1 {
	background : transparent;
	color : #505050;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-decoration : none;
	font-weight : bold;
	text-align: left;
}

h2 {
	background : transparent;
	color : #2B3573;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
	text-align: justify;
}
.menu-title {
	color : Gray;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
	line-height : 200%;
	background-color : transparent;
		
}

p {
	background : transparent;
	color : #2B3573;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-align: justify;
}


ul {
	list-style-type : disc;
}

td {
	font-size:11px;
}
th {
		font-size:12px;
		color : White;
		background : #99CCCC;
		text-align:left;
}

.input_text {
		size: 30px;
}
