﻿/*

*/

body {
	margin: 0;
	text-align: center;
}

#framemain 
{
	/*background-color: Red;*/
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#frametop
{
	padding-top: 0px;
	background-color: #CCCCCC;
}

#framelogga 
{
	float: left;
	background-color: #FFFFFF;
}

#frametopright 
{
	float: right;
	margin-top: 45px;
	text-align: center;
	background-color: #FFFFFF;
	width: 640px;
}

#framemenu 
{
	clear: both;
	background-color: #FFFFFF;
	border-top: solid 2px #CCCCCC;
	border-bottom: solid 2px #CCCCCC;
	padding: 3px 0px 6px 0px;
}

#framespacing
{
	clear: both;
	background-color: #FFFFFF;
	height: 5px;
}

#framecontent 
{
	background: FFFFFF;
	border-bottom: 2px solid #CCCCCC;
	width: 780px;
}

#framecontentleft
{
	background-color: #FFFFFF;
	width: 600px;
	float: left;
	padding: 5px;
}

#framecontentright
{
	width: 165px;
	float: right;
}

#framefooter
{
	clear: both;
	text-align: center;
}


.heading_top {
	font-family: times;
	font-size: 25px;
}

.heading_top_red 
{
 color: #C02D35;
}

.heading_subtop 
{
	font-family: Arial;
	font-size: 12px;
}

.text_footer 
{
	font-family: Arial;
	font-size: 12px;
}

.ky_menu_menubar
{
	border: solid 0px black;
	/*padding: 5px 5px 5px 5px;*/
}

.ky_menu_menuitemroot 
{
	font-family: verdana;
	font-size: 13px;
	background-color: #FFFFFF;
	padding: 0 5px 0 5px;
	font-weight: bold;
	font-style: italic;
	color: Gray;
	text-decoration: underline;
}

.ky_menu_menuitemrootselected
{
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #C02D35;
	font-style: normal;
	text-decoration: none;
}


.ky_menu_menuitem
{
	background-color: #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	padding: 2px;
}

.ky_menu_menuitemselected
{
	font-weight: bold;
}

.ky_menu_separator 
{
	width: 50px;
	border: solid 1px black;
}

.ky_menusub_container 
{
	background-color: #CCCCCC;
}

.educationtable 
{
	width: 500px;
	border: 0px solid black;
	text-align: left;
	padding: 2px;	
}

.educationcell
{
	font-family: Arial;
	font-size: 12px;
}

.educationspacingcell
{
	font-family: Arial;
	font-size: 1px;
	border-top: solid 1px #CCCCCC;
	margin: 0;
	padding: 0;
	height: 2px;
}

.educationlettercell
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCC99;
}

.educationlink:link {
	font-family: Arial; font-size: 12px; color: black; text-decoration: underline;
}
.educationlink:active {
	font-family: Arial; font-size: 12px; color: black; text-decoration: underline;
}
.educationlink:visited {
	font-family: Arial; font-size: 12px; color: black; text-decoration: underline;
}
.educationlink:hover {
	font-family: Arial; font-size: 12px; color: black; text-decoration: underline;
}