/* layout */



body { 
	margin:5px;
}

#main {
	width:inherit;
	padding:0px;
	border:1px solid #3366FF;
	width:100%;
}

#head {
	height:75px; 
	background-color:#0066FF;
	background-image:url(images/title1.gif);
	background-repeat:no-repeat;
	background-position:190px;
	border:2px solid #ffffff}

#menu {
		width:220px;
		padding: 60px 0px 0px 20px;
		text-align:top;
		vertical-align:top;
}

#content {
		vertical-align:top;
		height:500px;
		overflow:visible;
		padding:20px 10px 10px 0px;
}

#frm {
		width:580px;
		border:1px solid #222222;
		overflow:visible;
}



/* fonts */

p,h1,h2,h3,h4,h6,li,td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;	
	color:#333333;
	text-align:left;
}

p,td {
	font-size: 12px;	
}

h1 {
	font-size: 16px;
	letter-spacing: 2px;
	line-height:350%;
}

h2 {
	font-size: 14px;
	letter-spacing: 1px;
	font-style:italic;
	line-height:200%;
}

h4 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight:bold;
}

h3 {
	font-size: 14px;
	letter-spacing: 2px;
	line-height:200%;
}

h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;	
	color:#333333;
	text-align:left;
	background-color:#99CCFF;

h6 /** footer **/ {
	font-size: 9px;	
}

li {
	font-size: 12px;
	padding-left:30px;
	line-height:200%;
}

.black {
	color:#000000
}

.blue {
	color:#3366FF
}

.model {
	color:#0000FF
}

.study {
	color:#993399
}

span.bblack {
	color:#000000;
	font-weight:bold;
	font-size: 14px	
}

.i1 {
	padding-left:30px
}

.i2 {
	padding-left:60px
}

.i3 {
	padding-left:90px
}

.i4 {
	padding-left:120px
}

.i5 {
	padding-left:150px
}

a:link.menu, a:active.menu, a:visited.menu {
	text-decoration:none;
	color:#333333;
}

a:hover.menu {
	text-decoration:underline
}
