/* CSS Document */

/* DESIGNCOMPONENTS */
#topgfx {
text-align			:	center;
width				:	100%;
}

#top {
height				:	197px;
background-color	:	#5286b8;
text-align			:	center;
width				:	100%;
}

#content {
width				:	750px;
text-align			:	center;
vertical-align		:	top;
}

#bottom {
height				:	30px;
background-color	:	#5286b8;
text-align			:	center;
}

#menubar {
margin				:	5px 0 0 0;
width				:	750px;
height				:	31px;
background-image	:	url('../images/menubg.jpg');
text-align			:	center;
vertical-align		:	middle;
}

#menuboxes {
width				:	750px;
height				:	108px;
margin				:	5px 0 0 0;
}

#contentboxtop {
width				:	750px;
height				:	18px;
background-image	:	url('../images/content_top.gif');
background-repeat	:	no-repeat;
margin				:	2px 0 0 0;
padding				:	0;
}

#contentboxmiddle {
font-family			:	verdana, arial, helvetica;
font-size			:	11px;
color				:	#404040;
line-height			:	18px;
padding				:	0px 20px 10px 20px;
margin-top			:	0px;
text-align			:	left;
vertical-align		:	top;
width				:	750px;
/*height				:	200px;*/
background-image	:	url('../images/content_bg.gif');
background-repeat	:	repeat-y;
}

#contentboxbottom {
width				:	750px;
height				:	16px;
background-image	:	url('../images/content_bottom.gif');
background-repeat	:	no-repeat;
}

#submenubox {
width				:	175px;
vertical-align		:	top;
}

#contentarea {
width				:	500px;
vertical-align		:	top;
}

#bottomtext {
width				:	750px;
font-family			:	verdana, arial, helvetica;
font-size			:	10px;
color				:	#776f6d;
margin				:	5px 0 0 0;
}


/* TEXT */
p {
font-family			:	verdana, arial, helvetica;
font-size			:	11px;
color				:	#333333;
line-height			:	18px;
}

.content {
font-family			:	verdana, arial, helvetica;
font-size			:	11px;
color				:	#333333;
line-height			:	18px;
}

h1 {
font-family			:	verdana, arial, helvetica;
font-size			:	18px;
font-weight			:	bold;
color				:	#5286b8;
margin				:	0 15px 10px 0;
}

h2 {
font-family			:	verdana, arial, helvetica;
font-size			:	11px;
color				:	#ffffff;
margin				:	0 0 0 0;
padding				:	2px 0 2px 5px;
height				:	15px;
width				:	150px;
background-color	:	#5286b8;
}

/* LINKS */
a.menu {
font-family			:	verdana, arial, helvetica;
font-size			:	11px;
color				:	#404040;
text-decoration		:	none;
margin				:	0 10px 0 0;
padding				:	5px 0 0 0;
vertical-align		:	bottom;
}

a.menu:hover {
color				:	#ffffff;
text-decoration		:	none;
}

a.submenu {
font-family			:	verdana, arial, helvetica;
font-size			:	11px;
color				:	#ffffff;
display				:	block;
width				:	150px;
height				:	15px;
text-decoration		:	none;
/* border-bottom		:	1px solid #aaaaaa; */
padding				:	2px 0 2px 5px;
margin				:	1px 0 1px 0;
background-color	:	#b8b8b8;
}

a.submenu:hover {
color				:	#999999;
text-decoration		:	underline;
background-color	:	#ffffff;
}
.red {
font-family		:	verdana, arial, helvetica;
font-size		:	10px;
color			:	red;
}
