body {background-image:url('images/bg.jpg');}

/* Divs for layout */
.main {
	border-style:solid;
	border-width:0px;
	border-color:#FFFFFF;
	top:30px;
	width:600px;
	margin-right:auto;
	margin-left:auto;
}

.mid {
	float:left;
	width:610px;
	border:0px;
	padding:0px;
	margin:0px;
	border:0px;
}

.top {
	background-image:url('images/topwide.png');
	width:610px;
	height:188px;
	padding:0px;
	margin:0px;
	border:0px;
}

.bot {
	background-image:url('images/botwide.png');
	width:610px;
	height:22px;
	padding:0px;
	margin:0px;
	border:0px;
}


/* Shadow frames */

.leftshad {
	background-image:url('images/left.png');
	background-repeat:repeat-y;
	background-position:left top;
	float:left;
	width:22px;
	padding:0px;
	margin:0px;
	border:0px;
	height:100%;
}

.rightshad {
	background-image:url('images/right.png');
	background-repeat:repeat-y;
	background-position:left top;
	float:left;
	width:22px;
	padding:0px;
	margin:0px;
	border:0px;
	height:auto;
}

.botshad {
	background-image:url('images/right.png');
	clear:both;
	width:644px;
	height:16px;
	padding:0px;
	margin:0px;
	border:0px;
}


/* Menu frame and styles */

.menu {
	background-image:url('images/menuwide.png');
	width:600px;
	height:26px;
	padding-top:7px;
	padding-left:15px;
	margin:0px;
	border:0px;
	color:#FFFFFF;
	font-family:georgia;
	font-size:13px;
	font-weight:bold;
	font-variant:small-caps;
}

a.menulnk:link {
	color:#FFFFFF;
	font-family:georgia;
	font-size:13px;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:none;
}

a.menulnk:visited {
	color:#FFFFFF;
	font-family:georgia;
	font-size:13px;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:none;
}

a.menulnk:active {
	color:#00000;
	font-family:georgia;
	font-size:13px;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:underline;
}

a.menulnk:hover {
	color:#000000;
	font-family:georgia;
	font-size:13px;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:underline;
}


/* Main window styles */

.center {
	background-image:url('images/bakwide.png');
	width:580px;
	min-height:300px;
	padding-left:15px;
	padding-top:7px;
	padding-right:15px;
	margin:0px;
	border:0px;
	font-size:11px;
	font-family:verdana;
	color:#000000;
}

.mainhead {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.maintext {
	background-color:#c5daf5;
	float:left;
	width:350px;
	padding:0px;
	margin:0px;
	border:0px;
}

.mainmenu {
	background-color:#c5daf5;
	float:right;
	width:150px;
	padding:0px;
	margin:0px;
}

.mainafter {
	clear:both;
	height:0px;
	width:575px;
	padding:0px;
	margin:0px;
	border:0px;
	background-color:#c5daf5;
	color:#FFFFFF;
	text-align:right;
	font-size:9px;
}

.leftpic {
	width:130px;
	height:100px;
	border:0px;
	padding:0px;
	margin:0px;
	margin-top:10px;
}

img {
	border:0px;
	padding:0px;
	margin:0px;
}

hr {
	width:300px;
	background-color:#ffffff;
	border:0px;
	height:2px;
	margin:0px;
}

.input1 {
	background-color:#ffffff;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	font-size:11px;
	font-family:verdana;
	color:#000000;
	width:110px;
	height:15px;
}

.input2 {
	background-color:#ffffff;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	font-size:11px;
	font-family:verdana;
	font-weight:bold;
	text-align:center;
	color:#000000;
	height:23px;
	width:70px;
	padding:1px;
	margin:0px;
}

.input3 {
	background-color:#ffffff;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	font-size:11px;
	font-family:verdana;
	text-align:left;
	color:#000000;
	width:310px;
	height:250px;
	vertical-align:top;
}

.input4 {
	background-color:#ffffff;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	font-size:11px;
	font-family:verdana;
	color:#000000;
	width:60px;
	height:15px;
}

.input5 {
	background-color:#ffffff;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	font-size:11px;
	font-family:verdana;
	color:#000000;
	width:200px;
	height:15px;
}


.redfail {
	color:red;
}

a:link {
	color:#000000;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
}

a:visited {
	color:#000000;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
}

a:active {
	color:#FFFFFF;
	font-family:verdana;
	font-size:11px;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
	font-family:verdana;
	font-size:11px;
	text-decoration:underline;
}